CVE Catalog

CVE-2026-77082

MediumCVSS 5.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.29%

21th percentile - higher than 21% of all known CVEs

Summary

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.

Risk Assessment

The risk is the possibility of a DoS attack that could significantly slow down or block workflow processing, impacting service availability for other users.

Recommendation

It is recommended to upgrade n8n to version 1.123.69, 2.33.4, or 2.34.1 (or later) and restrict the ability to input regex patterns by unauthorized users.

Other vulnerabilities in n8n

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS