CVE-2026-26996 — Regex Denial of Service in Minimatch
Severity
8.7HIGHNVD
EPSS
0.0%
top 93.14%
CISA KEV
Not in KEV
Exploit
No known exploits
Affected products
Timeline
PublishedFeb 20
Description
minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects. Versions 10.2.0 and below are vulnerable to Regular Expression Denial of Service (ReDoS) when a glob pattern contains many consecutive * wildcards followed by a literal character that doesn't appear in the test string. Each * compiles to a separate [^/]*? regex group, and when the match fails, V8's regex engine backtracks exponentially across all possible splits. The time complexity is O(4^N) …
CVSS vector
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
Affected Packages4 packages
Patches
🔴Vulnerability Details
3OSV▶
CVE-2026-26996: minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects↗2026-02-20
📋Vendor Advisories
2🕵️Threat Intelligence
1💬Community
1Bugzilla▶
CVE-2026-26996 minimatch: minimatch: Denial of Service via specially crafted glob patterns↗2026-02-20