Bug 2452285 (CVE-2026-33750) - CVE-2026-33750 brace-expansion: brace-expansion: Denial of Service via zero step value in brace pattern
Summary: CVE-2026-33750 brace-expansion: brace-expansion: Denial of Service via zero s...
Keywords:
Status: NEW
Alias: CVE-2026-33750
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-03-27 15:03 UTC by OSIDB Bzimport
Modified: 2026-07-02 16:52 UTC (History)
148 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-03-27 15:03:28 UTC
The brace-expansion library generates arbitrary strings containing a common prefix and suffix. Prior to versions 5.0.5, 3.0.2, 2.0.3, and 1.1.13, a brace pattern with a zero step value (e.g., `{1..2..0}`) causes the sequence generation loop to run indefinitely, making the process hang for seconds and allocate heaps of memory. Versions 5.0.5, 3.0.2, 2.0.3, and 1.1.13 fix the issue. As a workaround, sanitize strings passed to `expand()` to ensure a step value of `0` is not used.


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