rpm package
suse/rubygem-rack&distro=SUSE Linux Enterprise High Availability Extension 15 SP2
pkg:rpm/suse/rubygem-rack&distro=SUSE%20Linux%20Enterprise%20High%20Availability%20Extension%2015%20SP2
Vulnerabilities (12)
| CVE | Sev | CVSS | KEV | Affected versions | Fixed in | Published | Description |
|---|---|---|---|---|---|---|---|
| CVE-2023-27539 | — | < 2.0.8-150000.3.18.1 | 2.0.8-150000.3.18.1 | Jan 9, 2025 | There is a denial of service vulnerability in the header parsing component of Rack. | ||
| CVE-2024-26141 | — | < 2.0.8-150000.3.21.2 | 2.0.8-150000.3.21.2 | Feb 28, 2024 | 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` middlewa | ||
| CVE-2024-25126 | — | < 2.0.8-150000.3.21.2 | 2.0.8-150000.3.21.2 | Feb 28, 2024 | Rack is a modular Ruby web server interface. Carefully crafted content type headers can cause Rack’s media type parser to take much longer than expected, leading to a possible denial of service vulnerability (ReDos 2nd degree polynomial). This vulnerability is patched in 3.0.9.1 | ||
| CVE-2024-26146 | — | < 2.0.8-150000.3.21.2 | 2.0.8-150000.3.21.2 | Feb 28, 2024 | Rack is a modular Ruby web server interface. Carefully crafted headers can cause header parsing in Rack to take longer than expected resulting in a possible denial of service issue. Accept and Forwarded headers are impacted. Ruby 3.2 has mitigations for this problem, so Rack appl | ||
| CVE-2023-27530 | — | < 2.0.8-150000.3.15.1 | 2.0.8-150000.3.15.1 | Mar 10, 2023 | A DoS vulnerability exists in Rack <v3.0.4.2, <v2.2.6.3, <v2.1.4.3 and <v2.0.9.3 within in the Multipart MIME parsing code in which could allow an attacker to craft requests that can be abuse to cause multipart parsing to take longer than expected. | ||
| CVE-2022-44572 | — | < 2.0.8-150000.3.12.1 | 2.0.8-150000.3.12.1 | Feb 9, 2023 | A denial of service vulnerability in the multipart parsing component of Rack fixed in 2.0.9.2, 2.1.4.2, 2.2.4.1 and 3.0.0.1 could allow an attacker tocraft input that can cause RFC2183 multipart boundary parsing in Rack to take an unexpected amount of time, possibly resulting in | ||
| CVE-2022-44571 | — | < 2.0.8-150000.3.12.1 | 2.0.8-150000.3.12.1 | Feb 9, 2023 | There is a denial of service vulnerability in the Content-Disposition parsingcomponent of Rack fixed in 2.0.9.2, 2.1.4.2, 2.2.4.1, 3.0.0.1. This could allow an attacker to craft an input that can cause Content-Disposition header parsing in Rackto take an unexpected amount of time | ||
| CVE-2022-44570 | — | < 2.0.8-150000.3.12.1 | 2.0.8-150000.3.12.1 | Feb 9, 2023 | A denial of service vulnerability in the Range header parsing component of Rack >= 1.5.0. A Carefully crafted input can cause the Range header parsing component in Rack to take an unexpected amount of time, possibly resulting in a denial of service attack vector. Any applications | ||
| CVE-2022-30123 | — | < 2.0.8-150000.3.6.1 | 2.0.8-150000.3.6.1 | Dec 5, 2022 | A sequence injection vulnerability exists in Rack <2.0.9.1, <2.1.4.1 and <2.2.3.1 which could allow is a possible shell escape in the Lint and CommonLogger components of Rack. | ||
| CVE-2022-30122 | — | < 2.0.8-150000.3.6.1 | 2.0.8-150000.3.6.1 | Dec 5, 2022 | A possible denial of service vulnerability exists in Rack <2.0.9.1, <2.1.4.1 and <2.2.3.1 in the multipart parsing component of Rack. | ||
| CVE-2020-8161 | — | < 2.0.8-150000.3.9.1 | 2.0.8-150000.3.9.1 | Jul 2, 2020 | A directory traversal vulnerability exists in rack < 2.2.0 that allows an attacker perform directory traversal vulnerability in the Rack::Directory app that is bundled with Rack which could result in information disclosure. | ||
| CVE-2020-8184 | — | < 2.0.8-150000.3.9.1 | 2.0.8-150000.3.9.1 | Jun 19, 2020 | A reliance on cookies without validation/integrity check security vulnerability exists in rack < 2.2.3, rack < 2.1.4 that makes it is possible for an attacker to forge a secure or host-only cookie prefix. |
- CVE-2023-27539Jan 9, 2025affected < 2.0.8-150000.3.18.1fixed 2.0.8-150000.3.18.1
There is a denial of service vulnerability in the header parsing component of Rack.
- CVE-2024-26141Feb 28, 2024affected < 2.0.8-150000.3.21.2fixed 2.0.8-150000.3.21.2
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` middlewa
- CVE-2024-25126Feb 28, 2024affected < 2.0.8-150000.3.21.2fixed 2.0.8-150000.3.21.2
Rack is a modular Ruby web server interface. Carefully crafted content type headers can cause Rack’s media type parser to take much longer than expected, leading to a possible denial of service vulnerability (ReDos 2nd degree polynomial). This vulnerability is patched in 3.0.9.1
- CVE-2024-26146Feb 28, 2024affected < 2.0.8-150000.3.21.2fixed 2.0.8-150000.3.21.2
Rack is a modular Ruby web server interface. Carefully crafted headers can cause header parsing in Rack to take longer than expected resulting in a possible denial of service issue. Accept and Forwarded headers are impacted. Ruby 3.2 has mitigations for this problem, so Rack appl
- CVE-2023-27530Mar 10, 2023affected < 2.0.8-150000.3.15.1fixed 2.0.8-150000.3.15.1
A DoS vulnerability exists in Rack <v3.0.4.2, <v2.2.6.3, <v2.1.4.3 and <v2.0.9.3 within in the Multipart MIME parsing code in which could allow an attacker to craft requests that can be abuse to cause multipart parsing to take longer than expected.
- CVE-2022-44572Feb 9, 2023affected < 2.0.8-150000.3.12.1fixed 2.0.8-150000.3.12.1
A denial of service vulnerability in the multipart parsing component of Rack fixed in 2.0.9.2, 2.1.4.2, 2.2.4.1 and 3.0.0.1 could allow an attacker tocraft input that can cause RFC2183 multipart boundary parsing in Rack to take an unexpected amount of time, possibly resulting in
- CVE-2022-44571Feb 9, 2023affected < 2.0.8-150000.3.12.1fixed 2.0.8-150000.3.12.1
There is a denial of service vulnerability in the Content-Disposition parsingcomponent of Rack fixed in 2.0.9.2, 2.1.4.2, 2.2.4.1, 3.0.0.1. This could allow an attacker to craft an input that can cause Content-Disposition header parsing in Rackto take an unexpected amount of time
- CVE-2022-44570Feb 9, 2023affected < 2.0.8-150000.3.12.1fixed 2.0.8-150000.3.12.1
A denial of service vulnerability in the Range header parsing component of Rack >= 1.5.0. A Carefully crafted input can cause the Range header parsing component in Rack to take an unexpected amount of time, possibly resulting in a denial of service attack vector. Any applications
- CVE-2022-30123Dec 5, 2022affected < 2.0.8-150000.3.6.1fixed 2.0.8-150000.3.6.1
A sequence injection vulnerability exists in Rack <2.0.9.1, <2.1.4.1 and <2.2.3.1 which could allow is a possible shell escape in the Lint and CommonLogger components of Rack.
- CVE-2022-30122Dec 5, 2022affected < 2.0.8-150000.3.6.1fixed 2.0.8-150000.3.6.1
A possible denial of service vulnerability exists in Rack <2.0.9.1, <2.1.4.1 and <2.2.3.1 in the multipart parsing component of Rack.
- CVE-2020-8161Jul 2, 2020affected < 2.0.8-150000.3.9.1fixed 2.0.8-150000.3.9.1
A directory traversal vulnerability exists in rack < 2.2.0 that allows an attacker perform directory traversal vulnerability in the Rack::Directory app that is bundled with Rack which could result in information disclosure.
- CVE-2020-8184Jun 19, 2020affected < 2.0.8-150000.3.9.1fixed 2.0.8-150000.3.9.1
A reliance on cookies without validation/integrity check security vulnerability exists in rack < 2.2.3, rack < 2.1.4 that makes it is possible for an attacker to forge a secure or host-only cookie prefix.