๐Ÿ” CVE Alert

CVE-2026-92395

CRITICAL 9.1

@fastify/proxy-addr vulnerable to IP spoofing via IPv4-mapped IPv6 trust subnet

CVSS Score
9.1
EPSS Score
0.0%
EPSS Percentile
0th

@fastify/proxy-addr is a Fastify plugin that determines a request's client address behind trusted reverse proxies, and it backs Fastify request.ip and request.ips. In versions 3.0.0 through 5.1.0, 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. The plugin inherited this defect from the upstream proxy-addr module (CVE-2026-90711). The issue is fixed in @fastify/proxy-addr 5.1.1, and users should upgrade to 5.1.1 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.

CWE CWE-290 CWE-348 CWE-697
Vendor @fastify/proxy-addr
Product @fastify/proxy-addr
Published Sep 16, 2026
Stay Ahead of the Next One

Get instant alerts for @fastify/proxy-addr @fastify/proxy-addr

Be the first to know when new critical vulnerabilities affecting @fastify/proxy-addr @fastify/proxy-addr are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

@fastify/proxy-addr / @fastify/proxy-addr
3.0.0 < 5.1.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/fastify/proxy-addr/security/advisories/GHSA-8cmm-mhw6-v7xq cna.openjsf.org: https://cna.openjsf.org/security-advisories.html

Credits

kagebunsher UlisesGascon mcollina kustundag