Количество 17
Количество 17
GHSA-mwp4-54f8-5fhr
ip-address: Address4 decodes leading-zero octets as decimal while resolvers decode them as octal, allowing SSRF and trust-boundary bypass
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...
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...
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. This i
CVE-2026-69192
ip-address is a library for parsing and manipulating IPv4 and IPv6 add ...
RLSA-2026:55541
Important: nodejs22 security update
ELSA-2026-55541
ELSA-2026-55541: nodejs22 security update (IMPORTANT)
RLSA-2026:58819
Important: nodejs24 security update
ELSA-2026-58819
ELSA-2026-58819: nodejs24 security update (IMPORTANT)
RLSA-2026:55601
Important: nodejs:22 security update
RLSA-2026:54530
Important: nodejs:22 security update
ELSA-2026-55601
ELSA-2026-55601: nodejs:22 security update (IMPORTANT)
ELSA-2026-54530
ELSA-2026-54530: nodejs:22 security update (IMPORTANT)
RLSA-2026:55603
Important: nodejs:24 security update
RLSA-2026:54371
Important: nodejs:24 security update
ELSA-2026-55603
ELSA-2026-55603: nodejs:24 security update (IMPORTANT)
ELSA-2026-54371
ELSA-2026-54371: nodejs:24 security update (IMPORTANT)
Уязвимостей на страницу
Уязвимость | CVSS | EPSS | Опубликовано | |
|---|---|---|---|---|
GHSA-mwp4-54f8-5fhr ip-address: Address4 decodes leading-zero octets as decimal while resolvers decode them as octal, allowing SSRF and trust-boundary bypass | 0% Низкий | 28 дней назад | ||
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 дней назад | ||
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 дней назад | |
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. This i | 0% Низкий | 28 дней назад | ||
CVE-2026-69192 ip-address is a library for parsing and manipulating IPv4 and IPv6 add ... | 0% Низкий | 28 дней назад | ||
RLSA-2026:55541 Important: nodejs22 security update | 13 дней назад | |||
ELSA-2026-55541 ELSA-2026-55541: nodejs22 security update (IMPORTANT) | 15 дней назад | |||
RLSA-2026:58819 Important: nodejs24 security update | 6 дней назад | |||
ELSA-2026-58819 ELSA-2026-58819: nodejs24 security update (IMPORTANT) | 7 дней назад | |||
RLSA-2026:55601 Important: nodejs:22 security update | 6 дней назад | |||
RLSA-2026:54530 Important: nodejs:22 security update | 6 дней назад | |||
ELSA-2026-55601 ELSA-2026-55601: nodejs:22 security update (IMPORTANT) | 14 дней назад | |||
ELSA-2026-54530 ELSA-2026-54530: nodejs:22 security update (IMPORTANT) | 18 дней назад | |||
RLSA-2026:55603 Important: nodejs:24 security update | 6 дней назад | |||
RLSA-2026:54371 Important: nodejs:24 security update | 6 дней назад | |||
ELSA-2026-55603 ELSA-2026-55603: nodejs:24 security update (IMPORTANT) | 14 дней назад | |||
ELSA-2026-54371 ELSA-2026-54371: nodejs:24 security update (IMPORTANT) | 18 дней назад |
Уязвимостей на страницу