CVE-2026-69192

Source
https://cve.org/CVERecord?id=CVE-2026-69192
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-69192.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-69192
Aliases
Downstream
Related
Published
2026-08-03T19:56:13.640Z
Modified
2026-08-04T21:26:58.229567482Z
Severity
  • 7.7 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:H/SI:N/SA:N CVSS Calculator
Summary
ip-address: Address4 decodes leading-zero octets as decimal while resolvers decode them as octal, allowing SSRF and trust-boundary bypass
Details

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 issue is fixed in version 10.3.1.

Database specific
{
    "cwe_ids": [
        "CWE-20",
        "CWE-918"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/69xxx/CVE-2026-69192.json",
    "cna_assigner": "GitHub_M"
}
References

Affected packages

Git / github.com/beaugunderson/ip-address

Affected ranges

Type
GIT
Repo
https://github.com/beaugunderson/ip-address
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
{
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "10.3.1"
        }
    ],
    "source": "AFFECTED_FIELD"
}

Affected versions

1.*
1.0.0
1.1.0
2.*
2.0.0
v10.*
v10.0.0
v10.0.1
v10.1.0
v10.1.1
v10.2.0
v10.2.1
v10.2.2
v10.3.0
v2.*
v2.0.1
v2.0.2
v3.*
v3.1.0
v5.*
v5.2.0
v5.3.0
v5.4.0
v5.4.1
v5.5.0
v5.6.0
v5.7.0
v5.8.0
v5.8.1
v5.8.2
v5.8.3
v5.8.4
v5.8.5
v5.8.6
v5.8.7
v5.8.8
v5.8.9
v5.9.0
v5.9.1
v5.9.2
v5.9.3
v5.9.4
v6.*
v6.0.0
v6.1.0
v6.2.0
v6.3.0
v6.4.0
v7.*
v7.0.0
v7.0.1
v7.1.0
v8.*
v8.0.0
v8.1.0
v9.*
v9.0.0
v9.0.1
v9.0.2
v9.0.3
v9.0.5
v9.1.0-0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-69192.json"