File tree Expand file tree Collapse file tree 4 files changed +26
-1
lines changed Expand file tree Collapse file tree 4 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 2
2
gem : activesupport
3
3
framework : rails
4
4
cve : 2023-28120
5
+ ghsa : pj73-v5mw-pm9j
5
6
url : https://discuss.rubyonrails.org/t/cve-2023-28120-possible-xss-security-vulnerability-in-safebuffer-bytesplice/82469
6
7
title : Possible XSS Security Vulnerability in SafeBuffer#bytesplice
7
8
date : 2023-03-13
Original file line number Diff line number Diff line change
1
+ ---
2
+ gem : apollo_upload_server
3
+ cve : 2021-39880
4
+ ghsa : w6pv-c757-6rgr
5
+ url : https://hackerone.com/reports/1181284
6
+ title : apollo_upload_server has Denial of Service vulnerability
7
+ date : 2022-05-24
8
+ description : |
9
+ A Denial Of Service vulnerability in the apollo_upload_server Ruby gem
10
+ in GitLab CE/EE version 11.11 and above allows an attacker to deny access to all
11
+ users via specially crafted requests to the apollo_upload_server middleware.
12
+ cvss_v3 : 6.5
13
+ patched_versions :
14
+ - " >= 2.1.0"
15
+ related :
16
+ url :
17
+ - https://gitlab.com/gitlab-org/cves/-/blob/master/2021/CVE-2021-39880.json
18
+ - https://gitlab.com/gitlab-org/gitlab/-/issues/330561
19
+ - https://github.com/jetruby/apollo_upload_server-ruby/pull/44
20
+ - https://github.com/jetruby/apollo_upload_server-ruby/commit/b0582c1a3e458eee3c994fb38278bd0221f20486
21
+ - https://github.com/jetruby/apollo_upload_server-ruby/releases/tag/2.1.0
22
+ - https://gitlab.com/gitlab-org/gitlab/-/issues/330561#note_642879964
23
+ - https://vuldb.com/?id.183842
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ description: |
17
17
18
18
# Workarounds
19
19
A proxy can be configured to limit the POST body size which will mitigate this issue.
20
+ cvss_v3 : 7.5
20
21
patched_versions :
21
22
- " ~> 2.0.9, >= 2.0.9.3"
22
23
- " ~> 2.1.4, >= 2.1.4.3"
Original file line number Diff line number Diff line change 1
1
---
2
2
gem : rack
3
3
cve : 2023-27539
4
+ ghsa : c6qg-cjj8-47qp
4
5
url : https://discuss.rubyonrails.org/t/cve-2023-27539-possible-denial-of-service-vulnerability-in-racks-header-parsing/82466
5
6
title : Possible Denial of Service Vulnerability in Rack’s header parsing
6
7
date : 2023-03-13
@@ -14,7 +15,6 @@ description: |
14
15
15
16
# Workarounds
16
17
Setting Regexp.timeout in Ruby 3.2 is a possible workaround.
17
-
18
18
patched_versions :
19
19
- " ~> 2.0, >= 2.2.6.4"
20
20
- " >= 3.0.6.1"
You can’t perform that action at this time.
0 commit comments