CVE-2026-77082 PUBLISHED

n8n before 1.123.69 ReDoS via Filter and Switch Node

Assigner: VulnCheck
Reserved: 20.08.2026 Published: 20.08.2026 Updated: 20.08.2026

n8n before 1.123.69, 2.x before 2.33.4, and 2.34.x before 2.34.1 contains a regular expression denial of service (ReDoS) vulnerability in the Filter and Switch nodes, which compile user-supplied regex patterns with new RegExp() and execute them synchronously on the worker thread without complexity validation or execution timeout. A crafted regex pattern can block the worker for an extended period per data item processed, delaying other workflow executions on the same worker.

Metrics

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

Product Status

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

References

Problem Types

  • Inefficient Regular Expression Complexity CWE