From a9f507f914e7ef3a17c4d6ed0df5779f184a17ab Mon Sep 17 00:00:00 2001 From: sbhatiMcafee <52496610+sbhatiMcafee@users.noreply.github.com> Date: Mon, 24 Feb 2020 15:35:16 +0530 Subject: [PATCH] CVE already Live CVE already Live --- 2019/3xxx/CVE-2019-3670.json | 84 ++++++++++++++++++++++++++++++++++-- 1 file changed, 80 insertions(+), 4 deletions(-) diff --git a/2019/3xxx/CVE-2019-3670.json b/2019/3xxx/CVE-2019-3670.json index 846dcf73a2c..ed478c1143e 100644 --- a/2019/3xxx/CVE-2019-3670.json +++ b/2019/3xxx/CVE-2019-3670.json @@ -1,8 +1,41 @@ { "CVE_data_meta": { - "ASSIGNER": "cve@mitre.org", + "ASSIGNER": "psirt@mcafee.com", "ID": "CVE-2019-3670", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Remote Code Execution vulnerability" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Web Advisor (WA)", + "version": { + "version_data": [ + { + "platform": "WA Chrome Extension", + "version_affected": "<", + "version_name": "8.0.x", + "version_value": "8.0.34745" + }, + { + "platform": "WA FireFox Extension", + "version_affected": "<", + "version_name": "8.0.0.x", + "version_value": "8.0.0.34239" + } + ] + } + } + ] + }, + "vendor_name": "McAfee, LLC" + } + ] + } }, "data_format": "MITRE", "data_type": "CVE", @@ -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": "Remote Code Execution vulnerability in the web interface in McAfee Web Advisor (WA) 8.0.34745 and earlier allows remote unauthenticated attacker to execute arbitrary code via a cross site scripting attack." } ] + }, + "generator": { + "engine": "Vulnogram 0.0.9" + }, + "impact": { + "cvss": { + "attackComplexity": "HIGH", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 8, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "CHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Remote Code Execution vulnerability" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://service.mcafee.com/webcenter/portal/cp/home/articleview?articleId=TS103008", + "refsource": "CONFIRM", + "url": "https://service.mcafee.com/webcenter/portal/cp/home/articleview?articleId=TS103008" + } + ] + }, + "source": { + "discovery": "EXTERNAL" } -} \ No newline at end of file +}