Lucene search
+L

4 matches found

CVE
CVE
added 2026/05/29 7:55 p.m.493 views

CVE-2026-45149

The CVE-2026-45149 issue affects the brace-expansion library (Julian Gruber) where the max option was applied too late for 5.0.0–5.0.5. When expanding a large numeric range (e.g., {1..10000000}), the code builds all intermediate elements before enforcing max, allocating about 505 MB and taking ~8...

7.5CVSS5.9AI score0.003EPSS
SaveExploits0References1Affected Software1
OSV
OSV
added 2026/05/29 7:55 p.m.3 views

CVE-2026-45149 brace-expansion: Large numeric range defeats documented `max` DoS protection

The brace-expansion library generates arbitrary strings containing a common prefix and suffix. From 5.0.0 to before 5.0.6, the max option was being applied too late. When expanding a single large numeric range like 1..10000000, the sequence generation loop generates all 10 million intermediate...

6.5CVSS6.8AI score0.003EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/18 4:22 p.m.5 views

GHSA-JXXR-4GWJ-5JF2 brace-expansion: Large numeric range defeats documented `max` DoS protection

The max option was being applied too late: When expanding a single large numeric range like 1..10000000, the sequence generation loop generates all 10 million intermediate elements before the max limit is applied With max=10, the output is correctly limited to 10 items, but the process still...

6.5CVSS5.8AI score0.003EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/05/18 4:22 p.m.28 views

brace-expansion: Large numeric range defeats documented `max` DoS protection

The max option was being applied too late: When expanding a single large numeric range like 1..10000000, the sequence generation loop generates all 10 million intermediate elements before the max limit is applied With max=10, the output is correctly limited to 10 items, but the process still...

7.5CVSS5.8AI score0.003EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder