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

exploitDog

Количество 31

Количество 31

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:58819

6 дней назад

Important: nodejs24 security update

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

ELSA-2026-58819

7 дней назад

ELSA-2026-58819: nodejs24 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: Низкий
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: Низкий
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-69192

28 дней назад

ip-address is a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript. Prior to 10.3.1, Address4 accepts an octet written with a leading zero and decodes it as decimal, while the WHATWG URL host parser, inet_aton, and getaddrinfo all decode a leading zero as octal. The library and the network stack therefore disagree about which host a string names. new Address4('012.0.0.1') reports correctForm() of 12.0.0.1 and isPrivate() of false, but fetch('http://012.0.0.1/') connects to 10.0.0.1. An application that builds a network trust-boundary decision on these checks, for example a filter intended to block Server-Side Request Forgery, or SSRF, will classify an internal target as external and allow the request. The defect is in the parse gate rather than in any one classifier, so every consumer of Address4 inherits it: isPrivate(), isLoopback(), isLinkLocal(), isCGNAT(), isInSubnet(), isHostInSubnet(), and correctForm() are all computed from the mis-decoded octets. Thi...

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

CVE-2026-69192

28 дней назад

ip-address is a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript. Prior to 10.3.1, Address4 accepts an octet written with a leading zero and decodes it as decimal, while the WHATWG URL host parser, inet_aton, and getaddrinfo all decode a leading zero as octal. The library and the network stack therefore disagree about which host a string names. new Address4('012.0.0.1') reports correctForm() of 12.0.0.1 and isPrivate() of false, but fetch('http://012.0.0.1/') connects to 10.0.0.1. An application that builds a network trust-boundary decision on these checks, for example a filter intended to block Server-Side Request Forgery, or SSRF, will classify an internal target as external and allow the request. The defect is in the parse gate rather than in any one classifier, so every consumer of Address4 inherits it: isPrivate(), isLoopback(), isLinkLocal(), isCGNAT(), isInSubnet(), isHostInSubnet(), and correctForm() are all computed from the mis-decoded octets. Thi...

CVSS3: 8.6
EPSS: Низкий

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

Уязвимость
CVSS
EPSS
Опубликовано
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:58819

Important: nodejs24 security update

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

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

7 дней назад
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 дней назад
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 дней назад
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-69192

ip-address is a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript. Prior to 10.3.1, Address4 accepts an octet written with a leading zero and decodes it as decimal, while the WHATWG URL host parser, inet_aton, and getaddrinfo all decode a leading zero as octal. The library and the network stack therefore disagree about which host a string names. new Address4('012.0.0.1') reports correctForm() of 12.0.0.1 and isPrivate() of false, but fetch('http://012.0.0.1/') connects to 10.0.0.1. An application that builds a network trust-boundary decision on these checks, for example a filter intended to block Server-Side Request Forgery, or SSRF, will classify an internal target as external and allow the request. The defect is in the parse gate rather than in any one classifier, so every consumer of Address4 inherits it: isPrivate(), isLoopback(), isLinkLocal(), isCGNAT(), isInSubnet(), isHostInSubnet(), and correctForm() are all computed from the mis-decoded octets. Thi...

0%
Низкий
28 дней назад
redhat логотип
CVE-2026-69192

ip-address is a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript. Prior to 10.3.1, Address4 accepts an octet written with a leading zero and decodes it as decimal, while the WHATWG URL host parser, inet_aton, and getaddrinfo all decode a leading zero as octal. The library and the network stack therefore disagree about which host a string names. new Address4('012.0.0.1') reports correctForm() of 12.0.0.1 and isPrivate() of false, but fetch('http://012.0.0.1/') connects to 10.0.0.1. An application that builds a network trust-boundary decision on these checks, for example a filter intended to block Server-Side Request Forgery, or SSRF, will classify an internal target as external and allow the request. The defect is in the parse gate rather than in any one classifier, so every consumer of Address4 inherits it: isPrivate(), isLoopback(), isLinkLocal(), isCGNAT(), isInSubnet(), isHostInSubnet(), and correctForm() are all computed from the mis-decoded octets. Thi...

CVSS3: 8.6
0%
Низкий
28 дней назад

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