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

exploitDog

Количество 67

Количество 67

debian логотип

CVE-2026-21710

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

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

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

GHSA-xv6w-gxj8-v943

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

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

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

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

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

SUSE-SU-2026:1509-1

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

Security update for nodejs22

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

SUSE-SU-2026:1478-1

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

Security update for nodejs22

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

SUSE-SU-2026:1371-1

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

Security update for nodejs20

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

SUSE-SU-2026:1363-1

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

Security update for nodejs20

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

GHSA-3ppc-4f35-3m26

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

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

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

BDU:2026-07269

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

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

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

openSUSE-SU-2026:20519-1

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

Security update for nodejs24

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

SUSE-SU-2026:1299-1

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

Security update for nodejs24

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: Низкий

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

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

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

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

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

CVSS3: 7.5
26%
Средний
4 месяца назад
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 месяца назад
suse-cvrf логотип
SUSE-SU-2026:1509-1

Security update for nodejs22

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

Security update for nodejs22

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

Security update for nodejs20

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

Security update for nodejs20

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

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

1%
Низкий
5 месяцев назад
fstec логотип
BDU:2026-07269

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

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

Security update for nodejs24

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

Security update for nodejs24

4 месяца назад
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 месяца назад

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