Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-30827
March 07, 2026
express-rate-limit is a basic rate-limiting middleware for Express. In versions starting from 8.0.0 and prior to versions 8.0.2, 8.1.1, 8.2.2, and 8.3.0, the default keyGenerator in express-rate-limit applies IPv6 subnet masking (/56 by default) to all addresses that net.isIPv6() returns true for. This includes IPv4-mapped IPv6 addresses (::ffff:x.x.x.x), which Node.js returns as request.ip on dual-stack servers. Because the first 80 bits of all IPv4-mapped addresses are zero, a /56 (or any /32 to /80) subnet mask produces the same network key (::/56) for every IPv4 client. This collapses all IPv4 traffic into a single rate-limit bucket: one client exhausting the limit causes HTTP 429 for all other IPv4 clients. This issue has been patched in versions 8.0.2, 8.1.1, 8.2.2, and 8.3.0.
Affected Packages
https://github.com/express-rate-limit/express-rate-limit.git (GITHUB):
Affected version(s) =v8.1.0 <v8.1.1
Fix Suggestion:
Update to version v8.1.1
https://github.com/express-rate-limit/express-rate-limit.git (GITHUB):
Affected version(s) >=v8.2.0 <v8.2.2
Fix Suggestion:
Update to version v8.2.2
https://github.com/express-rate-limit/express-rate-limit.git (GITHUB):
Affected version(s) >=v8.0.0 <v8.0.2
Fix Suggestion:
Update to version v8.0.2
express-rate-limit (NPM):
Affected version(s) =8.1.0 <8.1.1
Fix Suggestion:
Update to version 8.1.1
express-rate-limit (NPM):
Affected version(s) >=8.0.0 <8.0.2
Fix Suggestion:
Update to version 8.0.2
express-rate-limit (NPM):
Affected version(s) >=8.2.0 <8.2.2
Fix Suggestion:
Update to version 8.2.2
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
HIGH
Weakness Type (CWE)
Allocation of Resources Without Limits or Throttling
EPSS
Base Score:
0.02