SQL injection in n8n - CVE-2026-33713

 

SQL injection in n8n - CVE-2026-33713

Published: April 23, 2026


Vulnerability identifier: #VU127210
CSH Severity: Medium
CVSS v4: 8.7 [CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N]
CVE-ID: CVE-2026-33713
CWE-ID: CWE-89
Exploitation vector: Remote access
Exploit availability: No public exploit available

Vulnerability details

The vulnerability allows a remote user to execute arbitrary SQL statements.

The vulnerability exists due to SQL injection in the Data Table Get node when processing an expression in the orderByColumn field. A remote user can supply a crafted orderByColumn expression to execute arbitrary SQL statements.

On PostgreSQL deployments, multi-statement execution is possible, enabling data modification and deletion. On the default SQLite database, the attack surface is more limited because only single statements can be manipulated.


Affected software

n8n

How to mitigate CVE-2026-33713

Install security update from vendor's website.

n8n - addressed in versions 1.123.26, 2.13.3, 2.14.1

External References

Related Security Bulletins