CVE-2026-90711

Source
https://cve.org/CVERecord?id=CVE-2026-90711
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90711.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-90711
Aliases
  • GHSA-jqcg-44mw-7w3h
Downstream
Published
2026-09-15T06:19:46Z
Modified
2026-09-16T03:48:41Z
Severity
  • 9.1 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N CVSS Calculator
Summary
proxy-addr vulnerable to IP spoofing via IPv4-mapped IPv6 trust subnet
Details

proxy-addr is a Node.js module that determines a request's client address behind trusted reverse proxies, and it backs Express req.ip and req.ips. In versions 1.1.0 through 2.0.7, a trust subnet written in IPv4-mapped IPv6 notation with an IPv4-sized prefix, such as ::ffff:10.0.0.0/8 instead of the correct ::ffff:10.0.0.0/104, is accepted without error but trusts every IPv4 address on the internet rather than the block it names. Because the socket peer then becomes trusted at hop 0, any unauthenticated client can supply an arbitrary X-Forwarded-For header and control the address the application reads, which defeats IP-based access control, rate limiting, geolocation, and audit logging. This is a fail-open regression introduced in version 1.1.0. The issue is fixed in proxy-addr 2.0.8, and users should upgrade to 2.0.8 or later. As a workaround, ensure any IPv4-mapped IPv6 trust subnet uses a prefix length of at least 97, or express the range in plain IPv4 notation.

Database specific
{
    "cna_assigner": "openjs",
    "cwe_ids": [
        "CWE-290",
        "CWE-348",
        "CWE-697"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90711.json"
}
References

Affected packages

Git / github.com/jshttp/proxy-addr

Affected ranges

Type
GIT
Repo
https://github.com/jshttp/proxy-addr
Events
Database specific
Show details
{
    "extracted_events": [
        {
            "introduced": "1.1.0"
        },
        {
            "fixed": "2.0.8"
        }
    ],
    "source": "AFFECTED_FIELD"
}

Affected versions

v1.*
v1.1.0
v1.1.1
v1.1.2
v1.1.3
v1.1.4
v1.1.5
v2.*
v2.0.0
v2.0.1
v2.0.2
v2.0.3
v2.0.4
v2.0.5
v2.0.6
v2.0.7

Database specific

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