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

exploitDog

nvd логотип

CVE-2026-27903

Опубликовано: 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.3, matchOne() performs unbounded recursive backtracking when a glob pattern contains multiple non-adjacent ** (GLOBSTAR) segments and the input path does not match. The time complexity is O(C(n, k)) -- binomial -- where n is the number of path segments and k is the number of globstars. With k=11 and n=30, a call to the default minimatch() API stalls for roughly 5 seconds. With k=13, it exceeds 15 seconds. No memoization or call budget exists to bound this behavior. Any application where an attacker can influence the glob pattern passed to minimatch() is vulnerable. The realistic attack surface includes build tools and task runners that accept user-supplied glob arguments (ESLint, Webpack, Rollup config), multi-tenant systems where one tenant configures glob-based rules that run in a shared process,

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

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

Одно из

cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:*
Версия до 3.1.3 (исключая)
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

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

7.5 High

CVSS3

Дефекты

CWE-407

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

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.3, `matchOne()` performs unbounded recursive backtracking when a glob pattern contains multiple non-adjacent `**` (GLOBSTAR) segments and the input path does not match. The time complexity is O(C(n, k)) -- binomial -- where `n` is the number of path segments and `k` is the number of globstars. With k=11 and n=30, a call to the default `minimatch()` API stalls for roughly 5 seconds. With k=13, it exceeds 15 seconds. No memoization or call budget exists to bound this behavior. Any application where an attacker can influence the glob pattern passed to `minimatch()` is vulnerable. The realistic attack surface includes build tools and task runners that accept user-supplied glob arguments (ESLint, Webpack, Rollup config), multi-tenant systems where one tenant configures glob-based rules that run in a shared proce...

CVSS3: 5.9
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.3, `matchOne()` performs unbounded recursive backtracking when a glob pattern contains multiple non-adjacent `**` (GLOBSTAR) segments and the input path does not match. The time complexity is O(C(n, k)) -- binomial -- where `n` is the number of path segments and `k` is the number of globstars. With k=11 and n=30, a call to the default `minimatch()` API stalls for roughly 5 seconds. With k=13, it exceeds 15 seconds. No memoization or call budget exists to bound this behavior. Any application where an attacker can influence the glob pattern passed to `minimatch()` is vulnerable. The realistic attack surface includes build tools and task runners that accept user-supplied glob arguments (ESLint, Webpack, Rollup config), multi-tenant systems where one tenant configures glob-based rules that run in a shared proce...

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

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

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

minimatch has ReDoS: matchOne() combinatorial backtracking via multiple non-adjacent GLOBSTAR segments

EPSS

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

7.5 High

CVSS3

Дефекты

CWE-407