GHSA-jxxr-4gwj-5jf2 · Severity: medium · Ecosystem: npm — 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 elements before the max limit is applied With max=10, the output is correctly limited to 10 items, but the process still allocates ~505 MB and spends ~800ms building the full intermediate array. This vulnerability is fixed in 5.0.6.
Conclusion & alert: CVE-2026-45149 is rated Low Risk (29.8/100): CVSS Medium severity, with low exploitation likelihood (EPSS 0.20%). Mandatory action: Monitor for updates and reassess as exploit intelligence or EPSS changes.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.03% | 0.20% | +0.17% |
| 2 | 2026-05-30 | — | 0.03% | — |
Full EPSS history (2 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 6.5 | 3.1 | MEDIUM |
|
2.8 | 3.6 | [email protected] |
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | [email protected] |
GHSA-jxxr-4gwj-5jf2 · Severity: medium · Ecosystem: npm — brace-expansion: Large numeric range defeats documented `max` DoS protection
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
not yet assigned | CVE-2026-45149 not yet assigned priority: Debian including 1 source packages (node-brace-expansion), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): open 5. | https://security-tracker.debian.org/tracker/CVE-2026-45149 |
ubuntu
|
medium | CVE-2026-45149 medium priority: Ubuntu including 1 source packages (node-brace-expansion), 7 status rows across 7 suites (bionic, focal, jammy, noble, questing, resolute, upstream): needs-triage 7. | https://ubuntu.com/security/CVE-2026-45149 |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| juliangruber | brace-expansion | >= 5.0.0, < 5.0.6 | cpe:2.3:a:juliangruber:brace-expansion:*:*:*:*:*:node.js:*:* |
| URL | Tags |
|---|---|
| https://github.com/juliangruber/brace-expansion/security/advisories/GHSA-jxxr-4gwj-5jf2 | Mitigation Vendor Advisory |