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

exploitDog

fstec логотип

BDU:2026-09396

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

Описание

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

Вендор

Red Hat Inc.
ООО «РусБИТех-Астра»
Сообщество свободного программного обеспечения
АО «СберТех»

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

Red Hat Enterprise Linux
JBoss Enterprise Application Platform
OpenShift Container Platform
Red Hat AMQ Broker
Data Grid
Red Hat 3scale API Management Platform
Red Hat Openshift Data Foundation
Red Hat OpenShift GitOps
Red Hat Satellite
Node HealthCheck Operator
Red Hat build of OptaPlanner
OpenShift Dev Spaces
Red Hat Build of Keycloak
Red Hat Fuse
Red Hat build of Apicurio Registry
Red Hat build of Apache Camel
Cryostat
Ansible Automation Platform
Red Hat OpenShift AI
Migration Toolkit for Applications
Red Hat Build of Podman Desktop
ПК СВ «Брест»
Picomatch
Platform V IAM SE

Версия ПО

8 (Red Hat Enterprise Linux)
7 (JBoss Enterprise Application Platform)
4 (OpenShift Container Platform)
7 (Red Hat AMQ Broker)
8 (Data Grid)
2 (Red Hat 3scale API Management Platform)
4 (Red Hat Openshift Data Foundation)
- (Red Hat OpenShift GitOps)
6 (Red Hat Satellite)
9 (Red Hat Enterprise Linux)
- (Node HealthCheck Operator)
8 (Red Hat build of OptaPlanner)
- (OpenShift Dev Spaces)
- (Red Hat Build of Keycloak)
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)
2 (Ansible Automation Platform)
- (Red Hat OpenShift AI)
8 (Migration Toolkit for Applications)
- (Red Hat Build of Podman Desktop)
8 (JBoss Enterprise Application Platform)
до 4.0.2 (ПК СВ «Брест»)
до 2.3.2 (Picomatch)
от 3.0.0 до 3.0.2 (Picomatch)
от 4.0.0 до 4.0.4 (Picomatch)
до 2.3.1 (Platform V IAM SE)

Тип ПО

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

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

Red Hat Inc. Red Hat Enterprise Linux 8
Red Hat Inc. Red Hat Enterprise Linux 9
Red Hat Inc. Red Hat Enterprise Linux 10

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

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

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

В условиях отсутствия обновлений безопасности от производителя рекомендуется придерживаться "Рекомендаций по безопасной настройке операционных систем LINUX", изложенных в методическом документе ФСТЭК России, утверждённом 25 декабря 2022 года.
Использование рекомендаций:
Для Picomatch:
https://github.com/micromatch/picomatch/security/advisories/GHSA-c2c7-rcm5-vvqj
Для программных продуктов Red Hat Inc.:
https://access.redhat.com/security/cve/cve-2026-33671
Для ПК СВ «Брест»:
обновление программного обеспечения, применение оперативного обновления ПК СВ «Брест» 4.0.2, предоставляемого в личном кабинете пользователя https://lk.astralinux.ru/ (https://wiki.astralinux.ru/x/ziLoD)
Для Platform V IAM SE:
Обновление до версии Platform V IAM SE 2.3.1

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

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

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

Данные уточняются

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

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

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

EPSS

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

7.5 High

CVSS3

7.8 High

CVSS2

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

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

Picomatch is a glob matcher written JavaScript. Versions prior to 4.0.4, 3.0.2, and 2.3.2 are vulnerable to Regular Expression Denial of Service (ReDoS) when processing crafted extglob patterns. Certain patterns using extglob quantifiers such as `+()` and `*()`, especially when combined with overlapping alternatives or nested extglobs, are compiled into regular expressions that can exhibit catastrophic backtracking on non-matching input. Applications are impacted when they allow untrusted users to supply glob patterns that are passed to `picomatch` for compilation or matching. In those cases, an attacker can cause excessive CPU consumption and block the Node.js event loop, resulting in a denial of service. Applications that only use trusted, developer-controlled glob patterns are much less likely to be exposed in a security-relevant way. This issue is fixed in picomatch 4.0.4, 3.0.2 and 2.3.2. Users should upgrade to one of these versions or later, depending on their supported relea...

CVSS3: 6.5
redhat
4 месяца назад

Picomatch is a glob matcher written JavaScript. Versions prior to 4.0.4, 3.0.2, and 2.3.2 are vulnerable to Regular Expression Denial of Service (ReDoS) when processing crafted extglob patterns. Certain patterns using extglob quantifiers such as `+()` and `*()`, especially when combined with overlapping alternatives or nested extglobs, are compiled into regular expressions that can exhibit catastrophic backtracking on non-matching input. Applications are impacted when they allow untrusted users to supply glob patterns that are passed to `picomatch` for compilation or matching. In those cases, an attacker can cause excessive CPU consumption and block the Node.js event loop, resulting in a denial of service. Applications that only use trusted, developer-controlled glob patterns are much less likely to be exposed in a security-relevant way. This issue is fixed in picomatch 4.0.4, 3.0.2 and 2.3.2. Users should upgrade to one of these versions or later, depending on their supported relea...

CVSS3: 7.5
nvd
4 месяца назад

Picomatch is a glob matcher written JavaScript. Versions prior to 4.0.4, 3.0.2, and 2.3.2 are vulnerable to Regular Expression Denial of Service (ReDoS) when processing crafted extglob patterns. Certain patterns using extglob quantifiers such as `+()` and `*()`, especially when combined with overlapping alternatives or nested extglobs, are compiled into regular expressions that can exhibit catastrophic backtracking on non-matching input. Applications are impacted when they allow untrusted users to supply glob patterns that are passed to `picomatch` for compilation or matching. In those cases, an attacker can cause excessive CPU consumption and block the Node.js event loop, resulting in a denial of service. Applications that only use trusted, developer-controlled glob patterns are much less likely to be exposed in a security-relevant way. This issue is fixed in picomatch 4.0.4, 3.0.2 and 2.3.2. Users should upgrade to one of these versions or later, depending on their supported release

CVSS3: 7.5
msrc
4 месяца назад

Picomatch has a ReDoS vulnerability via extglob quantifiers

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

Picomatch is a glob matcher written JavaScript. Versions prior to 4.0. ...

EPSS

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

7.5 High

CVSS3

7.8 High

CVSS2