CVE-2026-26962 Details
Description
Rack is a modular Ruby web server interface. From version 3.2.0 to before version 3.2.6, Rack::Multipart::Parser unfolds folded multipart part headers incorrectly. When a multipart header contains an obs-fold sequence, Rack preserves the embedded CRLF in parsed parameter values such as filename or name instead of removing the folded line break during unfolding. As a result, applications that later reuse those parsed values in HTTP response headers may be vulnerable to downstream header injection or response splitting. This issue has been patched in version 3.2.6.
A vulnerability exists in Rack, a Ruby web server interface, in versions 3.2.0 prior to 3.2.6. The issue arises in the Rack::Multipart::Parser, which incorrectly unfolds folded multipart part headers by preserving embedded carriage return and line feed (CRLF) characters in parsed parameter values, such as filenames and names. This improper handling can lead to downstream header injection or response splitting when those values are reused in HTTP response headers. The vulnerability allows an attacker to exploit the CRLF preservation by injecting folded line breaks into multipart parameters, potentially causing cache poisoning or other response parsing issues.
Users are advised to update to Rack version 3.2.6 or later, which addresses the vulnerability by correctly removing CRLF characters when unfolding folded multipart header values. Additionally, avoid directly copying multipart upload metadata, such as filenames, into HTTP response headers without proper sanitization. Where possible, normalize uploaded filenames before storing or reflecting them.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Apr 2, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/rack/rack/security/advisories/GHSA-rx22-g9mx-qrhv | [email protected] | MitigationVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-93 | Improper Neutralization of CRLF Sequences ('CRLF Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| rack rack | >= 3.2.0, < 3.2.6 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 24, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 21, 2026 | Initial Analysis | [email protected] |
| Apr 2, 2026 | New CVE Received | [email protected] |