Cyber Resilience

CVE-2026-33696

N8N ≤ 1.123.27

Published
25 March 2026
Modified
27 March 2026
Patch / advisory
CVSS Score v4 9.4
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0076 52th percentile
Risk Priority 42 floored blend · peak EPSS

Summary

CVE-2026-33696 is a critical-severity Prototype Pollution (CWE-1321) vulnerability in N8N N8N. Its CVSS base score is 9.4 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 48% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2026-33696 is a prototype pollution vulnerability (CWE-1321) affecting the XML and GSuiteAdmin nodes in n8n, an open-source workflow automation platform. The flaw impacts versions prior to 2.14.1, 2.13.3, and 1.123.27, where crafted parameters in node configurations allow writing attacker-controlled values to Object.prototype. It carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H).

An authenticated user with permissions to create or modify workflows can exploit the vulnerability remotely with low complexity and no user interaction required. By injecting specially crafted parameters into the affected nodes, the attacker pollutes the Object prototype, enabling remote code execution on the n8n instance.

The issue is patched in n8n versions 2.14.1, 2.13.3, and 1.123.27; users should upgrade to these or later releases for full remediation. Temporary mitigations include restricting workflow creation and editing to fully trusted users only and/or disabling the XML node by adding "n8n-nodes-base.xml" to the NODES_EXCLUDE environment variable. These workarounds are short-term and incomplete. Additional details are in the advisory at https://github.com/n8n-io/n8n/security/advisories/GHSA-mxrg-77hm-89hv.

EU & UK References

Vulnerability Data

n8n is an open source workflow automation platform. Prior to versions 2.14.1, 2.13.3, and 1.123.27, an authenticated user with permission to create or modify workflows could exploit a prototype pollution vulnerability in the XML and the GSuiteAdmin nodes. By supplying…

more

a crafted parameters as part of node configuration, an attacker could write attacker-controlled values onto `Object.prototype`. An attacker could use this prototype pollution to achieve remote code execution on the n8n instance. The issue has been fixed in n8n versions 2.14.1, 2.13.3, and 1.123.27. Users should upgrade to one of these versions or later to remediate the vulnerability. If upgrading is not immediately possible, administrators should consider the following temporary mitigations: Limit workflow creation and editing permissions to fully trusted users only, and/or disable the XML node by adding `n8n-nodes-base.xml` to the `NODES_EXCLUDE` environment variable. These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
T1565 Data Manipulation Impact
Adversaries may insert, delete, or manipulate data in order to influence external outcomes or hide activity, thus threatening the integrity of the data.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-59206Same product: N8N N8N
CVE-2026-42232Same product: N8N N8N
CVE-2026-54306Same product: N8N N8N
CVE-2026-54312Same product: N8N N8N
CVE-2026-44789Same product: N8N N8N
CVE-2026-42231Same product: N8N N8N
CVE-2026-44791Same product: N8N N8N
CVE-2026-25049Same product: N8N N8N
CVE-2025-68613Same product: N8N N8N
CVE-2026-21893Same product: N8N N8N

Affected Assets

n8n
n8n
2.14.0 · ≤ 1.123.27 · 2.0.0 — 2.13.3

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V15.3.6

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require input validation and safe property assignment to prevent prototype pollution.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing in development catches prototype-pollution flaws before release.

prevents

Secure development lifecycle mandates input validation and object-handling controls that directly prevent prototype pollution.

prevents

Application security requirements explicitly call for safeguards against unsafe object attribute manipulation.

prevents

Secure architecture principles reduce the likelihood of prototype pollution through safe design patterns.

prevents

Secure coding standards directly prohibit unsafe prototype attribute assignment and require defensive checks.

prevents

Change-management processes ensure security fixes for prototype-pollution issues are tracked and deployed.

References