CVE-2026-90711
Last modified
CVE-2026-90711 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. 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. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| proxy-addr | proxy-addr | >= 1.1.0, < 2.0.8 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90711?
How severe is CVE-2026-90711?
How do I fix CVE-2026-90711?
How Strix Helps
- Same Subject, Wrong User: A Cross-Issuer Account Takeover in n8nStrix found an identity-binding bug in n8n's token-exchange flow enabling account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-90706A vulnerability was identified in D-Link DWR-M921 1.1.52. Th…6.6
- CVE-2026-90707A security flaw has been discovered in Open5GS up to 2.7.x. …8.3
- CVE-2026-90708A weakness has been identified in Yot CMS up to 3.3.1. Affec…7.3
- CVE-2026-90709A security vulnerability has been detected in Yot CMS up to …4.7
- CVE-2026-9071IBM WebSphere Application Server 9.0, and 8.5 and IBM WebSph…7.5
- CVE-2026-90710A vulnerability was determined in taisan tarzan-cms 1.0.0. T…7.3
- CVE-2026-90712A vulnerability was identified in Gitlawb openclaude up to 0…4.3
- CVE-2026-90713A security flaw has been discovered in vllm-project vLLM up …3.3
- CVE-2026-90714A weakness has been identified in marcobambini Gravity up to…6.3
- CVE-2026-90715A security vulnerability has been detected in marcobambini G…7.3
- CVE-2026-90716A vulnerability was detected in marcobambini Gravity up to 0…5.5
- CVE-2026-9072IBM WebSphere Application Server and IBM WebSphere Applicati…9.8
Are you affected by CVE-2026-90711?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
