{ "schema_version": "1.4.0", "id": "GHSA-xwx6-jjhv-84p8", "modified": "2026-07-22T22:12:33Z", "published": "2026-07-22T22:12:33Z", "aliases": [], "summary": "n8n: Prototype Pollution via Dot-Notation Field Names Leads To Instance-Wide Denial of Service", "details": "## Impact\n\nThe Edit Fields (Set) node assigned output fields through a dot-notation path setter without restricting the field name, so an authenticated user could name a field after an inherited built-in method path and corrupt a shared global in the main Node.js process. Because that global was used on the request-authentication path, the instance then failed every authenticated request, causing a instance-wide denial of service for all users until the process was restarted.\n\n## Patches\n\nThe issue has been fixed in n8n versions 1.123.67, 2.31.5, and 2.32.1. Users should upgrade to one of these versions or later to remediate the vulnerability.\n\n## Workarounds\n\nIf upgrading is not immediately possible, administrators should consider the following temporary mitigations:\n- Restrict n8n instance access to fully trusted users only.\n- Disable or restrict workflow creation and execution permissions for untrusted users.\n- Monitor for unexpected process-wide HTTP 500 errors and restart the process promptly if they occur.\n\nThese workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.", "severity": [ { "type": "CVSS_V4", "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N" } ], "affected": [ { "package": { "ecosystem": "npm", "name": "n8n" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "fixed": "1.123.67" } ] } ] }, { "package": { "ecosystem": "npm", "name": "n8n" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "2.32.0" }, { "fixed": "2.32.1" } ] } ] }, { "package": { "ecosystem": "npm", "name": "n8n" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "2.0.0-rc.0" }, { "fixed": "2.31.5" } ] } ] } ], "references": [ { "type": "WEB", "url": "https://github.com/n8n-io/n8n/security/advisories/GHSA-xwx6-jjhv-84p8" }, { "type": "WEB", "url": "https://github.com/n8n-io/n8n/commit/f69dfc6dd2178a14ea1624d2e1d403c2e755042f" }, { "type": "PACKAGE", "url": "https://github.com/n8n-io/n8n" }, { "type": "WEB", "url": "https://github.com/n8n-io/n8n/releases/tag/n8n@1.123.67" }, { "type": "WEB", "url": "https://github.com/n8n-io/n8n/releases/tag/n8n@2.31.5" }, { "type": "WEB", "url": "https://github.com/n8n-io/n8n/releases/tag/n8n@2.32.1" } ], "database_specific": { "cwe_ids": [ "CWE-1321" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2026-07-22T22:12:33Z", "nvd_published_at": null } }