Логотип exploitDog
bind:"CVE-2026-21710" OR bind:"CVE-2026-26996" OR bind:"CVE-2026-27135" OR bind:"CVE-2026-27904"
Консоль
Логотип exploitDog

exploitDog

bind:"CVE-2026-21710" OR bind:"CVE-2026-26996" OR bind:"CVE-2026-27135" OR bind:"CVE-2026-27904"

Количество 62

Количество 62

debian логотип

CVE-2026-21710

около 1 месяца назад

A flaw in Node.js HTTP request handling causes an uncaught `TypeError` ...

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

GHSA-xv6w-gxj8-v943

около 1 месяца назад

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

BDU:2026-04840

около 1 месяца назад

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

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

CVE-2026-26996

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

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

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

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

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

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

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

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

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

openSUSE-SU-2026:20532-1

22 дня назад

Security update for cockpit-subscriptions

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

openSUSE-SU-2026:20469-1

29 дней назад

Security update for cockpit-packages

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

openSUSE-SU-2026:20464-1

около 1 месяца назад

Security update for cockpit-repos

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

ROS-20260420-73-0038

17 дней назад

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

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

GHSA-3ppc-4f35-3m26

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

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

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

SUSE-SU-2026:1509-1

15 дней назад

Security update for nodejs22

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

SUSE-SU-2026:1478-1

16 дней назад

Security update for nodejs22

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

SUSE-SU-2026:1371-1

21 день назад

Security update for nodejs20

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

SUSE-SU-2026:1363-1

21 день назад

Security update for nodejs20

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

openSUSE-SU-2026:20519-1

23 дня назад

Security update for nodejs24

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

SUSE-SU-2026:1299-1

23 дня назад

Security update for nodejs24

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

openSUSE-SU-2026:20504-1

26 дней назад

Security update for cockpit

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

openSUSE-SU-2026:20503-1

26 дней назад

Security update for cockpit-machines

EPSS: Низкий

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

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

A flaw in Node.js HTTP request handling causes an uncaught `TypeError` ...

CVSS3: 7.5
0%
Низкий
около 1 месяца назад
github логотип
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
0%
Низкий
около 1 месяца назад
fstec логотип
BDU:2026-04840

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

CVSS3: 7.5
0%
Низкий
около 1 месяца назад
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
0%
Низкий
3 месяца назад
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
0%
Низкий
3 месяца назад
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
0%
Низкий
3 месяца назад
debian логотип
CVE-2026-26996

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

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

Security update for cockpit-subscriptions

0%
Низкий
22 дня назад
suse-cvrf логотип
openSUSE-SU-2026:20469-1

Security update for cockpit-packages

0%
Низкий
29 дней назад
suse-cvrf логотип
openSUSE-SU-2026:20464-1

Security update for cockpit-repos

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

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

CVSS3: 7.5
0%
Низкий
17 дней назад
github логотип
GHSA-3ppc-4f35-3m26

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

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

Security update for nodejs22

15 дней назад
suse-cvrf логотип
SUSE-SU-2026:1478-1

Security update for nodejs22

16 дней назад
suse-cvrf логотип
SUSE-SU-2026:1371-1

Security update for nodejs20

21 день назад
suse-cvrf логотип
SUSE-SU-2026:1363-1

Security update for nodejs20

21 день назад
suse-cvrf логотип
openSUSE-SU-2026:20519-1

Security update for nodejs24

23 дня назад
suse-cvrf логотип
SUSE-SU-2026:1299-1

Security update for nodejs24

23 дня назад
suse-cvrf логотип
openSUSE-SU-2026:20504-1

Security update for cockpit

26 дней назад
suse-cvrf логотип
openSUSE-SU-2026:20503-1

Security update for cockpit-machines

26 дней назад

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