๐Ÿ” CVE Alert

CVE-2026-15144

HIGH 7.3

@fastify/rate-limit vulnerable to rate-limit bypass via IPv6 address rotation

CVSS Score
7.3
EPSS Score
0.0%
EPSS Percentile
0th

@fastify/rate-limit before 11.2.0 keys rate-limit buckets by the verbatim client IP string returned from request.ip. Because a single IPv6 client can control a large address range (a /64 holds 2^64 distinct addresses) and the same address has multiple valid textual representations, an IPv6 capable client can defeat the rate-limit boundary by rotating addresses or by rewriting the same address in different forms. Applications that use @fastify/rate-limit to protect endpoints such as authentication, password reset, OTP delivery, or expensive API calls can be bypassed by IPv6 clients behind a proxy that surfaces IPv6 to the origin when trustProxy is enabled. The issue is fixed in @fastify/rate-limit 11.2.0, where the default key generator normalizes IPv6 addresses to their canonical form, collapses IPv4 mapped IPv6 to IPv4, and applies a configurable prefix mask (default /64) via a new ipv6Subnet option.

CWE CWE-307 CWE-770
Vendor @fastify/rate-limit
Product @fastify/rate-limit
Published Jul 29, 2026
Stay Ahead of the Next One

Get instant alerts for @fastify/rate-limit @fastify/rate-limit

Be the first to know when new high vulnerabilities affecting @fastify/rate-limit @fastify/rate-limit 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:L/I:L/A:L
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

@fastify/rate-limit / @fastify/rate-limit
0 < 11.2.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/fastify/fastify-rate-limit/security/advisories/GHSA-grpc-p53c-r64v cna.openjsf.org: https://cna.openjsf.org/security-advisories.html

Credits

๐Ÿ” 0xShemesh mcollina climba03003 UlisesGascon