File tree Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
layout : advisory
3
- title : ' CVE-2023-1892 (sidekiq): sidekiq vulnerable to cross-site scripting '
3
+ title : ' CVE-2023-1892 (sidekiq): sidekiq vulnerable to cross-site scripting'
4
4
comments : false
5
5
categories :
6
6
- sidekiq
@@ -9,7 +9,7 @@ advisory:
9
9
cve : 2023-1892
10
10
ghsa : h3r8-h5qw-4r35
11
11
url : https://github.com/sidekiq/sidekiq/commit/458fdf74176a9881478c48dc5cf0269107b22214
12
- title : ' sidekiq vulnerable to cross-site scripting '
12
+ title : sidekiq vulnerable to cross-site scripting
13
13
date : 2023-04-21
14
14
description : |
15
15
sidekiq from 7.0.4 to 7.0.7 is vulnerable to reflected cross-site scripting.
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : advisory
3
+ title : ' CVE-2024-32887 (sidekiq): Reflected XSS in Metrics Web Page'
4
+ comments : false
5
+ categories :
6
+ - sidekiq
7
+ advisory :
8
+ gem : sidekiq
9
+ cve : 2024-32887
10
+ ghsa : GHSA-q655-3pj8-9fxq
11
+ url : https://github.com/sidekiq/sidekiq/security/advisories/GHSA-q655-3pj8-9fxq
12
+ title : Reflected XSS in Metrics Web Page
13
+ date : 2024-04-26
14
+ description : |
15
+ Reflected XSS in Sidekiq Web UI via the `/metrics` HTTP end-point and the
16
+ `substr` query param:
17
+
18
+ https://{host}/sidekiq/metrics?substr=foot%22%3E%3Cscript%20src=%22{payload}
19
+ cvss_v3 : 5.5
20
+ unaffected_versions :
21
+ - " < 7.2.0"
22
+ patched_versions :
23
+ - " >= 7.2.4"
24
+ related :
25
+ url :
26
+ - https://nvd.nist.gov/vuln/detail/CVE-2024-32887
27
+ - https://github.com/sidekiq/sidekiq/commit/30786e082c70349ab27ffa9eccc42fb0c696164d
28
+ ---
You can’t perform that action at this time.
0 commit comments