CVE-2025-61772
- EPSS 0.1%
- Veröffentlicht 07.10.2025 15:02:09
- Zuletzt bearbeitet 07.10.2025 15:16:03
Rack is a modular Ruby web server interface. In versions prior to 2.2.19, 3.1.17, and 3.2.2, `Rack::Multipart::Parser` can accumulate unbounded data when a multipart part’s header block never terminates with the required blank line (`CRLFCRLF`). The ...
CVE-2025-61771
- EPSS 0.04%
- Veröffentlicht 07.10.2025 14:42:53
- Zuletzt bearbeitet 07.10.2025 15:16:03
Rack is a modular Ruby web server interface. In versions prior to 2.2.19, 3.1.17, and 3.2.2, ``Rack::Multipart::Parser` stores non-file form fields (parts without a `filename`) entirely in memory as Ruby `String` objects. A single large text field in...
CVE-2025-61770
- EPSS 0.1%
- Veröffentlicht 07.10.2025 14:30:04
- Zuletzt bearbeitet 07.10.2025 15:16:02
Rack is a modular Ruby web server interface. In versions prior to 2.2.19, 3.1.17, and 3.2.2, `Rack::Multipart::Parser` buffers the entire multipart preamble (bytes before the first boundary) in memory without any size limit. A client can send a large...
CVE-2025-59830
- EPSS 0.05%
- Veröffentlicht 25.09.2025 15:16:13
- Zuletzt bearbeitet 26.09.2025 14:32:53
Rack is a modular Ruby web server interface. Prior to version 2.2.18, Rack::QueryParser enforces its params_limit only for parameters separated by &, while still splitting on both & and ;. As a result, attackers could use ; separators to bypass the p...
CVE-2025-49007
- EPSS 0.21%
- Veröffentlicht 04.06.2025 22:42:52
- Zuletzt bearbeitet 05.06.2025 20:12:23
Rack is a modular Ruby web server interface. Starting in version 3.1.0 and prior to version 3.1.16, there is a denial of service vulnerability in the Content-Disposition parsing component of Rack. This is very similar to the previous security issue C...
CVE-2025-46727
- EPSS 0.21%
- Veröffentlicht 07.05.2025 23:15:54
- Zuletzt bearbeitet 17.06.2025 19:44:47
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 p...
CVE-2025-32441
- EPSS 0.03%
- Veröffentlicht 07.05.2025 23:01:19
- Zuletzt bearbeitet 17.06.2025 19:48:03
Rack is a modular Ruby web server interface. Prior to version 2.2.14, when using the `Rack::Session::Pool` middleware, simultaneous rack requests can restore a deleted rack session, which allows the unauthenticated user to occupy that session. Rack s...
CVE-2025-27610
- EPSS 0.22%
- Veröffentlicht 10.03.2025 23:15:35
- Zuletzt bearbeitet 10.03.2025 23:15:35
Rack provides an interface for developing web applications in Ruby. Prior to versions 2.2.13, 3.0.14, and 3.1.12, `Rack::Static` can serve files under the specified `root:` even if `urls:` are provided, which may expose other files under the specifie...
CVE-2025-27111
- EPSS 0.44%
- Veröffentlicht 04.03.2025 16:15:40
- Zuletzt bearbeitet 04.03.2025 16:15:40
Rack is a modular Ruby web server interface. The Rack::Sendfile middleware logs unsanitised header values from the X-Sendfile-Type header. An attacker can exploit this by injecting escape sequences (such as newline characters) into the header, result...
CVE-2025-25184
- EPSS 0.28%
- Veröffentlicht 12.02.2025 17:15:24
- Zuletzt bearbeitet 14.02.2025 20:15:34
Rack provides an interface for developing web applications in Ruby. Prior to versions 2.2.11, 3.0.12, and 3.1.10, Rack::CommonLogger can be exploited by crafting input that includes newline characters to manipulate log entries. The supplied proof-of-...