Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. n8n
  4. ›
  5. CVE-2026-86080

CVE-2026-86080: n8n: GitHub Trigger 422 Reuse Path Skips Webhook Secret Storage, Causing Signature Verification to Fail-Open

September 10, 2026

The GitHub Trigger generated a signing secret when it registered a webhook and verified X-Hub-Signature-256 on each delivery. When GitHub answered the create request with a 422 because a webhook for the URL already existed, the node adopted the remote hook but kept only its id and events, discarding the secret it had generated. Deliveries to that workflow’s webhook URL were then accepted from anyone. The patch re-fetches the existing hook by its stored id, re-applies the signing secret, and makes verification fail closed when no secret is stored.

References

  • github.com/advisories/GHSA-5m98-cgcr-xx3q
  • github.com/n8n-io/n8n/releases/tag/n8n@1.123.76
  • github.com/n8n-io/n8n/releases/tag/n8n@2.37.7
  • github.com/n8n-io/n8n/releases/tag/n8n@2.38.2
  • github.com/n8n-io/n8n/security/advisories/GHSA-5m98-cgcr-xx3q
  • nvd.nist.gov/vuln/detail/CVE-2026-86080

Code Behaviors & Features

Detect and mitigate CVE-2026-86080 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 1.123.76, all versions starting from 2.0.0 before 2.37.7, all versions starting from 2.38.0 before 2.38.2

Fixed versions

  • 1.123.76
  • 2.37.7
  • 2.38.2

Solution

Upgrade to versions 1.123.76, 2.37.7, 2.38.2 or above.

Impact 5.3 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

Learn more about CVSS

Weakness

  • CWE-347: Improper Verification of Cryptographic Signature

Source file

npm/n8n/CVE-2026-86080.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 22 Sep 2026 12:21:54 +0000.