Merge pull request #5422 from projectdiscovery/fp-fix-CVE-2022-31373
Update CVE-2022-31373.yamlpatch-1
commit
a96e66a9dd
|
@ -1,22 +1,19 @@
|
||||||
id: CVE-2022-31373
|
id: CVE-2022-31373
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: SolarView Compact 6.00 - Cross-Site Scripting
|
name: SolarView Compact 6.00 - Cross-Site Scripting(XSS)
|
||||||
author: ritikchaddha
|
author: ritikchaddha
|
||||||
severity: medium
|
severity: medium
|
||||||
description: |
|
description: |
|
||||||
SolarView Compact 6.00 contains a cross-site scripting vulnerability via the Solar_AiConf.php component.
|
SolarView Compact v6.0 was discovered to contain a cross-site scripting (XSS) vulnerability via the component Solar_AiConf.php.
|
||||||
reference:
|
reference:
|
||||||
- https://github.com/badboycxcc/SolarView_Compact_6.0_xss
|
- https://github.com/badboycxcc/SolarView_Compact_6.0_xss
|
||||||
- https://nvd.nist.gov/vuln/detail/CVE-2022-31373
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-31373
|
||||||
classification:
|
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-2022-31373
|
cve-id: CVE-2022-31373
|
||||||
cwe-id: CWE-79
|
|
||||||
metadata:
|
metadata:
|
||||||
|
verified: true
|
||||||
shodan-query: http.html:"SolarView Compact"
|
shodan-query: http.html:"SolarView Compact"
|
||||||
verified: "true"
|
|
||||||
tags: cve,cve2022,xss,solarview
|
tags: cve,cve2022,xss,solarview
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
|
@ -30,6 +27,8 @@ requests:
|
||||||
part: body
|
part: body
|
||||||
words:
|
words:
|
||||||
- '/Solar_AiConf.php/"><script>alert(document.domain)</script>'
|
- '/Solar_AiConf.php/"><script>alert(document.domain)</script>'
|
||||||
|
- 'HREF="Solar_Service.php"'
|
||||||
|
condition: and
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
part: header
|
part: header
|
||||||
|
@ -39,5 +38,3 @@ requests:
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 200
|
- 200
|
||||||
|
|
||||||
# Enhanced by mp on 2022/09/14
|
|
||||||
|
|
Loading…
Reference in New Issue