n8n has a Stored XSS Vulnerability in its Form Trigger
Medium5.4CVE-2026-56358 · Published Mar 27, 2026 · updated Jul 20, 2026
## Impact An authenticated user with permission to create or modify workflows could exploit a flaw in the Form Trigger node's CSS sanitization to store a cross-site scripting (XSS) payload. The injected script executes persistently for every visitor of the published form, enabling form submission hijacking and phishing. The existing Content Security Policy prevents direct n8n session cookie theft but does not prevent script execution or form action manipulation. ## Patches The issue has been fixed in n8n versions 2.12.0, 2.11.2, and 1.123.25. Users should upgrade to one of these versions or later to remediate the vulnerability. ## Workarounds If upgrading is not immediately possible, administrators should consider the following temporary mitigations: - Limit workflow creation and editing permissions to fully trusted users only. - Disable the Form Trigger node by adding `n8n-nodes-base.formTrigger` to the `NODES_EXCLUDE` environment variable. These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| n8n npm | >= 2.0.0-rc.0, < 2.11.2 | 2.11.2 |
| < 1.123.25 | 1.123.25 |
Details and references
- CVSS 3.1
- CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-79
- Also known as
- CVE-2026-56358
More n8n advisories
All n8n| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Mar 27 | n8n has XSS in its Credential Management Flow | Medium5.4 | 2.6.4+1 more |
| Mar 27 | n8n has XSS in Chat Trigger Node through Custom CSS | Medium5.4 | 1.123.27+2 more |
| Mar 27 | n8n: Authenticated XSS and Open Redirect via Form Node | Medium4.1 | 1.123.24+2 more |
| Mar 26 | n8n Vulnerable to LDAP Filter Injection in LDAP Node | Medium4.8 | 1.123.27+2 more |
| Mar 26 | n8n Vulnerable to XSS via Binary Data Inline HTML Rendering | Medium8.9 | 1.123.27+2 more |
| Mar 26 | n8n has SQL Injection in Data Table Node via orderByColumn Expression | High9.9 | 1.123.26+2 more |