PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-47279 nocodb CVE debrief

CVE-2026-47279 is a vulnerability in NocoDB, software for building databases as spreadsheets. Prior to version 2026.05.1, public shared-view relation endpoints did not verify that a caller-supplied column ID was visible in the shared view. This allowed anyone with a share UUID to read links from any LTAR column, including hidden columns. The vulnerability was fixed in version 2026.05.1. NocoDB's public shared-view relation endpoints, specifically publicMmList, publicHmList, and relDataList, did not ensure that requested columns were visible in the shared view. This issue has been addressed.

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

Security teams and administrators using NocoDB should be aware of this vulnerability and ensure that their instances are updated to version 2026.05.1 or later. This vulnerability could allow unauthorized access to sensitive data in shared views. Users with shared views may need to review and update their shared views to ensure that sensitive columns are not exposed.

Technical summary

The vulnerability in NocoDB's public shared-view relation endpoints allowed an attacker to access hidden columns by providing a caller-supplied column ID without verifying visibility in the shared view. The affected endpoints were publicMmList, publicHmList, and relDataList. These endpoints ensured that the requested column belonged to the view's model but did not check the view-column entry's show flag. This issue was addressed in version 2026.05.1.

Defensive priority

Medium priority should be given to updating NocoDB instances to version 2026.05.1 or later. Security teams should review shared views to ensure that sensitive columns are not exposed.

Recommended defensive actions

  • Update NocoDB to version 2026.05.1 or later.
  • Review shared views to ensure that sensitive columns are not exposed.
  • Monitor for unauthorized access to shared views.
  • Verify that column visibility is properly configured in shared views.
  • Restrict access to shared views with sensitive data.

Evidence notes

The CVE record and NVD detail provide information on the vulnerability. The source item URL provides additional context from the NVD database. The reference to the GitHub security advisory provides further details on the vulnerability and its fix.

Official resources

This AI-assisted debrief is based on the supplied source corpus and official links.