CVE-2026-28399
Summary
An authenticated user with Creator role can inject arbitrary SQL via the DATEADD formula's unit parameter.
Details
The third argument (unit) of DATEADD was interpolated directly into knex.raw() queries after only stripping quote characters. Validation in formulas.ts only checked Literal AST node types — non-Literal types bypassed validation entirely. Affected MySQL, PostgreSQL, and SQLite function mappings.
Impact
SQL injection allowing data exfiltration or modification, scoped to the connected database.
Credit
This issue was reported by @q1uf3ng.
Package Versions Affected
Automatically patch vulnerabilities without upgrading
CVSS Version



Related Resources
References
https://github.com/nocodb/nocodb/security/advisories/GHSA-45rp-9p97-h852, https://nvd.nist.gov/vuln/detail/CVE-2026-28399, https://github.com/nocodb/nocodb, https://github.com/nocodb/nocodb/releases/tag/0.301.3
