From 720be3126192ee37057d5e95a8d5e28666eae862 Mon Sep 17 00:00:00 2001 From: Swayam Sarangi <52279915+ssarangi1202@users.noreply.github.com> Date: Wed, 10 Jun 2020 17:14:11 +0530 Subject: [PATCH] CVE-2019-3588 SB is live --- 2019/3xxx/CVE-2019-3588.json | 84 ++++++++++++++++++++++++++++++++++-- 1 file changed, 80 insertions(+), 4 deletions(-) diff --git a/2019/3xxx/CVE-2019-3588.json b/2019/3xxx/CVE-2019-3588.json index 89fcb85587b..354bb60d35f 100644 --- a/2019/3xxx/CVE-2019-3588.json +++ b/2019/3xxx/CVE-2019-3588.json @@ -1,9 +1,42 @@ { "CVE_data_meta": { - "ASSIGNER": "cve@mitre.org", + "ASSIGNER": "psirt@mcafee.com", + "DATE_PUBLIC": "2020-06-09T00:00:00.000Z", "ID": "CVE-2019-3588", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Using VSE to bypass Windows Credentials on Lock screen" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "McAfee VirusScan Enterprise (VSE)", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "8.8.x", + "version_value": "8.8 Patch 14" + } + ] + } + } + ] + }, + "vendor_name": "McAfee, LLC" + } + ] + } + }, + "credit": [ + { + "lang": "eng", + "value": " McAfee credits Lockheed Martin Red Team for reporting this bug" + } + ], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", @@ -11,8 +44,51 @@ "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." + "value": "Privilege Escalation vulnerability in Microsoft Windows client (McTray.exe) in McAfee VirusScan Enterprise (VSE) 8.8 prior to Patch 14 may allow unauthorized users to interact with the On-Access Scan Messages - Threat Alert Window when the Windows Login Screen is locked." } ] + }, + "generator": { + "engine": "Vulnogram 0.0.9" + }, + "impact": { + "cvss": { + "attackComplexity": "HIGH", + "attackVector": "PHYSICAL", + "availabilityImpact": "HIGH", + "baseScore": 6.3, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-274 Improper Handling of Insufficient Privileges" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://kc.mcafee.com/corporate/index?page=content&id=SB10302", + "refsource": "CONFIRM", + "url": "https://kc.mcafee.com/corporate/index?page=content&id=SB10302" + } + ] + }, + "source": { + "discovery": "EXTERNAL" } -} \ No newline at end of file +}