From 7890e630771b396dc8d417581c9ec18fa875009d Mon Sep 17 00:00:00 2001 From: zli Date: Wed, 12 Aug 2020 22:01:04 -0500 Subject: [PATCH] Publish CVE-2020-7305 --- 2020/7xxx/CVE-2020-7305.json | 93 +++++++++++++++++++++++++++++++++--- 1 file changed, 86 insertions(+), 7 deletions(-) diff --git a/2020/7xxx/CVE-2020-7305.json b/2020/7xxx/CVE-2020-7305.json index 0e0332c6410..0313a9a86ab 100644 --- a/2020/7xxx/CVE-2020-7305.json +++ b/2020/7xxx/CVE-2020-7305.json @@ -1,18 +1,97 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "psirt@mcafee.com", "ID": "CVE-2020-7305", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "DLP ePO extension - Privilege escalation" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "DLP ePO extension", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "11.3", + "version_value": "11.3.28" + }, + { + "version_affected": "<", + "version_name": "11.4", + "version_value": "11.4.200" + }, + { + "version_affected": "<", + "version_name": "11.5", + "version_value": "11.5.3" + } + ] + } + } + ] + }, + "vendor_name": "McAfee" + } + ] + } + }, + "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." + "value": "Privilege escalation vulnerability in McAfee Data Loss Prevention (DLP) ePO extension prior to 11.5.3 allows a low privileged remote attacker to create new rule sets via incorrect validation of user credentials." } ] + }, + "generator": { + "engine": "Vulnogram 0.0.9" + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "ADJACENT_NETWORK", + "availabilityImpact": "NONE", + "baseScore": 6.7, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "LOW", + "scope": "UNCHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-274 Improper Handling of Insufficient Privileges" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "url": "https://kc.mcafee.com/corporate/index?page=content&id=SB10326" + } + ] + }, + "source": { + "advisory": "SB10326", + "discovery": "EXTERNAL" } -} \ No newline at end of file +}