---
id: CVE-2026-72772
title: >-
  n8n before 2.32.1 (and before 2.31.5) is vulnerable to account takeover via
  the Token Exchange Embed Login feature
summary: >-
  n8n before 2.32.1 (and before 2.31.5) is vulnerable to account takeover via
  the Token Exchange Embed Login feature. When a validly-signed incoming token
  was matched to a local account by its email claim, the service did not verify
  that t…
severity: high
cvss: 8.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-640
vendor: n8n
product: n8n
affected:
  - n8n < 2.31.5
  - n8n = 2.32.0
patched:
  - n8n 2.31.5
published: '2026-08-11'
updated: '2026-09-18'
sourceUpdated: '2026-09-18T19:45:22.540'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-72772'
references:
  - url: 'https://github.com/n8n-io/n8n/security/advisories/GHSA-8342-988q-86cr'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/n8n-before-authentication-bypass-via-token-exchange
    label: disclosure@vulncheck.com
tags:
  - nvd
  - cve.org
epss: 0.0026
epssPercentile: 0.18021
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: total
  timestamp: '2026-08-11T14:57:25.769099Z'
scores:
  nvd: 8.8
  cna: 8.9
ingestedAt: '2026-09-13T14:43:30.967Z'
---

## Overview

n8n before 2.32.1 (and before 2.31.5) is vulnerable to account takeover via the Token Exchange Embed Login feature. When a validly-signed incoming token was matched to a local account by its email claim, the service did not verify that the email claim was verified, nor that the trusted key's permitted role ceiling covered that account. As a result, anyone able to obtain a token accepted by a configured trusted key (for example, a trusted issuer emitting unverified email addresses) could authenticate as any existing user and gain full account control. This issue only affects instances where the embed login feature is enabled and at least one trusted key source is configured.

## Affected

- `n8n < 2.31.5`
- `n8n = 2.32.0`

## Remediation

Upgrade past the affected range:

- `n8n 2.31.5`
