Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-47384
Published:June 05, 2026
Updated:June 06, 2026
Summary 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. Details 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. Impact SQL injection against the connected database with read access to any expression an attacker can place in a column title. Exploitation requires an authenticated session with permission to create or rename columns. Credit This issue was reported by "@geo-chen" (https://github.com/geo-chen).
Affected Packages
https://github.com/nocodb/nocodb.git (GITHUB):
Affected version(s) >=crea <2026.05.1
Fix Suggestion:
Update to version 2026.05.1
nocodb (NPM):
Affected version(s) >=0.0.1 <2026.05.1
Fix Suggestion:
Update to version 2026.05.1
Do you need more information?
Contact Us
CVSS v4
Base Score:
5.3
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
LOW
Vulnerable System Integrity
LOW
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
5.4
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
LOW
Integrity
LOW
Availability
NONE
Weakness Type (CWE)
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')