CVE-2023-27530
Rack has possible DoS Vulnerability in Multipart MIME parsing
Summary
Remediation
Upgrade to the fixed version using your package manager.
gem install rack -v 3.0.4.2
gem install rack -v 2.1.4.3
gem install rack -v 2.0.9.3
gem install rack -v 2.2.6.3
After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.
Affected Packages (4)
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
- https://nvd.nist.gov/vuln/detail/CVE-2023-27530ADVISORY
- https://discuss.rubyonrails.org/t/cve-2023-27530-possible-dos-vulnerability-in-multipart-mime-parsing/82388WEB
- https://github.com/rack/rackPACKAGE
- https://github.com/rubysec/ruby-advisory-db/blob/master/gems/rack/CVE-2023-27530.ymlWEB
- https://lists.debian.org/debian-lts-announce/2023/04/msg00017.htmlWEB
- https://security.netapp.com/advisory/ntap-20231208-0015WEB
- https://www.debian.org/security/2023/dsa-5530WEB
Frequently Asked Questions
- What is CVE-2023-27530?
- Rack has possible DoS Vulnerability in Multipart MIME parsing 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-2023-27530?
- CVE-2023-27530 affects rack. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2023-27530 and 200,000+ other known vulnerabilities.
Severity & Exploitability
High exploitability or significant impact. Prioritize remediation within days.
Also Known As
Related CVEs
- CVE-2026-34230HIGH
Rack has quadratic complexity in Rack::Utils.select_best_encoding via wildcard Accept-Encoding header
- CVE-2026-34827HIGH
Rack's multipart header parsing allows Denial of Service via escape-heavy quoted parameters
- CVE-2025-61771HIGH
Rack: Multipart parser buffers large non‑file fields entirely in memory, enabling DoS (memory exhaustion)
- CVE-2025-61772HIGH
Rack's multipart parser buffers unbounded per-part headers, enabling DoS (memory exhaustion)
- CVE-2025-61780MEDIUM
Rack has a Possible Information Disclosure Vulnerability
- CVE-2026-26962MEDIUM
Rack's improper unfolding of folded multipart headers preserves CRLF in parsed parameter values
- CVE-2026-26961MEDIUM
Rack's greedy multipart boundary parsing can cause parser differentials and WAF bypass.
- CVE-2026-25500MEDIUM
Stored XSS in Rack::Directory via javascript: filenames rendered into anchor href
Check if you're affected
Scan your dependencies to see if this vulnerability affects your projects.
Scan Your Dependencies