n8n has In-Process Memory Disclosure in its Task Runner
High6.5CVE-2026-27496 · Published Mar 25, 2026 · updated Mar 27, 2026
## Impact An authenticated user with permission to create or modify workflows could use the JavaScript Task Runner to allocate uninitialized memory buffers. Uninitialized buffers may contain residual data from the same Node.js process , including data from prior requests, tasks, secrets, or tokens , resulting in information disclosure of sensitive in-process data. - Task Runners must be enabled using `N8N_RUNNERS_ENABLED=true`. - In external runner mode, the impact is limited to data within the external runner process. ## Patches The issue has been fixed in n8n versions >= 1.123.22, >= 2.10.1 , and >= 2.9.3. Users should upgrade to this version 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. - Use external runner mode (`N8N_RUNNERS_MODE=external`) to isolate the runner process. 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 | < 1.123.22 | 1.123.22 |
| >= 2.10.0, < 2.10.1 | 2.10.1 | |
| >= 2.0.0-rc.0, < 2.9.3 | 2.9.3 |
Details and references
- CVSS 3.1
- CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-908
- Also known as
- CVE-2026-27496
More n8n advisories
All n8n| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Mar 25 | n8n's Source Control SSH Configuration Uses StrictHostKeyChecking=no | Medium5.4 | 2.5.0 |
| Mar 25 | n8n Has External Secrets Authorization Bypass in Credential Saving | High6.3 | 1.123.23+1 more |
| Mar 25 | n8n Has Authorization Bypass in OAuth Callback via N8N_SKIP_AUTH_ON_OAUTH_CALLBACK | Medium4.7 | 2.8.0 |
| Mar 25 | n8n: LDAP Email-Based Account Linking Allows Privilege Escalation and Account Takeover | High8.2 | 1.121.0+1 more |
| Mar 25 | n8n: insecure direct object reference | High9.9 | 1.123.27+2 more |
| Mar 25 | n8n has Multiple Remote Code Execution Vulnerabilities in Merge Node AlaSQL SQL Mode | Critical9.9 | 1.123.27+2 more |