Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

nvd логотип

CVE-2026-27904

Опубликовано: 26 фев. 2026
Источник: nvd
CVSS3: 7.5
EPSS Низкий

Описание

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.

Уязвимые конфигурации

Конфигурация 1

Одно из

cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:*
Версия до 3.1.4 (исключая)
cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:*
Версия от 4.0.0 (включая) до 4.2.5 (исключая)
cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:*
Версия от 5.0.0 (включая) до 5.1.8 (исключая)
cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:*
Версия от 6.0.0 (включая) до 6.2.2 (исключая)
cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:*
Версия от 7.0.0 (включая) до 7.4.8 (исключая)
cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:*
Версия от 8.0.0 (включая) до 8.0.6 (исключая)
cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:*
Версия от 9.0.0 (включая) до 9.0.7 (исключая)
cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:*
Версия от 10.0.0 (включая) до 10.2.3 (исключая)

EPSS

Процентиль: 4%
0.00017
Низкий

7.5 High

CVSS3

Дефекты

CWE-1333

Связанные уязвимости

CVSS3: 7.5
ubuntu
30 дней назад

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.

CVSS3: 6.5
redhat
30 дней назад

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.

CVSS3: 7.5
debian
30 дней назад

minimatch is a minimal matching utility for converting glob expression ...

CVSS3: 7.5
github
29 дней назад

minimatch ReDoS: nested *() extglobs generate catastrophically backtracking regular expressions

EPSS

Процентиль: 4%
0.00017
Низкий

7.5 High

CVSS3

Дефекты

CWE-1333