PatchSiren cyber security CVE debrief
CVE-2026-47378 nocodb CVE debrief
CVE-2026-47378 is a vulnerability in NocoDB, software for building databases as spreadsheets. Prior to version 2026.04.1, public shared-view endpoints exposed values from columns that the view owner had hidden. This occurred 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. The vulnerability is fixed in version 2026.04.1. Users should update to the latest version to prevent potential exposure of sensitive data.
- Vendor
- nocodb
- Product
- Unknown
- CVSS
- MEDIUM 6.9
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-06-23
- Original CVE updated
- 2026-06-25
- Advisory published
- 2026-06-23
- Advisory updated
- 2026-06-25
Who should care
Users of NocoDB, especially those who use public shared-view endpoints, should be aware of this vulnerability. If you are using a version prior to 2026.04.1, you should update immediately to prevent potential exposure of sensitive data. Additionally, administrators and security teams responsible for NocoDB instances should prioritize updating to the latest version.
Technical summary
The vulnerability in NocoDB arises from the public shared-view endpoints' exposure of hidden column values. This occurs through three main paths: 1) The groupBy function returns raw values for any column specified in the request, 2) Filter and sort arrays can operate on hidden columns, allowing for boolean-blind extraction, and 3) The related-data list accepts arbitrary link-column IDs from other tables within the same base. These issues were addressed and fixed in version 2026.04.1 of NocoDB. The vulnerability has a CVSS score of 6.9 and is classified as MEDIUM severity.
Defensive priority
Defenders should prioritize updating NocoDB to version 2026.04.1 or later. In the meantime, restrict access to public shared-view endpoints and closely monitor for any suspicious activity.
Recommended defensive actions
- Update NocoDB to version 2026.04.1 or later.
- Restrict access to public shared-view endpoints.
- Closely monitor for any suspicious activity related to shared-view endpoints.
- Review and adjust permissions for view owners to ensure proper data access controls.
- Consider implementing additional security measures, such as data encryption and access logging.
Evidence notes
The CVE-2026-47378 vulnerability was reported and addressed by the NocoDB maintainers. The issue was fixed in version 2026.04.1. The vulnerability allowed for the exposure of hidden column values through public shared-view endpoints. The CVSS score for this vulnerability is 6.9, indicating a medium severity level.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-47378 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-47378
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-47378 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-47378
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/nocodb/nocodb/security/advisories/GHSA-4w6r-5c2j-qf5f
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.