CVE-2025-46727

CVE-2025-46727 is a high-severity uncontrolled resource consumption vulnerability in rack (rubygems), affecting versions < 2.2.14. It is fixed in 2.2.14, 3.0.16, 3.1.14.

Summary

Rack::QueryParser parses query strings and application/x-www-form-urlencoded bodies into Ruby data structures without imposing any limit on the number of parameters, allowing attackers to send requests with extremely large numbers of parameters.

Details

The vulnerability arises because Rack::QueryParser iterates over each &-separated key-value pair and adds it to a Hash without enforcing an upper bound on the total number of parameters. This allows an attacker to send a single request containing hundreds of thousands (or more) of parameters, which consumes excessive memory and CPU during parsing.

Mitigation

  • Update to a version of Rack that limits the number of parameters parsed, or
  • Use middleware to enforce a maximum query string size or parameter count, or
  • Employ a reverse proxy (such as Nginx) to limit request sizes and reject oversized query strings or bodies.

Limiting request body sizes and query string lengths at the web server or CDN level is an effective mitigation.

Impact

An attacker can trigger denial of service by sending specifically crafted HTTP requests, which can cause memory exhaustion or pin CPU resources, stalling or crashing the Rack server. This results in full service disruption until the affected worker is restarted.

Crafted input forces the application to consume excessive CPU, memory, or other resources, degrading or denying service. Typical impact: denial of service.

CVE-2025-46727 has a CVSS score of 7.5 (High). The vector is network-reachable, no privileges required, and no user interaction. A CVSS score reflects the worst-case severity of the vulnerability, not your specific exposure. Whether this affects your application depends on whether the vulnerable code is present and reachable in your environment. A fixed version is available (2.2.14, 3.0.16, 3.1.14); upgrading removes the vulnerable code path.

Affected versions

rack (< 2.2.14) rack (>= 3.0, < 3.0.16) rack (>= 3.1, < 3.1.14)

Security releases

rack → 2.2.14 (rubygems) rack → 3.0.16 (rubygems) rack → 3.1.14 (rubygems)

Kodem intelligence

Severity tells you how bad this could be in the worst case. It does not tell you whether you are exposed. Exploitability and impact are functions of runtime truth: whether the vulnerable code is present, reachable, and actually executes in your application. A vulnerable package can sit in your dependency tree and never run.

Kodem, an Intelligent Application Security platform, uses runtime intelligence to reveal which vulnerabilities actually execute in production, so teams prioritize the ones that genuinely matter. Kodem's runtime-powered SCA identifies whether this CVE is reachable in your applications.

See it in your environment

Remediation advice

Upgrade the following packages to resolve this vulnerability:

rack to 2.2.14 or later; rack to 3.0.16 or later; rack to 3.1.14 or later

Kodem Kai can prioritize this vulnerability in your dependency tree and generate a fix recommendation.

Frequently Asked Questions

  1. What is CVE-2025-46727? CVE-2025-46727 is a high-severity uncontrolled resource consumption vulnerability in rack (rubygems), affecting versions < 2.2.14. It is fixed in 2.2.14, 3.0.16, 3.1.14. Crafted input forces the application to consume excessive CPU, memory, or other resources, degrading or denying service.
  2. How severe is CVE-2025-46727? CVE-2025-46727 has a CVSS score of 7.5 (High). This score reflects the worst-case severity of the vulnerability, not your specific exposure. Whether it represents real risk in your environment depends on whether the vulnerable code is present and reachable.
  3. Which versions of rack are affected by CVE-2025-46727? rack (rubygems) versions < 2.2.14 is affected.
  4. Is there a fix for CVE-2025-46727? Yes. CVE-2025-46727 is fixed in 2.2.14, 3.0.16, 3.1.14. Upgrade to this version or later.
  5. Is CVE-2025-46727 exploitable, and should I be worried? Whether CVE-2025-46727 is exploitable in your environment depends on whether the vulnerable code is present and reachable. A CVSS score is a worst-case rating; it does not account for your specific deployment, configuration, or usage patterns. Kodem, an Intelligent Application Security platform, uses runtime intelligence to show which vulnerabilities actually execute in production, so you can focus on the ones that represent real risk. Get a demo
  6. What actually determines whether CVE-2025-46727 is exploitable, and how bad it is? Exploitability and impact are not fixed properties of a CVE. They depend on runtime truth: whether the vulnerable code is present, reachable, and actually executes in your application. A high CVSS score on a dependency that never runs is not the same as real risk. Kodem, an Intelligent Application Security platform, uses runtime intelligence to reveal which vulnerabilities actually execute in production, so teams prioritize the ones that genuinely matter.
  7. How do I fix CVE-2025-46727?
    • Upgrade rack to 2.2.14 or later
    • Upgrade rack to 3.0.16 or later
    • Upgrade rack to 3.1.14 or later

Other vulnerabilities in rack

CVE-2026-34835CVE-2026-34831CVE-2026-34829CVE-2026-34763CVE-2026-34230

Stop the waste.
Protect your environment with Kodem.