7.5High

Juliangruber Brace-Expansion

CVE-2026-14257

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 keeps the result count under the limit while making each result progressively longer, so total memory scales with both count and string length until the process hits a fatal, uncatchable out-of-memory error. About 7.5 KB of input ('{a,b}'.repeat(1500)) crashes a default Node.js process. Any application that passes attacker-influenced strings to brace-expansion.expand() - directly or transitively via minimatch / glob brace patterns - can be crashed by a small request. Fixed in 5.0.8 by adding a maxLength option (default 4,000,000) that bounds accumulated output and intermediate arrays.

What this means for your business

  • It affects Juliangruber Brace-Expansion. It matters if your company, or a supplier that handles your data, runs it.
  • An attacker can use it remotely, over a network, without a login, and without anyone at your company clicking anything.
  • FIRST's prediction model gives it a 0.5% chance of attack attempts being seen in the next 30 days, ranking above 39% of all known flaws.

What to do

  1. 1Check whether your company or your suppliers run Juliangruber Brace-Expansion, and which version. The affected versions are listed further down this page.
  2. 2If you do, apply the vendor's fix. A patch or vendor advisory has been published.

Not sure if your company is exposed?

Fastnexa’s certified penetration testers can check whether attackers could use this flaw, or others like it, against your websites, apps and network. The full test is free for our first 10 founding clients until 31 December 2026.

Scoring

CVSS
7.5 (v3.1)
Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness
CWE-400
Assigned by
22e2d327-25fe-45d7-9f0c-dcd23b7108df

Dates

Published
2026-07-23
Last modified
2026-08-27
Sources
NVD

Affected products

  • Juliangruber Brace-Expansion- 1.1.17, 2.0.0 - 2.1.3, 3.0.0 - 3.0.3, 4.0.0 - 5.0.8

As listed in the NVD configuration data. Not a statement about your estate.

References