AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-72750

MEDIUM · CVSS 5.3 EPSS 0.21% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-11 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The 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.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-72750
Severity
MEDIUM
CVSS
5.3
EPSS
0.21%

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.