CVE-2026-25500
- EPSS 0.02%
- Veröffentlicht 18.02.2026 18:59:31
- Zuletzt bearbeitet 19.02.2026 18:26:27
Rack is a modular Ruby web server interface. Prior to versions 2.2.22, 3.1.20, and 3.2.5, `Rack::Directory` generates an HTML directory index where each file entry is rendered as a clickable link. If a file exists on disk whose basename starts with t...
CVE-2026-22860
- EPSS 0.07%
- Veröffentlicht 18.02.2026 18:45:02
- Zuletzt bearbeitet 19.02.2026 18:27:09
Rack is a modular Ruby web server interface. Prior to versions 2.2.22, 3.1.20, and 3.2.5, `Rack::Directory`’s path check used a string prefix match on the expanded path. A request like `/../root_example/` can escape the configured root if the target ...
CVE-2025-61919
- EPSS 0.22%
- Veröffentlicht 10.10.2025 19:22:42
- Zuletzt bearbeitet 03.11.2025 19:28:04
Rack is a modular Ruby web server interface. Prior to versions 2.2.20, 3.1.18, and 3.2.3, `Rack::Request#POST` reads the entire request body into memory for `Content-Type: application/x-www-form-urlencoded`, calling `rack.input.read(nil)` without enf...
CVE-2025-61780
- EPSS 0.04%
- Veröffentlicht 10.10.2025 16:53:57
- Zuletzt bearbeitet 30.10.2025 14:24:43
Rack is a modular Ruby web server interface. Prior to versions 2.2.20, 3.1.18, and 3.2.3, a possible information disclosure vulnerability existed in `Rack::Sendfile` when running behind a proxy that supports `x-sendfile` headers (such as Nginx). Spec...
CVE-2025-61772
- EPSS 0.19%
- Veröffentlicht 07.10.2025 15:02:09
- Zuletzt bearbeitet 10.10.2025 16:45:29
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.1%
- Veröffentlicht 07.10.2025 14:42:53
- Zuletzt bearbeitet 10.10.2025 16:45:09
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.16%
- Veröffentlicht 07.10.2025 14:30:04
- Zuletzt bearbeitet 10.10.2025 16:44:36
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.07%
- Veröffentlicht 25.09.2025 15:16:13
- Zuletzt bearbeitet 10.10.2025 16:43:14
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.19%
- Veröffentlicht 04.06.2025 22:42:52
- Zuletzt bearbeitet 10.10.2025 16:42:17
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.81%
- 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...