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

exploitDog

Количество 79

Количество 79

debian логотип

CVE-2026-21710

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

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

CVSS3: 7.5
EPSS: Средний
suse-cvrf логотип

openSUSE-SU-2026:21266-1

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

Security update for openQA, os-autoinst

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

GHSA-xv6w-gxj8-v943

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

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

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

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

CVSS3: 7.5
EPSS: Средний
suse-cvrf логотип

openSUSE-SU-2026:21399-1

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

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

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

ROS-20260818-80-0011

27 дней назад

Уязвимость nodejs24

CVSS3: 7.5
EPSS: Средний
redos логотип

ROS-20260818-73-0015

27 дней назад

Уязвимость nodejs

CVSS3: 7.5
EPSS: Средний
ubuntu логотип

CVE-2026-26996

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

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

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

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

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

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

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

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

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

openSUSE-SU-2026:21058-1

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

Security update for nodejs22

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

openSUSE-SU-2026:20532-1

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

Security update for cockpit-subscriptions

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

openSUSE-SU-2026:20469-1

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

Security update for cockpit-packages

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

openSUSE-SU-2026:20464-1

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

Security update for cockpit-repos

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

SUSE-SU-2026:1509-1

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

Security update for nodejs22

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

SUSE-SU-2026:1478-1

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

Security update for nodejs22

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

SUSE-SU-2026:1371-1

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

Security update for nodejs20

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

SUSE-SU-2026:1363-1

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

Security update for nodejs20

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

ROS-20260420-80-0031

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

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

CVSS3: 7.5
EPSS: Низкий

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

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

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

CVSS3: 7.5
25%
Средний
6 месяцев назад
suse-cvrf логотип
openSUSE-SU-2026:21266-1

Security update for openQA, os-autoinst

2 месяца назад
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
25%
Средний
6 месяцев назад
fstec логотип
BDU:2026-04840

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

CVSS3: 7.5
25%
Средний
6 месяцев назад
suse-cvrf логотип
openSUSE-SU-2026:21399-1

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

около 2 месяцев назад
redos логотип
ROS-20260818-80-0011

Уязвимость nodejs24

CVSS3: 7.5
25%
Средний
27 дней назад
redos логотип
ROS-20260818-73-0015

Уязвимость nodejs

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

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

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

Security update for nodejs22

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

Security update for cockpit-subscriptions

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

Security update for cockpit-packages

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

Security update for cockpit-repos

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

Security update for nodejs22

5 месяцев назад
suse-cvrf логотип
SUSE-SU-2026:1478-1

Security update for nodejs22

5 месяцев назад
suse-cvrf логотип
SUSE-SU-2026:1371-1

Security update for nodejs20

5 месяцев назад
suse-cvrf логотип
SUSE-SU-2026:1363-1

Security update for nodejs20

5 месяцев назад
redos логотип
ROS-20260420-80-0031

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

CVSS3: 7.5
1%
Низкий
5 месяцев назад

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