---
id: CVE-2026-72774
title: >-
  n8n before 1.123.67, 2.31.5, and 2.32.1 contains a credential authorization
  bypass in the HTTP Request node
summary: >-
  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
  crede…
severity: medium
cvss: 6.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'
cwe:
  - CWE-639
vendor: n8n
product: n8n
affected:
  - n8n < 1.123.67
  - 'n8n >= 2.0.0, < 2.31.5'
  - n8n = 2.32.0
patched:
  - n8n 2.31.5
published: '2026-08-11'
updated: '2026-09-18'
sourceUpdated: '2026-09-18T19:44:53.430'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-72774'
references:
  - url: 'https://github.com/n8n-io/n8n/security/advisories/GHSA-6qc9-mqvw-jg7x'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/n8n-before-authentication-bypass-via-http-request-node
    label: disclosure@vulncheck.com
tags:
  - nvd
epss: 0.0027
epssPercentile: 0.19368
ingestedAt: '2026-09-09T21:22:45.527Z'
---

## Overview

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.

## Affected

- `n8n < 1.123.67`
- `n8n >= 2.0.0, < 2.31.5`
- `n8n = 2.32.0`

## Remediation

Upgrade past the affected range:

- `n8n 2.31.5`
