Skip to content

Commit 76a499f

Browse files
committed
Added CVE-2024-32887 for sidekiq.
1 parent 2b58e06 commit 76a499f

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

gems/sidekiq/CVE-2024-32887.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
gem: sidekiq
3+
cve: 2024-32887
4+
ghsa: GHSA-q655-3pj8-9fxq
5+
url: https://github.com/sidekiq/sidekiq/security/advisories/GHSA-q655-3pj8-9fxq
6+
title: Reflected XSS in Metrics Web Page
7+
date: 2024-04-26
8+
description: |
9+
Reflected XSS in Sidekiq Web UI via the `/metrics` HTTP end-point and the
10+
`substr` query param:
11+
12+
https://{host}/sidekiq/metrics?substr=foot%22%3E%3Cscript%20src=%22{payload}
13+
14+
cvss_v3: 5.5
15+
unaffected_versions:
16+
- "< 7.2.0"
17+
patched_versions:
18+
- ">= 7.2.4"
19+
related:
20+
url:
21+
- https://nvd.nist.gov/vuln/detail/CVE-2024-32887
22+
- https://github.com/sidekiq/sidekiq/commit/30786e082c70349ab27ffa9eccc42fb0c696164d

0 commit comments

Comments
 (0)