Skip to content

Commit 8d67b6a

Browse files
jasnowpostmodern
authored andcommitted
GHSA SYNC: 1 brand new advisory
1 parent 85f55ec commit 8d67b6a

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

gems/rack/CVE-2025-49007.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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

0 commit comments

Comments
 (0)