Skip to content

Commit 72c6e4b

Browse files
1 parent d39ac72 commit 72c6e4b

1 file changed

Lines changed: 95 additions & 0 deletions

File tree

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-p9fm-f462-ggrg",
4+
"modified": "2026-03-25T21:04:50Z",
5+
"published": "2026-03-25T21:04:50Z",
6+
"aliases": [
7+
"CVE-2026-33658"
8+
],
9+
"summary": "Rails Active Storage has a possible DoS vulnerability in proxy mode via multi-range requests",
10+
"details": "### Impact\nActive Storage's proxy controller does not limit the number of byte ranges in an HTTP Range header. A request with thousands of small ranges causes disproportionate CPU usage compared to a normal request for the same file, possibly resulting in a DoS vulnerability.\n\n### Releases\nThe fixed releases are available at the normal locations.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "RubyGems",
21+
"name": "activestorage"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "8.1.0"
29+
},
30+
{
31+
"fixed": "8.1.2.1"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "RubyGems",
40+
"name": "activestorage"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "8.0.0"
48+
},
49+
{
50+
"fixed": "8.0.4.1"
51+
}
52+
]
53+
}
54+
]
55+
},
56+
{
57+
"package": {
58+
"ecosystem": "RubyGems",
59+
"name": "activestorage"
60+
},
61+
"ranges": [
62+
{
63+
"type": "ECOSYSTEM",
64+
"events": [
65+
{
66+
"introduced": "0"
67+
},
68+
{
69+
"fixed": "7.2.3.1"
70+
}
71+
]
72+
}
73+
]
74+
}
75+
],
76+
"references": [
77+
{
78+
"type": "WEB",
79+
"url": "https://github.com/rails/rails/security/advisories/GHSA-p9fm-f462-ggrg"
80+
},
81+
{
82+
"type": "PACKAGE",
83+
"url": "https://github.com/rails/rails"
84+
}
85+
],
86+
"database_specific": {
87+
"cwe_ids": [
88+
"CWE-770"
89+
],
90+
"severity": "LOW",
91+
"github_reviewed": true,
92+
"github_reviewed_at": "2026-03-25T21:04:50Z",
93+
"nvd_published_at": null
94+
}
95+
}

0 commit comments

Comments
 (0)