GHSA-jp7m-xcgx-57qm
n8n: External Secrets Permission Bypass via Expression Parser Mismatch
Quick fix
GHSA-jp7m-xcgx-57qm — n8n: upgrade to the fixed version with the command below.
npm install n8n@1.123.61 Details
## Impact Due to a mismatch between the static validation check and the runtime expression engine, an authenticated user with credential create or update permissions, but without the `externalSecret:list` scope, could embed external secret references into credentials in forms the validation did not detect. These references would resolve at workflow execution time, exposing secret values the user was not authorized to access.
This issue only affects instances where an external secrets provider is configured and Advanced Permissions are in use.
## Patches The issue has been fixed in n8n versions 1.123.61, 2.27.4, and 2.28.1. 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 credential creation and update permissions to fully trusted users only. - Audit existing credentials for unexpected external secret references.
These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.
Are you affected?
Enter the version of the package you're using.
Affected packages
References
- https://github.com/n8n-io/n8n/security/advisories/GHSA-jp7m-xcgx-57qm [WEB]
- https://nvd.nist.gov/vuln/detail/CVE-2026-59259 [ADVISORY]
- https://github.com/n8n-io/n8n [PACKAGE]
- https://github.com/n8n-io/n8n/releases/tag/n8n@1.123.61 [WEB]
- https://github.com/n8n-io/n8n/releases/tag/n8n@2.27.4 [WEB]
- https://github.com/n8n-io/n8n/releases/tag/n8n@2.28.1 [WEB]
- https://www.vulncheck.com/advisories/n8n-permission-bypass-via-expression-parser-mismatch-in-external-secrets [WEB]