Bug 2494813 (CVE-2026-13149) - CVE-2026-13149 brace-expansion: Brace-expansion: Denial of Service due to exponential-time complexity
Summary: CVE-2026-13149 brace-expansion: Brace-expansion: Denial of Service due to exp...
Keywords:
Status: NEW
Alias: CVE-2026-13149
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2494944 2494949 2494950 2494951 2494952 2494953 2494954 2494955 2494956 2494957 2494958 2494961 2494962 2494963 2494964 2494965 2494967 2494968 2494969 2494970 2494972 2494973 2494974 2494976 2494977 2494978 2494945 2494946 2494947 2494948 2494959 2494960 2494966 2494971 2494975 2494979
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-06-30 10:01 UTC by OSIDB Bzimport
Modified: 2026-07-02 18:17 UTC (History)
164 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-06-30 10:01:23 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.