CVE-2026-69152
Analyzed
Analyzed - Analysis Complete
Memory Exhaustion in Brace Expansion Library
Vulnerability report for CVE-2026-69152, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-08-03
Last updated on: 2026-08-05
Assigner: GitHub, Inc.
Description
Description
The brace-expansion library generates arbitrary strings containing a common prefix and suffix. Prior to 1.1.18, 2.1.4, 3.0.6, and 5.0.9, expand() does not apply maxLength while constructing comma-alternative intermediate arrays or padded sequences, allowing attacker-controlled input to exhaust memory or block the event loop. The fix for CVE-2026-14257 is bypassed by the vulnerability. This issue is fixed in versions 1.1.18, 2.1.4, 3.0.6, and 5.0.9.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| juliangruber | brace-expansion | to 1.1.18 (exc) |
| juliangruber | brace-expansion | From 2.0.0 (inc) to 2.1.4 (exc) |
| juliangruber | brace-expansion | From 3.0.0 (inc) to 3.0.6 (exc) |
| juliangruber | brace-expansion | From 4.0.0 (inc) to 5.0.9 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-400 | The product does not properly control the allocation and maintenance of a limited resource. |
| CWE-770 | The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated. |