GHSA-9wgh-m22w-9xj8

Suggest an improvement
Source
https://github.com/advisories/GHSA-9wgh-m22w-9xj8
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/06/GHSA-9wgh-m22w-9xj8/GHSA-9wgh-m22w-9xj8.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-9wgh-m22w-9xj8
Aliases
  • CVE-2026-47279
Published
2026-06-05T15:52:54Z
Modified
2026-06-05T16:00:07.190867859Z
Severity
  • 6.9 (Medium) CVSS_V4 - 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 Calculator
Summary
NocoDB: Hidden LTAR Column Exposure in Public Shared-View Relation Endpoints
Details

Summary

The public shared-view relation endpoints accepted a caller-supplied column ID without verifying that the column was visible in the shared view, so anyone holding a share UUID could read links from any LTAR column on the view's table — including columns the view owner had hidden.

Details

publicMmList, publicHmList, and relDataList already ensured that the requested column belonged to the view's model, but did not check the view-column entry's show flag. All three handlers now also fetch the shared view's column entries and reject the request unless the matching entry has show=true. The four public relation routes covered by the fix are:

  • GET /api/v2/public/shared-view/:uuid/rows/:rowId/mm/:columnId (many-to-many)
  • GET /api/v2/public/shared-view/:uuid/rows/:rowId/hm/:columnId (has-many)
  • GET /api/v2/public/shared-view/:uuid/rows/:rowId/{ln,om}/:columnId (links / one-to-many — both share the many-to-many handler)
  • GET /api/v2/public/shared-view/:uuid/nested/:columnId (form/gallery picker)

Impact

Anyone holding a share UUID could enumerate the full set of linked records for any hidden LTAR column on the view's table by calling the relation endpoint directly, even when the same column was correctly omitted from the public /rows response.

Credit

This issue was reported by @leduckhuong.

Database specific
{
    "nvd_published_at": null,
    "severity": "MODERATE",
    "github_reviewed": true,
    "github_reviewed_at": "2026-06-05T15:52:54Z",
    "cwe_ids": [
        "CWE-284"
    ]
}
References

Affected packages

npm / nocodb

Package

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2026.05.1

Database specific

last_known_affected_version_range
"<= 2026.05.0"
source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/06/GHSA-9wgh-m22w-9xj8/GHSA-9wgh-m22w-9xj8.json"