CyberRota Analysis
AI-GeneratedThe vulnerability affects n8n versions prior to 1.123.67, 2.31.5, and 2.32.1, specifically within the Snowflake node's Execute Query operation, where untrusted expression data can be directly interpolated into SQL queries, leading to potential SQL injection attacks. This could allow an attacker to manipulate database queries, potentially compromising data integrity and confidentiality. Organizations using affected versions of n8n, particularly those integrating with Snowflake, should prioritize applying the update to mitigate this risk.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
n8n before 1.123.67, 2.31.5, and 2.32.1 contains a SQL injection vulnerability in the Snowflake node's Execute Query operation, which interpolates expression values directly into the SQL string. When a workflow author embeds untrusted, externally-controlled expression data directly in a raw SQL query, that data is not parameterized, allowing SQL injection. The fix adds an optional 'Query Parameters' field to bind values via positional placeholders.