n8n versions before 1.123.69, 2.33.4, and 2.34.1 contain an information disclosure vulnerability in the GraphQL node. When a GraphQL request fails at the connection level, the node re-throws the underlying HTTP client error unchanged instead of wrapping it in n8n's standard error type. That error contains the live request's headers, including a decrypted credential secret, which the execution engine persists verbatim. Any authenticated user able to read the resulting execution can retrieve the decrypted credential secret from the stored run data.
{
"cna_assigner": "VulnCheck",
"cwe_ids": [
"CWE-209"
],
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/77xxx/CVE-2026-77076.json"
}{
"cpe": [
"cpe:2.3:a:n8n:n8n:*:*:*:*:*:node.js:*:*",
"cpe:2.3:a:n8n:n8n:2.34.0:*:*:*:*:node.js:*:*"
],
"extracted_events": [
{
"introduced": "0"
},
{
"fixed": "1.123.69"
},
{
"introduced": "2.33.0"
},
{
"fixed": "2.33.4"
},
{
"introduced": "2.34.0"
},
{
"last_affected": "2.34.0"
}
],
"source": [
"CPE_RANGE",
"CPE_STRING"
]
}