Skip to content

Commit 39e977f

Browse files
postmodernRubySec CI
authored and
RubySec CI
committed
Updated advisory posts against rubysec/ruby-advisory-db@bc3e9f0
1 parent 1892cbe commit 39e977f

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

advisories/_posts/2023-04-21-CVE-2023-1892.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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'
44
comments: false
55
categories:
66
- sidekiq
@@ -9,7 +9,7 @@ advisory:
99
cve: 2023-1892
1010
ghsa: h3r8-h5qw-4r35
1111
url: https://github.com/sidekiq/sidekiq/commit/458fdf74176a9881478c48dc5cf0269107b22214
12-
title: 'sidekiq vulnerable to cross-site scripting '
12+
title: sidekiq vulnerable to cross-site scripting
1313
date: 2023-04-21
1414
description: |
1515
sidekiq from 7.0.4 to 7.0.7 is vulnerable to reflected cross-site scripting.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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+
---

0 commit comments

Comments
 (0)