---
id: CVE-2026-86077
title: n8n is an open source workflow automation platform
summary: >-
  n8n is an open source workflow automation platform. Prior to 2.37.7 and
  2.38.2, the /chat WebSocket route accepted a resumeToken and resumed a paused
  execution without checking that the target node supported chat messages. An
  anonymous f…
severity: medium
cvss: 6.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N'
cwe:
  - CWE-862
vendor: n8n
product: n8n
affected:
  - n8n < 2.37.7
  - 'n8n >= 2.38.0, < 2.38.2'
patched:
  - n8n 2.38.2
published: '2026-09-08'
updated: '2026-09-14'
sourceUpdated: '2026-09-14T13:18:57.347'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-86077'
references:
  - url: 'https://github.com/n8n-io/n8n/releases/tag/n8n@2.37.7'
    label: security-advisories@github.com
  - url: 'https://github.com/n8n-io/n8n/releases/tag/n8n@2.38.2'
    label: security-advisories@github.com
  - url: 'https://github.com/n8n-io/n8n/security/advisories/GHSA-35jj-42hp-8gmq'
    label: security-advisories@github.com
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-86077'
  - url: 'https://github.com/advisories/GHSA-35jj-42hp-8gmq'
tags:
  - nvd
  - cve.org
  - ghsa
  - npm
ssvc:
  exploitation: none
  automatable: 'yes'
  technicalImpact: partial
  timestamp: '2026-09-14T12:04:54.684621Z'
scores:
  nvd: 6.5
  cna: 6.3
epss: 0.00432
epssPercentile: 0.34778
aliases:
  - GHSA-35jj-42hp-8gmq
ecosystem: npm
ingestedAt: '2026-09-08T22:12:31.038Z'
---

## Overview

n8n is an open source workflow automation platform. Prior to 2.37.7 and 2.38.2, the /chat WebSocket route accepted a resumeToken and resumed a paused execution without checking that the target node supported chat messages. An anonymous form submitter who received that token could reuse it on the chat route to release a Send-and-Wait, non-chat HITL, or Wait approval gate. The affected authorization logic is packages/cli/src/chat/chat-execution-manager.ts, where canResumeOverChat did not gate the resume target. This issue is fixed in versions 2.37.7 and 2.38.2.

## Affected

- `n8n < 2.37.7`
- `n8n >= 2.38.0, < 2.38.2`

## Remediation

Upgrade past the affected range:

- `n8n 2.38.2`

## Package advisory (CVE-2026-86077)

Affected packages:

- `n8n >= 2.38.0, < 2.38.2`
- `n8n < 2.37.7`

Patched in:

- `n8n 2.38.2`
- `n8n 2.37.7`

Source: https://github.com/advisories/GHSA-35jj-42hp-8gmq
