CVE-2026-34829
Rack's multipart parsing without Content-Length header allows unbounded chunked file uploads
Summary
Remediation
Upgrade to the fixed version using your package manager.
gem install rack -v 2.2.23
gem install rack -v 3.2.6
gem install rack -v 3.1.21
After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.
Affected Packages (3)
Vulnerability Classification
Common Weakness Enumeration (CWE) identifiers for this vulnerability type.
CVSS Score Breakdown
What the CVSS (Common Vulnerability Scoring System) 7.5 score means for each attack dimension.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
References
Frequently Asked Questions
- What is CVE-2026-34829?
- Rack's multipart parsing without Content-Length header allows unbounded chunked file uploads This vulnerability has been assigned a severity rating of HIGH (CVSS score: 7.5/10).
- How do I check if my project is affected by CVE-2026-34829?
- CVE-2026-34829 affects rack. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2026-34829 and 200,000+ other known vulnerabilities.
Severity & Exploitability
High exploitability or significant impact. Prioritize remediation within days.
Also Known As
Related CVEs
- CVE-2022-30123CRITICAL
Possible shell escape sequence injection vulnerability in Rack
- CVE-2023-27530HIGH
Rack has possible DoS Vulnerability in Multipart MIME parsing
- CVE-2020-8161HIGH
Directory traversal in Rack::Directory app bundled with Rack
- CVE-2025-61772HIGH
Rack's multipart parser buffers unbounded per-part headers, enabling DoS (memory exhaustion)
- CVE-2024-25126MEDIUM
Rack vulnerable to ReDoS in content type parsing (2nd degree polynomial)
- CVE-2025-49007MEDIUM
ReDoS Vulnerability in Rack::Multipart handle_mime_head
- CVE-2026-25500MEDIUM
Stored XSS in Rack::Directory via javascript: filenames rendered into anchor href
- CVE-2026-34826MEDIUM
Rack's multipart byte range processing allows denial of service via excessive overlapping ranges
Check if you're affected
Scan your dependencies to see if this vulnerability affects your projects.
Scan Your Dependencies