Description
n8n before 2.33.4 and 2.34.x before 2.34.1 contain a remote code execution vulnerability in the @n8n/workflow-sdk node-schema loader used for MCP node-schema loading. The loader derives a node's schema module path directly from the attacker-supplied node type string without validating path-traversal sequences. An authenticated user with global:member privileges can reference malicious files via path traversal, causing code execution in the n8n main process.
Published: 2026-08-20
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: Remote Code Execution
Action: Patch Immediately
AI Analysis

Impact

The vulnerability exists in the @n8n/workflow-sdk node-schema loader, which builds a node’s schema module path from an attacker-supplied node type string without validating path‑traversal sequences. An authenticated user with global:member privileges can supply a malicious node type that points to arbitrary files on the server, causing the n8n main process to execute that file. This flaw is a classic file‑path traversal weakness identified as CWE‑22 and can lead to complete compromise of the server hosting the n8n instance.

Affected Systems

All instances of n8n managed by n8n‑io with versions earlier than 2.33.4, and all 2.34.x releases before 2.34.1, are vulnerable. The affected product is the n8n workflow automation platform provided by n8n‑io; any deployment using these versions must be verified to be patched or upgraded.

Risk and Exploitability

The CVSS score of 8.7 indicates high severity, and while EPSS data is not available, the lack of mention in the CISA KEV catalog does not diminish the risk. The vulnerability requires authentication with at least global:member rights, meaning that any compromised account or mis‑assigned privileges could trigger remote code execution. Given the critical nature of this flaw and the potential for complete system compromise, the risk is considered severe and the exploitation likelihood is non‑negligible in environments where administrative or global‑member accounts exist.

Generated by OpenCVE AI on August 20, 2026 at 22:30 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update n8n to version 2.34.1 or later, which removes the flawed loader behavior.
  • If an update cannot be applied immediately, isolate the instance from the network or restrict it to read‑only users to prevent malicious file access.
  • Verify user roles and revoke global:member privileges from users that do not require them, limiting the attack surface for potential exploitation.

Generated by OpenCVE AI on August 20, 2026 at 22:30 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 01 Sep 2026 22:00:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:n8n:n8n:*:*:*:*:*:node.js:*:*
cpe:2.3:a:n8n:n8n:2.34.0:*:*:*:*:node.js:*:*
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Tue, 25 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 20 Aug 2026 11:45:00 +0000

Type Values Removed Values Added
Description n8n before 2.33.4 and 2.34.x before 2.34.1 contain a remote code execution vulnerability in the @n8n/workflow-sdk node-schema loader used for MCP node-schema loading. The loader derives a node's schema module path directly from the attacker-supplied node type string without validating path-traversal sequences. An authenticated user with global:member privileges can reference malicious files via path traversal, causing code execution in the n8n main process.
Title n8n before 2.34.1 Remote Code Execution via Path Traversal
First Time appeared N8n
N8n n8n
Weaknesses CWE-22
CPEs cpe:2.3:a:n8n:n8n:*:*:*:*:*:*:*:*
Vendors & Products N8n
N8n n8n
References
Metrics cvssV4_0

{'score': 8.7, 'vector': '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-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-25T14:26:48.904Z

Reserved: 2026-08-20T10:51:39.783Z

Link: CVE-2026-77068

cve-icon Vulnrichment

Updated: 2026-08-25T14:26:43.420Z

cve-icon NVD

Status : Analyzed

Published: 2026-08-20T12:16:37.963

Modified: 2026-09-01T19:11:08.357

Link: CVE-2026-77068

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T13:02:18Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')