File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ gem : rack
3+ cve : 2025-49007
4+ ghsa : 47m2-26rw-j2jw
5+ url : https://github.com/rack/rack/security/advisories/GHSA-47m2-26rw-j2jw
6+ title : ReDoS Vulnerability in Rack::Multipart handle_mime_head
7+ date : 2025-06-05
8+ description : |
9+ ### Summary
10+
11+ There is a denial of service vulnerability in the
12+ Content-Disposition parsing component of Rack. This is very
13+ similar to the previous security issue CVE-2022-44571.
14+
15+ ### Details
16+
17+ Carefully crafted input can cause Content-Disposition header
18+ parsing in Rack to take an unexpected amount of time, possibly
19+ resulting in a denial of service attack vector. This header is
20+ used typically used in multipart parsing. Any applications that
21+ parse multipart posts using Rack (virtually all Rails applications)
22+ are impacted.
23+
24+ ### Credits
25+
26+ Thanks to [scyoon](https://hackerone.com/scyoon) for reporting
27+ this to the Rails security team
28+ cvss_v4 : 6.6
29+ unaffected_versions :
30+ - " < 3.1.0"
31+ patched_versions :
32+ - " >= 3.1.16"
33+ related :
34+ url :
35+ - https://nvd.nist.gov/vuln/detail/CVE-2025-49007
36+ - https://github.com/rack/rack/security/advisories/GHSA-47m2-26rw-j2jw
37+ - https://github.com/rack/rack/commit/4795831a0a310c2d31102749e551b38faab6401f
38+ - https://github.com/rack/rack/commit/aed514df37e33907df3c971ed3ca9a0a20ac2901
39+ - https://github.com/advisories/GHSA-47m2-26rw-j2jw
You can’t perform that action at this time.
0 commit comments