Vulnerability Description
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.
CVSS Score
LOW
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Rack | Rack | < 2.2.23 |
Related Weaknesses (CWE)
References
FAQ
What is CVE-2026-26961?
CVE-2026-26961 is a vulnerability with a CVSS score of 3.7 (LOW). 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 expres...
How severe is CVE-2026-26961?
CVE-2026-26961 has been rated LOW with a CVSS base score of 3.7/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-26961?
Check the references section above for vendor advisories and patch information. Affected products include: Rack Rack.