云虫漏洞情报

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. - 漏洞详情

漏洞编号:CVE-2026-14257

风险等级:高危

漏洞来源:CVE

CVE 编号:CVE-2026-14257

CNNVD 编号:-

厂商/产品:juliangruber / brace-expansion

影响范围:cpe:2.3:a:juliangruber:brace-expansion:*:*:*:*:*:node.js:*:*

CWE:CWE-400

发布/更新时间:2026-07-23 / 2026-08-27

漏洞描述

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.

相关链接

相关漏洞

« 返回首页