cve/2024/CVE-2024-26141.md
2024-05-25 21:48:12 +02:00

957 B

CVE-2024-26141

Description

Rack is a modular Ruby web server interface. Carefully crafted Range headers can cause a server to respond with an unexpectedly large response. Responding with such large responses could lead to a denial of service issue. Vulnerable applications will use the Rack::File middleware or the Rack::Utils.byte_ranges methods (this includes Rails applications). The vulnerability is fixed in 3.0.9.1 and 2.2.8.1.

POC

Reference

No PoCs from references.

Github