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

19 lines
443 B
YAML

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
matchers:
- type: dsl
dsl:
- "len(body)==0 && status_code<=309"