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

exploitDog

Количество 19

Количество 19

ubuntu логотип

CVE-2026-27904

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.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
EPSS: Низкий
redhat логотип

CVE-2026-27904

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.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
EPSS: Низкий
nvd логотип

CVE-2026-27904

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.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
EPSS: Низкий
debian логотип

CVE-2026-27904

5 месяцев назад

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

CVSS3: 7.5
EPSS: Низкий
github логотип

GHSA-23c5-xmqv-rm74

5 месяцев назад

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

CVSS3: 7.5
EPSS: Низкий
fstec логотип

BDU:2026-07262

5 месяцев назад

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

CVSS3: 7.5
EPSS: Низкий
redos логотип

ROS-20260508-73-0014

3 месяца назад

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

CVSS3: 7.5
EPSS: Низкий
suse-cvrf логотип

openSUSE-SU-2026:21266-1

24 дня назад

Security update for openQA, os-autoinst

EPSS: Низкий
rocky логотип

RLSA-2026:8339

4 месяца назад

Important: nodejs:20 security update

EPSS: Низкий
rocky логотип

RLSA-2026:7896

4 месяца назад

Important: nodejs:20 security update

EPSS: Низкий
oracle-oval логотип

ELSA-2026-8339

4 месяца назад

ELSA-2026-8339: nodejs:20 security update (IMPORTANT)

EPSS: Низкий
oracle-oval логотип

ELSA-2026-7896

4 месяца назад

ELSA-2026-7896: nodejs:20 security update (IMPORTANT)

EPSS: Низкий
suse-cvrf логотип

openSUSE-SU-2026:21399-1

10 дней назад

Security update for cockpit, cockpit-machines, cockpit-packages, cockpit-podman, cockpit-repos, cockpit-subscriptions

EPSS: Низкий
rocky логотип

RLSA-2026:7302

4 месяца назад

Important: nodejs:22 security update

EPSS: Низкий
rocky логотип

RLSA-2026:7123

4 месяца назад

Important: nodejs:22 security update

EPSS: Низкий
rocky логотип

RLSA-2026:7080

4 месяца назад

Important: nodejs22 security update

EPSS: Низкий
oracle-oval логотип

ELSA-2026-7302

4 месяца назад

ELSA-2026-7302: nodejs:22 security update (IMPORTANT)

EPSS: Низкий
oracle-oval логотип

ELSA-2026-7123

4 месяца назад

ELSA-2026-7123: nodejs:22 security update (IMPORTANT)

EPSS: Низкий
oracle-oval логотип

ELSA-2026-7080

4 месяца назад

ELSA-2026-7080: nodejs22 security update (IMPORTANT)

EPSS: Низкий

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

Уязвимость
CVSS
EPSS
Опубликовано
ubuntu логотип
CVE-2026-27904

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
0%
Низкий
5 месяцев назад
redhat логотип
CVE-2026-27904

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
0%
Низкий
5 месяцев назад
nvd логотип
CVE-2026-27904

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
0%
Низкий
5 месяцев назад
debian логотип
CVE-2026-27904

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

CVSS3: 7.5
0%
Низкий
5 месяцев назад
github логотип
GHSA-23c5-xmqv-rm74

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

CVSS3: 7.5
0%
Низкий
5 месяцев назад
fstec логотип
BDU:2026-07262

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

CVSS3: 7.5
0%
Низкий
5 месяцев назад
redos логотип
ROS-20260508-73-0014

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

CVSS3: 7.5
0%
Низкий
3 месяца назад
suse-cvrf логотип
openSUSE-SU-2026:21266-1

Security update for openQA, os-autoinst

24 дня назад
rocky логотип
RLSA-2026:8339

Important: nodejs:20 security update

4 месяца назад
rocky логотип
RLSA-2026:7896

Important: nodejs:20 security update

4 месяца назад
oracle-oval логотип
ELSA-2026-8339

ELSA-2026-8339: nodejs:20 security update (IMPORTANT)

4 месяца назад
oracle-oval логотип
ELSA-2026-7896

ELSA-2026-7896: nodejs:20 security update (IMPORTANT)

4 месяца назад
suse-cvrf логотип
openSUSE-SU-2026:21399-1

Security update for cockpit, cockpit-machines, cockpit-packages, cockpit-podman, cockpit-repos, cockpit-subscriptions

10 дней назад
rocky логотип
RLSA-2026:7302

Important: nodejs:22 security update

4 месяца назад
rocky логотип
RLSA-2026:7123

Important: nodejs:22 security update

4 месяца назад
rocky логотип
RLSA-2026:7080

Important: nodejs22 security update

4 месяца назад
oracle-oval логотип
ELSA-2026-7302

ELSA-2026-7302: nodejs:22 security update (IMPORTANT)

4 месяца назад
oracle-oval логотип
ELSA-2026-7123

ELSA-2026-7123: nodejs:22 security update (IMPORTANT)

4 месяца назад
oracle-oval логотип
ELSA-2026-7080

ELSA-2026-7080: nodejs22 security update (IMPORTANT)

4 месяца назад

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