VYPR

node-brace-expansion

by Debian

CVEs (1)

  • CVE-2026-14257Jul 25, 2026
    risk 0.00cvss epss

    brace-expansion through 5.0.7 is vulnerable to denial of service via memory exhaustion. The expand() function limits the number of results with a max option (default 100,000) but does not bound the length of each result string. By chaining multiple brace groups, an attacker…