๐Ÿ” CVE Alert

CVE-2026-47384

UNKNOWN 0.0

NocoDB: SQL Injection via Column Title in Bulk GroupBy

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

NocoDB is software for building databases as spreadsheets. Prior to 2026.05.1, an authenticated user with column-create permission can inject SQL into the bulk groupBy endpoint by setting a column's title to a SQL fragment. The bulk groupBy path in group-by.ts builds three database-specific knex.raw() aggregations that interpolate the request's column_name directly into the SQL string. Column lookup in data-table.service.ts matches on both the sanitized column_name field and the free-text title, so a title containing a SQL fragment bypasses the public endpoint's existing column allowlist and reaches the query builder unescaped. This vulnerability is fixed in 2026.05.1.

CWE CWE-89
Vendor nocodb
Product nocodb
Published Jun 23, 2026
Stay Ahead of the Next One

Get instant alerts for nocodb nocodb

Be the first to know when new unknown vulnerabilities affecting nocodb nocodb are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

nocodb / nocodb
< 2026.05.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/nocodb/nocodb/security/advisories/GHSA-p8wx-5f39-w3x4