n8n Has External Secrets Authorization Bypass in Credential Saving
High6.3CVE-2026-33722 · Published Mar 25, 2026
## Impact An authenticated user without permission to list external secrets could reference a secret by the external name in a credential and retrieve its plaintext value when saving the credential. This bypassed the `externalSecret:list` permission check and allowed access to secrets stored in connected vaults without admin or owner privileges. - This issue requires the instance to have an external secrets vault configured. - The attacker must know or be able to guess the name of a target secret. ## Patches The issue has been fixed in n8n versions 1.123.23 and 2.6.4. 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: - Restrict n8n access to fully trusted users only. - Disable external secrets integration until the patch can be applied. 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.23 | 1.123.23 |
| >= 2.0.0-rc.0, < 2.6.4 | 2.6.4 |
Details and references
- CVSS 3.1
- CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-863
- Also known as
- CVE-2026-33722
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 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 |
| Mar 25 | n8n has In-Process Memory Disclosure in its Task Runner | High6.5 | 1.123.22+2 more |