CVE-2026-13149

Publish date: July 1, 2026
Severity
High
CVSS score
7.5
Package
node-brace-expansion
Affected versions
>= 2.0.1+~1.1.0-2

Brace-expansion up to version 5.0.6 is vulnerable to denial of service. The expand() function exhibits exponential-time complexity in the number of consecutive non-expanding '{}' brace groups. An attacker who passes a crafted string to expand(), directly or transitively, can cause significant CPU consumption and event-loop blocking. The max option does not mitigate this, as it bounds the output size rather than the recursion work.