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

exploitDog

fstec логотип

BDU:2026-07268

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

Описание

Уязвимость библиотеки minimatch программной платформы Node.js связана с алгоритмической сложностью. Эксплуатация уязвимости может позволить нарушителю, действующему удаленно, вызвать отказ в обслуживании

Вендор

Red Hat Inc.
ООО «Ред Софт»
Сообщество свободного программного обеспечения

Наименование ПО

Red Hat Enterprise Linux
JBoss Enterprise Application Platform
Red Hat Single Sign-On
OpenShift Container Platform
Red Hat Quay
Red Hat AMQ Broker
Data Grid
Red Hat Process Automation
Red Hat 3scale API Management Platform
Red Hat JBoss Enterprise Application Platform Expansion Pack
РЕД ОС
Red Hat Openshift Data Foundation
Red Hat Advanced Cluster Management for Kubernetes
Red Hat Satellite
Node HealthCheck Operator
Red Hat build of OptaPlanner
OpenShift Dev Spaces
OpenShift Pipelines
Logging subsystem for Red Hat OpenShift
Red Hat Developer Hub
Red Hat Fuse
Red Hat build of Apicurio Registry
Red Hat build of Apache Camel
Cryostat
Openshift Service Mesh
Streams for Apache Kafka
Red Hat Enterprise Linux AI
Red Hat OpenShift distributed tracing
Ansible Automation Platform
Red Hat Directory Server
Red Hat OpenShift AI
Migration Toolkit for Applications
minimatch
Gatekeeper
Self-service automation portal

Версия ПО

8 (Red Hat Enterprise Linux)
7 (JBoss Enterprise Application Platform)
7 (Red Hat Single Sign-On)
4 (OpenShift Container Platform)
3 (Red Hat Quay)
7 (Red Hat AMQ Broker)
8 (Data Grid)
7 (Red Hat Process Automation)
2 (Red Hat 3scale API Management Platform)
- (Red Hat JBoss Enterprise Application Platform Expansion Pack)
7.3 (РЕД ОС)
4 (Red Hat Openshift Data Foundation)
2 (Red Hat Advanced Cluster Management for Kubernetes)
6 (Red Hat Satellite)
9 (Red Hat Enterprise Linux)
- (Node HealthCheck Operator)
8 (Red Hat build of OptaPlanner)
- (OpenShift Dev Spaces)
- (OpenShift Pipelines)
- (Logging subsystem for Red Hat OpenShift)
- (Red Hat Developer Hub)
7 (Red Hat Fuse)
2 (Red Hat build of Apicurio Registry)
10 (Red Hat Enterprise Linux)
HawtIO 4 (Red Hat build of Apache Camel)
4 (Cryostat)
3 (Openshift Service Mesh)
2 (Streams for Apache Kafka)
3 (Streams for Apache Kafka)
8.0 (РЕД ОС)
3 (Red Hat Enterprise Linux AI)
3 (Red Hat OpenShift distributed tracing)
2 (Ansible Automation Platform)
13 (Red Hat Directory Server)
- (Red Hat OpenShift AI)
8 (Migration Toolkit for Applications)
от 10.0.0 до 10.2.3 (minimatch)
от 9.0.0 до 9.0.7 (minimatch)
от 8.0.0 до 8.0.6 (minimatch)
от 7.0.0 до 7.4.8 (minimatch)
от 6.0.0 до 6.2.2 (minimatch)
от 5.0.0 до 5.1.8 (minimatch)
от 4.0.0 до 4.2.5 (minimatch)
до 3.1.3 (minimatch)
3 (Gatekeeper)
8 (JBoss Enterprise Application Platform)
2 (Self-service automation portal)

Тип ПО

Операционная система
Прикладное ПО информационных систем
Сетевое программное средство
Сетевое средство
ПО программно-аппаратного средства

Операционные системы и аппаратные платформы

Red Hat Inc. Red Hat Enterprise Linux 8
ООО «Ред Софт» РЕД ОС 7.3
Red Hat Inc. Red Hat Enterprise Linux 9
Red Hat Inc. Red Hat Enterprise Linux 10
ООО «Ред Софт» РЕД ОС 8.0
Red Hat Inc. Red Hat Enterprise Linux AI 3
Red Hat Inc. Red Hat Directory Server 13

Уровень опасности уязвимости

Высокий уровень опасности (базовая оценка CVSS 2.0 составляет 7,8)
Высокий уровень опасности (базовая оценка CVSS 3.1 составляет 7,5)

Возможные меры по устранению уязвимости

Использование рекомендаций производителя:
https://github.com/isaacs/minimatch/security/advisories/GHSA-7r86-cg39-jmmj
Для РедОС:
https://redos.red-soft.ru/search/?iblock_id=24&q=CVE-2026-27903
Для программных продуктов Red Hat Inc.:
https://access.redhat.com/security/cve/cve-2026-27903

Статус уязвимости

Подтверждена производителем

Наличие эксплойта

Существует в открытом доступе

Информация об устранении

Уязвимость устранена

Идентификаторы других систем описаний уязвимостей

EPSS

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

7.5 High

CVSS3

7.8 High

CVSS2

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

CVSS3: 7.5
redos
3 месяца назад

Уязвимость nodejs-minimatch

CVSS3: 7.5
ubuntu
5 месяцев назад

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
5 месяцев назад

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
nvd
5 месяцев назад

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,

CVSS3: 7.5
debian
5 месяцев назад

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

EPSS

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

7.5 High

CVSS3

7.8 High

CVSS2