CVE-2026-47385
Published:June 05, 2026
Updated:June 06, 2026
Summary An authenticated user with base-create permission can attach a SQLite source pointing at an arbitrary file on the NocoDB host, including NocoDB's own internal databases. Details The SQLite client and the base/integration create services accepted a caller-supplied filename and passed it to "fs.exists" and "fs.open('w')" without restricting the location. A user could point a source at "noco.db", at a tenant database under "nc_minimal_dbs/", or at any writable path the NocoDB process can reach, and then read or overwrite its contents through the regular table APIs. Impact Disclosure and modification of NocoDB internal state, of other tenants' databases, and of any file the NocoDB process can read or write. Authentication and base-create permission are required. Credit This issue was reported by "@Mouhebbenelwafi" (https://github.com/Mouhebbenelwafi).
Affected Packages
https://github.com/nocodb/nocodb.git (GITHUB):
Affected version(s) >=crea <2026.05.1Fix Suggestion:
Update to version 2026.05.1nocodb (NPM):
Affected version(s) >=0.0.1 <2026.05.1Fix Suggestion:
Update to version 2026.05.1Related Resources (3)
Do you need more information?
Contact UsCVSS 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 Limitation of a Pathname to a Restricted Directory ('Path Traversal')