From 2a7813b995ba6b2ede97665528dfa57276177b5b Mon Sep 17 00:00:00 2001 From: DellEMCProductSecurity Date: Mon, 7 Oct 2019 13:34:39 -0400 Subject: [PATCH] Added CVE-2019-3745 --- 2019/3xxx/CVE-2019-3745.json | 82 ++++++++++++++++++++++++++++++++---- 1 file changed, 73 insertions(+), 9 deletions(-) diff --git a/2019/3xxx/CVE-2019-3745.json b/2019/3xxx/CVE-2019-3745.json index ad7b5e26895..9051dbeb994 100644 --- a/2019/3xxx/CVE-2019-3745.json +++ b/2019/3xxx/CVE-2019-3745.json @@ -1,17 +1,81 @@ { "CVE_data_meta": { - "ASSIGNER": "cve@mitre.org", - "ID": "CVE-2019-3745", - "STATE": "RESERVED" - }, - "data_format": "MITRE", - "data_type": "CVE", - "data_version": "4.0", + "ASSIGNER": "secure@dell.com", + "DATE_PUBLIC": "2019-10-03", + "ID": "CVE-2019-3745", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Dell Encryption Enterprise ", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "10.4.0" + } + ] + } + }, + { + "product_name": "Dell Endpoint Security Suite Enterprise", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "2.4.0" + } + ] + } + } + ] + }, + "vendor_name": "Dell" + } + ] + } + }, + "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": "The vulnerability is limited to the installers of Dell Encryption Enterprise versions prior to 10.4.0 and Dell Endpoint Security Suite Enterprise versions prior to 2.4.0. This issue is exploitable only during the installation of the product by an administrator. A local authenticated low privileged user potentially could exploit this vulnerability by staging a malicious DLL in the search path of the installer prior to its execution by a local administrator. This would cause loading of the malicious DLL, which would allow the attacker to execute arbitrary code in the context of an administrator." + } + ] + }, + "impact": { + "cvss": { + "baseScore": 6.7, + "baseSeverity": "Medium", + "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-427: Uncontrolled Search Path Element" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "url": "https://www.dell.com/support/article/SLN318889" } ] }