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

exploitDog

Количество 30

Количество 30

fstec логотип

BDU:2026-07269

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

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

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

ROS-20260420-73-0038

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

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

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

CVE-2026-26996

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

minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects. Versions 10.2.0 and below are vulnerable to Regular Expression Denial of Service (ReDoS) when a glob pattern contains many consecutive * wildcards followed by a literal character that doesn't appear in the test string. Each * compiles to a separate [^/]*? regex group, and when the match fails, V8's regex engine backtracks exponentially across all possible splits. The time complexity is O(4^N) where N is the number of * characters. With N=15, a single minimatch() call takes ~2 seconds. With N=34, it hangs effectively forever. Any application that passes user-controlled strings to minimatch() as the pattern argument is vulnerable to DoS. This issue has been fixed in version 10.2.1.

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

CVE-2026-26996

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

minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects. Versions 10.2.0 and below are vulnerable to Regular Expression Denial of Service (ReDoS) when a glob pattern contains many consecutive * wildcards followed by a literal character that doesn't appear in the test string. Each * compiles to a separate [^/]*? regex group, and when the match fails, V8's regex engine backtracks exponentially across all possible splits. The time complexity is O(4^N) where N is the number of * characters. With N=15, a single minimatch() call takes ~2 seconds. With N=34, it hangs effectively forever. Any application that passes user-controlled strings to minimatch() as the pattern argument is vulnerable to DoS. This issue has been fixed in version 10.2.1.

CVSS3: 6.5
EPSS: Низкий
nvd логотип

CVE-2026-26996

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

minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects. Versions 10.2.0 and below are vulnerable to Regular Expression Denial of Service (ReDoS) when a glob pattern contains many consecutive * wildcards followed by a literal character that doesn't appear in the test string. Each * compiles to a separate [^/]*? regex group, and when the match fails, V8's regex engine backtracks exponentially across all possible splits. The time complexity is O(4^N) where N is the number of * characters. With N=15, a single minimatch() call takes ~2 seconds. With N=34, it hangs effectively forever. Any application that passes user-controlled strings to minimatch() as the pattern argument is vulnerable to DoS. This issue has been fixed in version 10.2.1.

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

CVE-2026-26996

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

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

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

openSUSE-SU-2026:20532-1

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

Security update for cockpit-subscriptions

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

openSUSE-SU-2026:20469-1

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

Security update for cockpit-packages

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

openSUSE-SU-2026:20464-1

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

Security update for cockpit-repos

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

GHSA-3ppc-4f35-3m26

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

minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern

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

openSUSE-SU-2026:20504-1

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

Security update for cockpit

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

openSUSE-SU-2026:20503-1

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

Security update for cockpit-machines

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

openSUSE-SU-2026:20502-1

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

Security update for cockpit-podman

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

RLSA-2026:7302

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

Important: nodejs:22 security update

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

RLSA-2026:7123

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

Important: nodejs:22 security update

EPSS: Низкий

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

Уязвимость
CVSS
EPSS
Опубликовано
fstec логотип
BDU:2026-07269

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

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

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

CVSS3: 7.5
1%
Низкий
3 месяца назад
ubuntu логотип
CVE-2026-26996

minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects. Versions 10.2.0 and below are vulnerable to Regular Expression Denial of Service (ReDoS) when a glob pattern contains many consecutive * wildcards followed by a literal character that doesn't appear in the test string. Each * compiles to a separate [^/]*? regex group, and when the match fails, V8's regex engine backtracks exponentially across all possible splits. The time complexity is O(4^N) where N is the number of * characters. With N=15, a single minimatch() call takes ~2 seconds. With N=34, it hangs effectively forever. Any application that passes user-controlled strings to minimatch() as the pattern argument is vulnerable to DoS. This issue has been fixed in version 10.2.1.

CVSS3: 7.5
1%
Низкий
5 месяцев назад
redhat логотип
CVE-2026-26996

minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects. Versions 10.2.0 and below are vulnerable to Regular Expression Denial of Service (ReDoS) when a glob pattern contains many consecutive * wildcards followed by a literal character that doesn't appear in the test string. Each * compiles to a separate [^/]*? regex group, and when the match fails, V8's regex engine backtracks exponentially across all possible splits. The time complexity is O(4^N) where N is the number of * characters. With N=15, a single minimatch() call takes ~2 seconds. With N=34, it hangs effectively forever. Any application that passes user-controlled strings to minimatch() as the pattern argument is vulnerable to DoS. This issue has been fixed in version 10.2.1.

CVSS3: 6.5
1%
Низкий
5 месяцев назад
nvd логотип
CVE-2026-26996

minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects. Versions 10.2.0 and below are vulnerable to Regular Expression Denial of Service (ReDoS) when a glob pattern contains many consecutive * wildcards followed by a literal character that doesn't appear in the test string. Each * compiles to a separate [^/]*? regex group, and when the match fails, V8's regex engine backtracks exponentially across all possible splits. The time complexity is O(4^N) where N is the number of * characters. With N=15, a single minimatch() call takes ~2 seconds. With N=34, it hangs effectively forever. Any application that passes user-controlled strings to minimatch() as the pattern argument is vulnerable to DoS. This issue has been fixed in version 10.2.1.

CVSS3: 7.5
1%
Низкий
5 месяцев назад
debian логотип
CVE-2026-26996

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

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

Security update for cockpit-subscriptions

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

Security update for cockpit-packages

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

Security update for cockpit-repos

1%
Низкий
4 месяца назад
github логотип
GHSA-3ppc-4f35-3m26

minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern

1%
Низкий
5 месяцев назад
suse-cvrf логотип
openSUSE-SU-2026:20504-1

Security update for cockpit

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

Security update for cockpit-machines

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

Security update for cockpit-podman

4 месяца назад
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 месяца назад
rocky логотип
RLSA-2026:7302

Important: nodejs:22 security update

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

Important: nodejs:22 security update

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

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