Description
n8n before 1.123.67, 2.31.5, and 2.32.1 contains a credential authorization bypass in the HTTP Request node. An authenticated member with edit access to a shared workflow can reference another user's credential while specifying the credential type via an expression. Because the pre-execution permission check compares the unresolved expression instead of the resolved credential type, the ownership check is skipped and the credential is loaded at execution time, allowing the member to use or exfiltrate a credential they were not granted. Exploitation requires knowing the target credential's identifier.
Published: 2026-08-11
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in the HTTP Request node allows an authenticated member with edit rights to a shared workflow to reference another user's credential. Because the system compares the unresolved expression instead of the resolved credential type, the ownership check is bypassed. The targeted credential is then loaded at execution time, enabling the attacker to use or exfiltrate a credential they were not originally granted. The weakness corresponds to CWE-639, unauthorized use of privileged credentials.

Affected Systems

The issue affects n8n versions prior to 1.123.67, 2.31.5, and 2.32.1. Any deployment hosting these releases is vulnerable.

Risk and Exploitability

The CVSS score of 7.1 indicates a high severity exploit. The EPSS score is not available, and the vulnerability is not listed in CISA KEV. Inferred attack requires an authenticated member who can edit a shared workflow and knowledge of the target credential’s identifier, implying an authenticated, internal attacker. Successful exploitation permits unauthorized access to credentials and potential exfiltration of sensitive data.

Generated by OpenCVE AI on August 11, 2026 at 23:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade n8n to version 1.123.67 or newer, or to 2.32.1 or later for the 2.x series, to apply the vendor fix.
  • If an immediate upgrade is not possible, restrict edit permissions on shared workflows or remove sensitive credentials from those workflows to reduce the attack surface.
  • When the patch cannot be applied promptly, disable or remove the HTTP Request node from workflows containing privileged credentials and monitor execution logs for anomalous credential usage.

Generated by OpenCVE AI on August 11, 2026 at 23:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 11 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 11 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Description n8n before 1.123.67, 2.31.5, and 2.32.1 contains a credential authorization bypass in the HTTP Request node. An authenticated member with edit access to a shared workflow can reference another user's credential while specifying the credential type via an expression. Because the pre-execution permission check compares the unresolved expression instead of the resolved credential type, the ownership check is skipped and the credential is loaded at execution time, allowing the member to use or exfiltrate a credential they were not granted. Exploitation requires knowing the target credential's identifier.
Title n8n before 1.123.67 Authentication Bypass via HTTP Request Node
First Time appeared N8n
N8n n8n
Weaknesses CWE-639
CPEs cpe:2.3:a:n8n:n8n:*:*:*:*:*:node.js:*:*
Vendors & Products N8n
N8n n8n
References
Metrics cvssV4_0

{'score': 7.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:N/VA:N/SC:H/SI:H/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-11T14:02:07.820Z

Reserved: 2026-08-10T15:09:12.954Z

Link: CVE-2026-72774

cve-icon Vulnrichment

Updated: 2026-08-11T14:02:02.425Z

cve-icon NVD

Status : Received

Published: 2026-08-11T13:19:07.893

Modified: 2026-08-11T15:17:36.010

Link: CVE-2026-72774

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-12T01:30:07Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key