Количество 79
Количество 79
CVE-2026-21710
A flaw in Node.js HTTP request handling causes an uncaught `TypeError` ...
openSUSE-SU-2026:21266-1
Security update for openQA, os-autoinst
GHSA-xv6w-gxj8-v943
A flaw in Node.js HTTP request handling causes an uncaught `TypeError` when a request is received with a header named `__proto__` and the application accesses `req.headersDistinct`. When this occurs, `dest["__proto__"]` resolves to `Object.prototype` rather than `undefined`, causing `.push()` to be called on a non-array. This exception is thrown synchronously inside a property getter and cannot be intercepted by `error` event listeners, meaning it cannot be handled without wrapping every `req.headersDistinct` access in a `try/catch`. * This vulnerability affects all Node.js HTTP servers on **20.x, 22.x, 24.x, and v25.x**
BDU:2026-04840
Уязвимость программной платформы Node.js, связанная с некорректной зачисткой или освобождением ресурсов, позволяющая нарушителю вызвать отказ в обслуживании
openSUSE-SU-2026:21399-1
Security update for cockpit, cockpit-machines, cockpit-packages, cockpit-podman, cockpit-repos, cockpit-subscriptions
ROS-20260818-80-0011
Уязвимость nodejs24
ROS-20260818-73-0015
Уязвимость nodejs
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:21058-1
Security update for nodejs22
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
SUSE-SU-2026:1509-1
Security update for nodejs22
SUSE-SU-2026:1478-1
Security update for nodejs22
SUSE-SU-2026:1371-1
Security update for nodejs20
SUSE-SU-2026:1363-1
Security update for nodejs20
ROS-20260420-80-0031
Уязвимость nodejs-minimatch
Уязвимостей на страницу
Уязвимость | CVSS | EPSS | Опубликовано | |
|---|---|---|---|---|
CVE-2026-21710 A flaw in Node.js HTTP request handling causes an uncaught `TypeError` ... | CVSS3: 7.5 | 25% Средний | 6 месяцев назад | |
openSUSE-SU-2026:21266-1 Security update for openQA, os-autoinst | 2 месяца назад | |||
GHSA-xv6w-gxj8-v943 A flaw in Node.js HTTP request handling causes an uncaught `TypeError` when a request is received with a header named `__proto__` and the application accesses `req.headersDistinct`. When this occurs, `dest["__proto__"]` resolves to `Object.prototype` rather than `undefined`, causing `.push()` to be called on a non-array. This exception is thrown synchronously inside a property getter and cannot be intercepted by `error` event listeners, meaning it cannot be handled without wrapping every `req.headersDistinct` access in a `try/catch`. * This vulnerability affects all Node.js HTTP servers on **20.x, 22.x, 24.x, and v25.x** | CVSS3: 7.5 | 25% Средний | 6 месяцев назад | |
BDU:2026-04840 Уязвимость программной платформы Node.js, связанная с некорректной зачисткой или освобождением ресурсов, позволяющая нарушителю вызвать отказ в обслуживании | CVSS3: 7.5 | 25% Средний | 6 месяцев назад | |
openSUSE-SU-2026:21399-1 Security update for cockpit, cockpit-machines, cockpit-packages, cockpit-podman, cockpit-repos, cockpit-subscriptions | около 2 месяцев назад | |||
ROS-20260818-80-0011 Уязвимость nodejs24 | CVSS3: 7.5 | 25% Средний | 27 дней назад | |
ROS-20260818-73-0015 Уязвимость nodejs | CVSS3: 7.5 | 25% Средний | 27 дней назад | |
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% Низкий | 7 месяцев назад | |
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% Низкий | 7 месяцев назад | |
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% Низкий | 7 месяцев назад | |
CVE-2026-26996 minimatch is a minimal matching utility for converting glob expression ... | CVSS3: 7.5 | 1% Низкий | 7 месяцев назад | |
openSUSE-SU-2026:21058-1 Security update for nodejs22 | 3 месяца назад | |||
openSUSE-SU-2026:20532-1 Security update for cockpit-subscriptions | 1% Низкий | 5 месяцев назад | ||
openSUSE-SU-2026:20469-1 Security update for cockpit-packages | 1% Низкий | 5 месяцев назад | ||
openSUSE-SU-2026:20464-1 Security update for cockpit-repos | 1% Низкий | 5 месяцев назад | ||
SUSE-SU-2026:1509-1 Security update for nodejs22 | 5 месяцев назад | |||
SUSE-SU-2026:1478-1 Security update for nodejs22 | 5 месяцев назад | |||
SUSE-SU-2026:1371-1 Security update for nodejs20 | 5 месяцев назад | |||
SUSE-SU-2026:1363-1 Security update for nodejs20 | 5 месяцев назад | |||
ROS-20260420-80-0031 Уязвимость nodejs-minimatch | CVSS3: 7.5 | 1% Низкий | 5 месяцев назад |
Уязвимостей на страницу