Количество 31
Количество 31
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.
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.
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.
CVE-2026-26996
minimatch is a minimal matching utility for converting glob expression ...
openSUSE-SU-2026:20532-1
Security update for cockpit-subscriptions
openSUSE-SU-2026:20469-1
Security update for cockpit-packages
openSUSE-SU-2026:20464-1
Security update for cockpit-repos
GHSA-3ppc-4f35-3m26
minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern
BDU:2026-07269
Уязвимость библиотеки minimatch программной платформы Node.js, связанная с использованием регулярного выражения c неэффективной вычислительной сложностью, позволяющая нарушителю вызвать отказ в обслуживании
openSUSE-SU-2026:20504-1
Security update for cockpit
openSUSE-SU-2026:20503-1
Security update for cockpit-machines
openSUSE-SU-2026:20502-1
Security update for cockpit-podman
ROS-20260420-73-0038
Уязвимость nodejs-minimatch
openSUSE-SU-2026:21266-1
Security update for openQA, os-autoinst
RLSA-2026:8339
Important: nodejs:20 security update
RLSA-2026:7896
Important: nodejs:20 security update
ELSA-2026-8339
ELSA-2026-8339: nodejs:20 security update (IMPORTANT)
ELSA-2026-7896
ELSA-2026-7896: nodejs:20 security update (IMPORTANT)
openSUSE-SU-2026:21399-1
Security update for cockpit, cockpit-machines, cockpit-packages, cockpit-podman, cockpit-repos, cockpit-subscriptions
RLSA-2026:7302
Important: nodejs:22 security update
Уязвимостей на страницу
Уязвимость | CVSS | EPSS | Опубликовано | |
|---|---|---|---|---|
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 месяцев назад | |
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 месяцев назад | |
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 месяцев назад | |
CVE-2026-26996 minimatch is a minimal matching utility for converting glob expression ... | CVSS3: 7.5 | 1% Низкий | 5 месяцев назад | |
openSUSE-SU-2026:20532-1 Security update for cockpit-subscriptions | 1% Низкий | 4 месяца назад | ||
openSUSE-SU-2026:20469-1 Security update for cockpit-packages | 1% Низкий | 4 месяца назад | ||
openSUSE-SU-2026:20464-1 Security update for cockpit-repos | 1% Низкий | 4 месяца назад | ||
GHSA-3ppc-4f35-3m26 minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern | 1% Низкий | 5 месяцев назад | ||
BDU:2026-07269 Уязвимость библиотеки minimatch программной платформы Node.js, связанная с использованием регулярного выражения c неэффективной вычислительной сложностью, позволяющая нарушителю вызвать отказ в обслуживании | CVSS3: 7.5 | 1% Низкий | 5 месяцев назад | |
openSUSE-SU-2026:20504-1 Security update for cockpit | 4 месяца назад | |||
openSUSE-SU-2026:20503-1 Security update for cockpit-machines | 4 месяца назад | |||
openSUSE-SU-2026:20502-1 Security update for cockpit-podman | 4 месяца назад | |||
ROS-20260420-73-0038 Уязвимость nodejs-minimatch | CVSS3: 7.5 | 1% Низкий | 3 месяца назад | |
openSUSE-SU-2026:21266-1 Security update for openQA, os-autoinst | 24 дня назад | |||
RLSA-2026:8339 Important: nodejs:20 security update | 4 месяца назад | |||
RLSA-2026:7896 Important: nodejs:20 security update | 4 месяца назад | |||
ELSA-2026-8339 ELSA-2026-8339: nodejs:20 security update (IMPORTANT) | 4 месяца назад | |||
ELSA-2026-7896 ELSA-2026-7896: nodejs:20 security update (IMPORTANT) | 4 месяца назад | |||
openSUSE-SU-2026:21399-1 Security update for cockpit, cockpit-machines, cockpit-packages, cockpit-podman, cockpit-repos, cockpit-subscriptions | 10 дней назад | |||
RLSA-2026:7302 Important: nodejs:22 security update | 4 месяца назад |
Уязвимостей на страницу