CVE-2026-13149 PUBLISHED

Assigner: seal
Reserved: 24.06.2026 Published: 30.06.2026 Updated: 30.06.2026

brace-expansion through 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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:P/S:N/AU:Y/R:U/V:D/RE:M/U:Amber
CVSS Score: 7.7

Product Status

Vendor juliangruber
Product brace-expansion
Versions Default: unaffected
  • affected from 0 to 5.0.6 (incl.)

Credits

  • bnbdr finder

References

Problem Types

  • CWE-400 Uncontrolled Resource Consumption CWE
  • CWE-407 Inefficient Algorithmic Complexity CWE

Impacts

  • CAPEC-469 HTTP DoS