Denial of Service Vulnerability in Brace Expansion by Julian Gruber
CVE-2026-13149

7.7HIGH

Key Information:

Vendor
CVE Published:
30 June 2026

What is CVE-2026-13149?

The brace-expansion library is susceptible to a denial of service attack due to an issue in the expand() function. This function can experience exponential-time complexity related to the number of consecutive non-expanding '{}' brace groups. An attacker can exploit this vulnerability by supplying a specially crafted string, leading to excessive CPU usage and blocking of the event loop. Notably, the max option intended to limit output size does not alleviate the issue since it only restricts output rather than addressing the underlying recursive workload.

Affected Version(s)

brace-expansion Linux 0 <= 5.0.6

References

CVSS V4

Score:
7.7
Severity:
HIGH
Confidentiality:
None
Integrity:
None
Availability:
High
Attack Vector:
Network
Attack Complexity:
Low
Attack Required:
None
Privileges Required:
Undefined
User Interaction:
None

Timeline

  • Vulnerability published

  • Vulnerability Reserved

Credit

bnbdr
.