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

exploitDog

Количество 41

Количество 41

rocky логотип

RLSA-2026:58819

6 дней назад

Important: nodejs24 security update

EPSS: Низкий
oracle-oval логотип

ELSA-2026-58819

7 дней назад

ELSA-2026-58819: nodejs24 security update (IMPORTANT)

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

RLSA-2026:55603

6 дней назад

Important: nodejs:24 security update

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

RLSA-2026:54371

6 дней назад

Important: nodejs:24 security update

EPSS: Низкий
oracle-oval логотип

ELSA-2026-55603

14 дней назад

ELSA-2026-55603: nodejs:24 security update (IMPORTANT)

EPSS: Низкий
oracle-oval логотип

ELSA-2026-54371

18 дней назад

ELSA-2026-54371: nodejs:24 security update (IMPORTANT)

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

RLSA-2026:55541

13 дней назад

Important: nodejs22 security update

EPSS: Низкий
oracle-oval логотип

ELSA-2026-55541

15 дней назад

ELSA-2026-55541: nodejs22 security update (IMPORTANT)

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

RLSA-2026:55601

6 дней назад

Important: nodejs:22 security update

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

RLSA-2026:54530

6 дней назад

Important: nodejs:22 security update

EPSS: Низкий
oracle-oval логотип

ELSA-2026-55601

14 дней назад

ELSA-2026-55601: nodejs:22 security update (IMPORTANT)

EPSS: Низкий
oracle-oval логотип

ELSA-2026-54530

18 дней назад

ELSA-2026-54530: nodejs:22 security update (IMPORTANT)

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

CVE-2026-14257

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

brace-expansion through 5.0.7 is vulnerable to denial of service via memory exhaustion. The expand() function limits the number of results with a max option (default 100,000) but does not bound the length of each result string. By chaining multiple brace groups, an attacker keeps the result count under the limit while making each result progressively longer, so total memory scales with both count and string length until the process hits a fatal, uncatchable out-of-memory error. About 7.5 KB of input ('{a,b}'.repeat(1500)) crashes a default Node.js process. Any application that passes attacker-influenced strings to brace-expansion.expand() - directly or transitively via minimatch / glob brace patterns - can be crashed by a small request. Fixed in 5.0.8 by adding a maxLength option (default 4,000,000) that bounds accumulated output and intermediate arrays.

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

CVE-2026-14257

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

brace-expansion through 5.0.7 is vulnerable to denial of service via memory exhaustion. The expand() function limits the number of results with a max option (default 100,000) but does not bound the length of each result string. By chaining multiple brace groups, an attacker keeps the result count under the limit while making each result progressively longer, so total memory scales with both count and string length until the process hits a fatal, uncatchable out-of-memory error. About 7.5 KB of input ('{a,b}'.repeat(1500)) crashes a default Node.js process. Any application that passes attacker-influenced strings to brace-expansion.expand() - directly or transitively via minimatch / glob brace patterns - can be crashed by a small request. Fixed in 5.0.8 by adding a maxLength option (default 4,000,000) that bounds accumulated output and intermediate arrays.

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

CVE-2026-14257

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

brace-expansion through 5.0.7 is vulnerable to denial of service via memory exhaustion. The expand() function limits the number of results with a max option (default 100,000) but does not bound the length of each result string. By chaining multiple brace groups, an attacker keeps the result count under the limit while making each result progressively longer, so total memory scales with both count and string length until the process hits a fatal, uncatchable out-of-memory error. About 7.5 KB of input ('{a,b}'.repeat(1500)) crashes a default Node.js process. Any application that passes attacker-influenced strings to brace-expansion.expand() - directly or transitively via minimatch / glob brace patterns - can be crashed by a small request. Fixed in 5.0.8 by adding a maxLength option (default 4,000,000) that bounds accumulated output and intermediate arrays.

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

CVE-2026-14257

25 дней назад

brace-expansion DoS via unbounded expansion length causing an out-of-memory process crash

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

CVE-2026-14257

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

brace-expansion through 5.0.7 is vulnerable to denial of service via m ...

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

GHSA-mh99-v99m-4gvg

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

brace-expansion: DoS via unbounded expansion length causing an out-of-memory process crash

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

CVE-2026-54272

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

ip-address is a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript. Versions 10.1.1 through 10.2.0 are vulnerable to SSRF through misclassification of IPv4-mapped/NAT64 IPv6 addresses. Address6.getType() classifies an address by matching it against a table of known IPv6 special-use prefixes, returning Global unicast when nothing matches. That table had no entry for the IPv4-mapped range (::ffff:0:0/96), so every mapped address fell through to Global unicast; NAT64 addresses matched their own NAT64 … labels. The boolean checks isLoopback, isUnspecified, and isMulticast compared getType() against a fixed label and so returned false, while isLinkLocal and isULA checked only the native IPv6 ranges. The library already exposed isMapped4() and to4(), but did not apply them inside these checks, so a mapped or NAT64 address was never normalized to its embedded IPv4 address before classification. For IPv4-mapped addresses the host OS routes to the IPv4 stack, so the...

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

CVE-2026-54272

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

ip-address is a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript. Versions 10.1.1 through 10.2.0 are vulnerable to SSRF through misclassification of IPv4-mapped/NAT64 IPv6 addresses. Address6.getType() classifies an address by matching it against a table of known IPv6 special-use prefixes, returning Global unicast when nothing matches. That table had no entry for the IPv4-mapped range (::ffff:0:0/96), so every mapped address fell through to Global unicast; NAT64 addresses matched their own NAT64 … labels. The boolean checks isLoopback, isUnspecified, and isMulticast compared getType() against a fixed label and so returned false, while isLinkLocal and isULA checked only the native IPv6 ranges. The library already exposed isMapped4() and to4(), but did not apply them inside these checks, so a mapped or NAT64 address was never normalized to its embedded IPv4 address before classification. For IPv4-mapped addresses the host OS routes to the IPv4 stack, so the...

CVSS3: 7.2
EPSS: Низкий

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

Уязвимость
CVSS
EPSS
Опубликовано
rocky логотип
RLSA-2026:58819

Important: nodejs24 security update

6 дней назад
oracle-oval логотип
ELSA-2026-58819

ELSA-2026-58819: nodejs24 security update (IMPORTANT)

7 дней назад
rocky логотип
RLSA-2026:55603

Important: nodejs:24 security update

6 дней назад
rocky логотип
RLSA-2026:54371

Important: nodejs:24 security update

6 дней назад
oracle-oval логотип
ELSA-2026-55603

ELSA-2026-55603: nodejs:24 security update (IMPORTANT)

14 дней назад
oracle-oval логотип
ELSA-2026-54371

ELSA-2026-54371: nodejs:24 security update (IMPORTANT)

18 дней назад
rocky логотип
RLSA-2026:55541

Important: nodejs22 security update

13 дней назад
oracle-oval логотип
ELSA-2026-55541

ELSA-2026-55541: nodejs22 security update (IMPORTANT)

15 дней назад
rocky логотип
RLSA-2026:55601

Important: nodejs:22 security update

6 дней назад
rocky логотип
RLSA-2026:54530

Important: nodejs:22 security update

6 дней назад
oracle-oval логотип
ELSA-2026-55601

ELSA-2026-55601: nodejs:22 security update (IMPORTANT)

14 дней назад
oracle-oval логотип
ELSA-2026-54530

ELSA-2026-54530: nodejs:22 security update (IMPORTANT)

18 дней назад
ubuntu логотип
CVE-2026-14257

brace-expansion through 5.0.7 is vulnerable to denial of service via memory exhaustion. The expand() function limits the number of results with a max option (default 100,000) but does not bound the length of each result string. By chaining multiple brace groups, an attacker keeps the result count under the limit while making each result progressively longer, so total memory scales with both count and string length until the process hits a fatal, uncatchable out-of-memory error. About 7.5 KB of input ('{a,b}'.repeat(1500)) crashes a default Node.js process. Any application that passes attacker-influenced strings to brace-expansion.expand() - directly or transitively via minimatch / glob brace patterns - can be crashed by a small request. Fixed in 5.0.8 by adding a maxLength option (default 4,000,000) that bounds accumulated output and intermediate arrays.

CVSS3: 7.5
0%
Низкий
около 1 месяца назад
redhat логотип
CVE-2026-14257

brace-expansion through 5.0.7 is vulnerable to denial of service via memory exhaustion. The expand() function limits the number of results with a max option (default 100,000) but does not bound the length of each result string. By chaining multiple brace groups, an attacker keeps the result count under the limit while making each result progressively longer, so total memory scales with both count and string length until the process hits a fatal, uncatchable out-of-memory error. About 7.5 KB of input ('{a,b}'.repeat(1500)) crashes a default Node.js process. Any application that passes attacker-influenced strings to brace-expansion.expand() - directly or transitively via minimatch / glob brace patterns - can be crashed by a small request. Fixed in 5.0.8 by adding a maxLength option (default 4,000,000) that bounds accumulated output and intermediate arrays.

CVSS3: 7.5
0%
Низкий
около 1 месяца назад
nvd логотип
CVE-2026-14257

brace-expansion through 5.0.7 is vulnerable to denial of service via memory exhaustion. The expand() function limits the number of results with a max option (default 100,000) but does not bound the length of each result string. By chaining multiple brace groups, an attacker keeps the result count under the limit while making each result progressively longer, so total memory scales with both count and string length until the process hits a fatal, uncatchable out-of-memory error. About 7.5 KB of input ('{a,b}'.repeat(1500)) crashes a default Node.js process. Any application that passes attacker-influenced strings to brace-expansion.expand() - directly or transitively via minimatch / glob brace patterns - can be crashed by a small request. Fixed in 5.0.8 by adding a maxLength option (default 4,000,000) that bounds accumulated output and intermediate arrays.

CVSS3: 7.5
0%
Низкий
около 1 месяца назад
msrc логотип
CVE-2026-14257

brace-expansion DoS via unbounded expansion length causing an out-of-memory process crash

0%
Низкий
25 дней назад
debian логотип
CVE-2026-14257

brace-expansion through 5.0.7 is vulnerable to denial of service via m ...

CVSS3: 7.5
0%
Низкий
около 1 месяца назад
github логотип
GHSA-mh99-v99m-4gvg

brace-expansion: DoS via unbounded expansion length causing an out-of-memory process crash

CVSS3: 7.5
0%
Низкий
около 1 месяца назад
ubuntu логотип
CVE-2026-54272

ip-address is a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript. Versions 10.1.1 through 10.2.0 are vulnerable to SSRF through misclassification of IPv4-mapped/NAT64 IPv6 addresses. Address6.getType() classifies an address by matching it against a table of known IPv6 special-use prefixes, returning Global unicast when nothing matches. That table had no entry for the IPv4-mapped range (::ffff:0:0/96), so every mapped address fell through to Global unicast; NAT64 addresses matched their own NAT64 … labels. The boolean checks isLoopback, isUnspecified, and isMulticast compared getType() against a fixed label and so returned false, while isLinkLocal and isULA checked only the native IPv6 ranges. The library already exposed isMapped4() and to4(), but did not apply them inside these checks, so a mapped or NAT64 address was never normalized to its embedded IPv4 address before classification. For IPv4-mapped addresses the host OS routes to the IPv4 stack, so the...

0%
Низкий
около 1 месяца назад
redhat логотип
CVE-2026-54272

ip-address is a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript. Versions 10.1.1 through 10.2.0 are vulnerable to SSRF through misclassification of IPv4-mapped/NAT64 IPv6 addresses. Address6.getType() classifies an address by matching it against a table of known IPv6 special-use prefixes, returning Global unicast when nothing matches. That table had no entry for the IPv4-mapped range (::ffff:0:0/96), so every mapped address fell through to Global unicast; NAT64 addresses matched their own NAT64 … labels. The boolean checks isLoopback, isUnspecified, and isMulticast compared getType() against a fixed label and so returned false, while isLinkLocal and isULA checked only the native IPv6 ranges. The library already exposed isMapped4() and to4(), but did not apply them inside these checks, so a mapped or NAT64 address was never normalized to its embedded IPv4 address before classification. For IPv4-mapped addresses the host OS routes to the IPv4 stack, so the...

CVSS3: 7.2
0%
Низкий
около 1 месяца назад

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