Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-30827

7.5 · HIGH
Published Mar 7, 2026 express-rate-limit_project CWE-770

Overview

CVE-2026-30827 is a high-severity vulnerability affecting express-rate-limit_project express-rate-limit. It was published on March 7, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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.

Remediation

Check the references section for vendor advisories and patches from express-rate-limit_project. Update express-rate-limit to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
express-rate-limit_project express-rate-limit >= 8.0.0, < 8.0.2 Affected

Frequently Asked Questions

What is CVE-2026-30827?

CVE-2026-30827 is a high-severity vulnerability affecting express-rate-limit_project express-rate-limit. It was published on March 7, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2026-30827?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-30827?

Check the references section for vendor advisories and patches from express-rate-limit_project. Update express-rate-limit to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-30827?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-30827 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.