Vulnerability Description
Rack is a modular Ruby web server interface. Starting in version 3.1.0 and prior to version 3.1.5, Regular Expression Denial of Service (ReDoS) vulnerability exists in the `Rack::Request::Helpers` module when parsing HTTP Accept headers. This vulnerability can be exploited by an attacker sending specially crafted `Accept-Encoding` or `Accept-Language` headers, causing the server to spend excessive time processing the request and leading to a Denial of Service (DoS). The fix for CVE-2024-26146 was not applied to the main branch and thus while the issue was fixed for the Rack v3.0 release series, it was not fixed in the v3.1 release series until v3.1.5. Users of versions on the 3.1 branch should upgrade to version 3.1.5 to receive the fix.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Rack | Rack | >= 3.1.0, < 3.1.5 |
Related Weaknesses (CWE)
References
- https://github.com/rack/rack/commit/412c980450ca729ee37f90a2661f166a9665e058Patch
- https://github.com/rack/rack/security/advisories/GHSA-54rr-7fvw-6x8fNot Applicable
- https://github.com/rack/rack/security/advisories/GHSA-cj83-2ww7-mvq7Vendor Advisory
- https://github.com/rack/rack/commit/412c980450ca729ee37f90a2661f166a9665e058Patch
- https://github.com/rack/rack/security/advisories/GHSA-54rr-7fvw-6x8fNot Applicable
- https://github.com/rack/rack/security/advisories/GHSA-cj83-2ww7-mvq7Vendor Advisory
FAQ
What is CVE-2024-39316?
CVE-2024-39316 is a vulnerability with a CVSS score of 6.5 (MEDIUM). Rack is a modular Ruby web server interface. Starting in version 3.1.0 and prior to version 3.1.5, Regular Expression Denial of Service (ReDoS) vulnerability exists in the `Rack::Request::Helpers` mod...
How severe is CVE-2024-39316?
CVE-2024-39316 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-39316?
Check the references section above for vendor advisories and patch information. Affected products include: Rack Rack.