CVE-2026-65014 PUBLISHED

n8n before 2.28.0 Authentication Bypass via test-webhook

Assigner: VulnCheck
Reserved: 21.07.2026 Published: 22.07.2026 Updated: 22.07.2026

n8n before 2.28.0 (and before 2.27.4 on the 2.27.x branch) registers the DELETE /${restEndpoint}/test-webhook/:id endpoint before authentication middleware is applied, allowing any unauthenticated network caller who knows a workflow ID to cancel that workflow's active test webhook registration. The impact is limited to disrupting in-progress test sessions; production webhooks, persistent workflow state, and stored data are not affected.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N
CVSS Score: 6.3

Product Status

Vendor n8n-io
Product n8n
Versions Default: unaffected
  • affected from 0 to 2.28.0 (excl.)
  • Version 2.28.0 is unaffected
Vendor n8n-io
Product n8n
Versions Default: unaffected
  • affected from 0 to 2.27.4 (excl.)
  • Version 2.27.4 is unaffected

References

Problem Types

  • Missing Authentication for Critical Function CWE