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.
References
| Link | Resource |
|---|---|
| https://github.com/n8n-io/n8n/security/advisories/GHSA-q3fv-295f-qfpf | Mitigation Vendor Advisory |
| https://www.vulncheck.com/advisories/n8n-before-redos-via-filter-and-switch-node | Third Party Advisory |
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-08-20 12:16
Updated : 2026-09-01 19:47
NVD link : CVE-2026-77082
Mitre link : CVE-2026-77082
CVE.ORG link : CVE-2026-77082
JSON object : View
Products Affected
n8n
- n8n
CWE
CWE-1333
Inefficient Regular Expression Complexity
