nuclei-templates/cves/CVE-2020-7473.yaml

19 lines
443 B
YAML
Raw Normal View History

2020-05-07 13:15:25 +00:00
id: CVE-2020-7473
info:
name: Citrix ShareFile unauthenticated attacker to compromise the storage zones controller
author: JTeles
severity: High
#CVE AUTHOR => DIMITRI
#GITHUB => https://github.com/DimitriNL/CTX-CVE-2020-7473
requests:
- method: GET
path:
- "{{BaseURL}}/UploadTest.aspx"
redirects: true
max-redirects: 3
2020-05-07 13:15:25 +00:00
matchers:
- type: dsl
dsl:
2020-05-19 12:55:49 +00:00
- "len(body)==0 && status_code<=309"