← Back

CVE-2026-27904

nvd nist
Published: Feb 26, 2026Modified: Jun 17, 2026

JSON object

Loading...
7.5
Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Exploitability: 3.9 / Impact: 3.6
Source: security-advisories@github.com (Secondary)

Description

minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects. Prior to version 10.2.3, 9.0.7, 8.0.6, 7.4.8, 6.2.2, 5.1.8, 4.2.5, and 3.1.4, nested `*()` extglobs produce regexps with nested unbounded quantifiers (e.g. `(?:(?:a|b)*)*`), which exhibit catastrophic backtracking in V8. With a 12-byte pattern `*(*(*(a|b)))` and an 18-byte non-matching input, `minimatch()` stalls for over 7 seconds. Adding a single nesting level or a few input characters pushes this to minutes. This is the most severe finding: it is triggered by the default `minimatch()` API with no special options, and the minimum viable pattern is only 12 bytes. The same issue affects `+()` extglobs equally. Versions 10.2.3, 9.0.7, 8.0.6, 7.4.8, 6.2.2, 5.1.8, 4.2.5, and 3.1.4 fix the issue.

Affected (8)

Minimatch
Configuration A
8 vulnerable
Vulnerable SoftwareAffected Versions
Before 3.1.4
From 10.0.0 to 10.2.3
From 4.0.0 to 4.2.5
From 5.0.0 to 5.1.8
From 6.0.0 to 6.2.2
From 7.0.0 to 7.4.8
From 8.0.0 to 8.0.6
From 9.0.0 to 9.0.7

References (1)

Source: security-advisories@github.com
ExploitVendor Advisory

Timeline

No history available yet.