CVE-2026-26961
NiskieCVSS 3.7Prawdopodobieństwo exploitacji (EPSS)
Niskie ryzykoPercentyl 17 - wyżej niż 17% wszystkich znanych CVE
Streszczenie
W bibliotece Rack (Ruby) przed wersjami 2.2.23, 3.1.21 i 3.2.6 wykryto podatność na przemycanie treści multipart. Rack wybiera ostatni parametr boundary zamiast pierwszego, co może być wykorzystane do ominięcia filtrów WAF.
Ocena ryzyka
Atakujący może przesłać złośliwe dane multipart, które zostaną zinterpretowane inaczej niż przez WAF, co może prowadzić do ataków takich jak wstrzykiwanie kodu.
Rekomendacja
Należy zaktualizować bibliotekę Rack do wersji 2.2.23, 3.1.21 lub 3.2.6.
Oryginalny opis (angielski, źródło NVD)
Rack is a modular Ruby web server interface. Prior to versions 2.2.23, 3.1.21, and 3.2.6, Rack::Multipart::Parser extracts the boundary parameter from multipart/form-data using a greedy regular expression. When a Content-Type header contains multiple boundary parameters, Rack selects the last one rather than the first. In deployments where an upstream proxy, WAF, or intermediary interprets the first boundary parameter, this mismatch can allow an attacker to smuggle multipart content past upstream inspection and have Rack parse a different body structure than the intermediary validated. This issue has been patched in versions 2.2.23, 3.1.21, and 3.2.6.

