Loading...
Skip to main content

CVE-2026-1470

CRITICAL

n8n Unsafe Workflow Expression Evaluation Allows Remote Code Execution

Published January 27, 2026Updated February 3, 2026Source: osv

Summary

n8n contains a critical Remote Code Execution (RCE) vulnerability in its workflow Expression evaluation system. Expressions supplied by authenticated users during workflow configuration may be evaluated in an execution context that is not sufficiently isolated from the underlying runtime. An authenticated attacker could abuse this behavior to execute arbitrary code with the privileges of the n8n process. Successful exploitation may lead to full compromise of the affected instance, including unauthorized access to sensitive data, modification of workflows, and execution of system-level operations.

Remediation

Upgrade to the fixed version using your package manager.

npm
Update n8n to 2.4.5 or later
npm install n8n@2.4.5
npm
Update n8n to 1.123.17 or later
npm install n8n@1.123.17
npm
Update n8n to 2.5.1 or later
npm install n8n@2.5.1

After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.

Affected Packages (3)

PackageEcosystemAffectedFixed In
n8n
npm
All versions2.4.5
n8n
npm
All versions1.123.17
n8n
npm
All versions2.5.1

Vulnerability Classification

Common Weakness Enumeration (CWE) identifiers for this vulnerability type.

CVSS Score Breakdown

What the CVSS (Common Vulnerability Scoring System) 9.9 score means for each attack dimension.

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H

Frequently Asked Questions

What is CVE-2026-1470?
n8n Unsafe Workflow Expression Evaluation Allows Remote Code Execution This vulnerability has been assigned a severity rating of CRITICAL (CVSS score: 9.9/10).
How do I check if my project is affected by CVE-2026-1470?
CVE-2026-1470 affects n8n. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2026-1470 and 200,000+ other known vulnerabilities.

Severity & Exploitability

CVSS Score
9.9

Exploitation is straightforward and causes maximum impact. Patch immediately.

Also Known As

GHSA-5xrp-6693-jjx9

Related CVEs

Check if you're affected

Scan your dependencies to see if this vulnerability affects your projects.

Scan Your Dependencies