SQL injection in n8n - #VU139101
Published: July 22, 2026
n8n
Detailed vulnerability description
The vulnerability allows a remote user to perform SQL injection.
The vulnerability exists due to SQL injection in the Snowflake node executeQuery operation when interpolating untrusted expression values directly into a raw SQL query string. A remote user can embed crafted expression data into a query to perform SQL injection.
Exploitation requires that a workflow author has already embedded untrusted expression data directly in a raw SQL query.