File tree Expand file tree Collapse file tree 4 files changed +25
-0
lines changed Expand file tree Collapse file tree 4 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ description: |
70
70
-----------
71
71
There are no feasible workarounds for this issue, but other coders (such as
72
72
JSON) are not impacted.
73
+ cvss_v3 : 9.8
73
74
patched_versions :
74
75
- " ~> 5.2.8, >= 5.2.8.1"
75
76
- " ~> 6.0.5, >= 6.0.5.1"
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ description: |
38
38
39
39
## Workarounds
40
40
There are no feasible workarounds for this issue.
41
+ cvss_v3 : 7.5
41
42
unaffected_versions :
42
43
- " < 1.2"
43
44
patched_versions :
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ description: |
38
38
39
39
## Workarounds
40
40
Remove these middleware from your application
41
+ cvss_v3 : 10.0
41
42
patched_versions :
42
43
- " ~> 2.0.9, >= 2.0.9.1"
43
44
- " ~> 2.1.4, >= 2.1.4.1"
Original file line number Diff line number Diff line change
1
+ ---
2
+ gem : sinatra
3
+ cve : 2022-45442
4
+ ghsa : 2x8x-jmrp-phxw
5
+ url : https://github.com/sinatra/sinatra/security/advisories/GHSA-2x8x-jmrp-phxw
6
+ title : Sinatra vulnerable to Reflected File Download attack
7
+ date : 2022-11-30
8
+ description : |
9
+ An issue was discovered in Sinatra 2.0 before 2.2.3 and 3.0 before 3.0.4.
10
+ An application is vulnerable to a reflected file download (RFD) attack that
11
+ sets the Content-Disposition header of a response when the filename is
12
+ derived from user-supplied input.
13
+ cvss_v3 : 8.8
14
+ patched_versions :
15
+ - " ~> 2.2.3"
16
+ - " >= 3.0.4"
17
+ related :
18
+ url :
19
+ - https://www.blackhat.com/docs/eu-14/materials/eu-14-Hafif-Reflected-File-Download-A-New-Web-Attack-Vector.pdf
20
+ - https://github.com/sinatra/sinatra/commit/ea8fc9495a350f7551b39e3025bfcd06f49f363b
21
+ ghsa :
22
+ - 8x94-hmjh-97hq
You can’t perform that action at this time.
0 commit comments