- Description
- Rack is a modular Ruby web server interface. Prior to versions 2.2.14, 3.0.16, and 3.1.14, `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. 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. 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. Versions 2.2.14, 3.0.16, and 3.1.14 fix the issue. Some other mitigations are available. One may 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.
- Source
- security-advisories@github.com
- NVD status
- Analyzed
CVSS 3.1
- Type
- Primary
- Base score
- 7.5
- Impact score
- 3.6
- Exploitability score
- 3.9
- Vector string
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
- Severity
- HIGH
- security-advisories@github.com
- CWE-400
- Hype score
- Not currently trending
Oh CVE-2025-46727 is crazy https://t.co/lOyNuTj99g
@d1b
9 May 2025
31 Impressions
0 Retweets
0 Likes
0 Bookmarks
0 Replies
0 Quotes
🚨 CVE-2025-46727 🔴 HIGH (7.5) 🏢 rack - rack 🏗️ < 2.2.14 🔗 https://t.co/FNxq57EcGz 🔗 https://t.co/JIrMDCQxNQ 🔗 https://t.co/Z5valNm88X 🔗 https://t.co/DDhN5Wqwd8 #CyberCron #VulnAlert #InfoSec https://t.co/NpasPgz8RQ
@cybercronai
8 May 2025
27 Impressions
0 Retweets
0 Likes
0 Bookmarks
0 Replies
0 Quotes
CVE-2025-46727 Rack is a modular Ruby web server interface. Prior to versions 2.2.14, 3.0.16, and 3.1.14, `Rack::QueryParser` parses query strings and `application/x-www-form-urlenc… https://t.co/carxB7iPpS
@CVEnew
7 May 2025
531 Impressions
0 Retweets
1 Like
0 Bookmarks
0 Replies
0 Quotes
[
{
"nodes": [
{
"negate": false,
"cpeMatch": [
{
"criteria": "cpe:2.3:a:rack:rack:*:*:*:*:*:ruby:*:*",
"vulnerable": true,
"matchCriteriaId": "FEC7339A-778A-4139-B900-C42761EA6F08",
"versionEndExcluding": "2.2.14"
},
{
"criteria": "cpe:2.3:a:rack:rack:*:-:*:*:*:ruby:*:*",
"vulnerable": true,
"matchCriteriaId": "5D926918-70AF-4922-9235-0189DF4395F6",
"versionEndExcluding": "3.0.16",
"versionStartIncluding": "3.0.0"
},
{
"criteria": "cpe:2.3:a:rack:rack:*:-:*:*:*:ruby:*:*",
"vulnerable": true,
"matchCriteriaId": "0D85D0E5-7372-44BF-8298-F22735F71211",
"versionEndExcluding": "3.1.14",
"versionStartIncluding": "3.1.0"
}
],
"operator": "OR"
}
]
}
]