You are viewing this page in an unauthorized frame window.
This is a potential security issue, you are being redirected to
https://nvd.nist.gov
An official website of the United States government
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
Secure .gov websites use HTTPS
A lock () or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.
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) where N is the number of * characters. With N=15, a single minimatch() call takes ~2 seconds. With N=34, it hangs effectively forever. Any application that passes user-controlled strings to minimatch() as the pattern argument is vulnerable to DoS. This issue has been fixed in version 10.2.1.
Metrics
NVD enrichment efforts reference publicly available information to associate
vector strings. CVSS information contributed by other sources is also
displayed.
By selecting these links, you will be leaving NIST webspace.
We have provided these links to other web sites because they
may have information that would be of interest to you. No
inferences should be drawn on account of other sites being
referenced, or not, from this page. There may be other web
sites that are more appropriate for your purpose. NIST does
not necessarily endorse the views expressed, or concur with
the facts presented on these sites. Further, NIST does not
endorse any commercial products that may be mentioned on
these sites. Please address comments about this page to [email protected].
OR
*cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:* versions up to (excluding) 10.2.1
OR
*cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:* versions from (including) 10.0.0 up to (excluding) 10.2.1
*cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:* versions from (including) 3.0.0 up to (excluding) 3.1.3
*cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:* versions from (including) 4.0.0 up to (excluding) 4.2.4
*cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:* versions from (including) 5.0.0 up to (excluding) 5.1.7
*cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:* versions from (including) 6.0.0 up to (excluding) 6.2.1
*cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:* versions from (including) 7.0.0 up to (excluding) 7.4.7
*cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:* versions from (including) 8.0.0 up to (excluding) 8.0.5
*cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:* versions from (including) 9.0.0 up to (excluding) 9.0.6
Initial Analysis by NIST2/20/2026 2:12:33 PM
Action
Type
Old Value
New Value
Added
CVSS V3.1
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Added
CPE Configuration
OR
*cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:* versions up to (excluding) 10.2.1
New CVE Received from GitHub, Inc.2/19/2026 10:16:01 PM
Action
Type
Old Value
New Value
Added
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) where N is the number of * characters. With N=15, a single minimatch() call takes ~2 seconds. With N=34, it hangs effectively forever. Any application that passes user-controlled strings to minimatch() as the pattern argument is vulnerable to DoS. This issue has been fixed in version 10.2.1.