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.
Cite this page
CVE-2026-26961. CVEDatabase.com. Retrieved 1 May 2026. https://cvedatabase.com/cve/CVE-2026-26961
Use CWE-436, Rack vendor hub and Rack product page to widen CVE-2026-26961 into its surrounding weakness, vendor, and product context.
Compare it with CVE-2026-34827, CVE-2026-34829 and CVE-2026-34785 for nearby disclosures in the same product family.