From aacfb1a2e086ec2bbc0a715dcb78f802ad73fce1 Mon Sep 17 00:00:00 2001 From: rbyronh Date: Tue, 18 Sep 2018 16:21:49 -0500 Subject: [PATCH] Update CVE-2018-6690.json --- 2018/6xxx/CVE-2018-6690.json | 95 +++++++++++++++++++++++++++++++----- 1 file changed, 84 insertions(+), 11 deletions(-) diff --git a/2018/6xxx/CVE-2018-6690.json b/2018/6xxx/CVE-2018-6690.json index b63971b4986..b1b14405191 100644 --- a/2018/6xxx/CVE-2018-6690.json +++ b/2018/6xxx/CVE-2018-6690.json @@ -1,18 +1,91 @@ { - "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", - "ID" : "CVE-2018-6690", - "STATE" : "RESERVED" + "CVE_data_meta": { + "ASSIGNER": "psirt@mcafee.com", + "ID": "CVE-2018-6690", + "STATE": "PUBLIC", + "TITLE": "McAfee Application Control (MAC) - Whitelist bypass using a hard drive solidified by MACC" }, - "data_format" : "MITRE", - "data_type" : "CVE", - "data_version" : "4.0", - "description" : { - "description_data" : [ + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "McAfee Application Control (MAC)", + "version": { + "version_data": [ + { + "affected": "<=", + "platform": "x86", + "version_name": "8.0.0 HF 4", + "version_value": "8.0.0 HF 4" + } + ] + } + } + ] + }, + "vendor_name": "McAfee" + } + ] + } + }, + "credit": [ + { + "lang": "eng", + "value": "McAfee credits Paul W for reporting this flaw." + } + ], + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ { - "lang" : "eng", - "value" : "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." + "lang": "eng", + "value": "Accessing, modifying, or executing executable files vulnerability in Microsoft Windows client in McAfee Application and Change Control (MACC) 8.0.0 Hotfix 4 and earlier. Allows authenticated users to execute arbitrary code via file transfer from external system." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "LOCAL", + "availabilityImpact": "NONE", + "baseScore": 6.1, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "LOW", + "integrityImpact": "HIGH", + "privilegesRequired": "LOW", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:N", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Whitelist bypass" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://kc.mcafee.com/corporate/index?page=content&id=SB10250", + "refsource": "CONFIRM", + "url": "https://kc.mcafee.com/corporate/index?page=content&id=SB10250" + } + ] + }, + "source": { + "discovery": "EXTERNAL" } }