CVE-2026-47378 PUBLISHED

NocoDB: Hidden Column Exposure in Public Shared View Endpoints

Assigner: GitHub_M
Reserved: 19.05.2026 Published: 23.06.2026 Updated: 23.06.2026

NocoDB is software for building databases as spreadsheets. Prior to 2026.04.1, Public shared-view endpoints exposed values from columns that the view owner had hidden, via three independent paths: groupBy returned raw values for any column named in the request, filter and sort arrays operated on hidden columns enabling boolean-blind extraction, and the related-data list accepted arbitrary link-column IDs from other tables in the same base. This vulnerability is fixed in 2026.04.1.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N
CVSS Score: 6.9

Product Status

Vendor nocodb
Product nocodb
Versions
  • Version < 2026.04.1 is affected

References

Problem Types

  • CWE-639: Authorization Bypass Through User-Controlled Key CWE