Resource exhaustion in n8n - #VU141001
Published: August 5, 2026
Vulnerability details
The vulnerability allows a remote user to cause a denial of service.
The vulnerability exists due to uncontrolled resource consumption in Filter and Switch nodes when processing user-supplied regex patterns. A remote user can configure a specially crafted regex pattern to cause a denial of service.
The affected regex is compiled with new RegExp() and executed synchronously on the worker thread, which can delay other executions on the same worker while the regex runs.