From 4ee4980ce55f24f857f812737decbee582191ebc Mon Sep 17 00:00:00 2001 From: sbhatiMcafee <52496610+sbhatiMcafee@users.noreply.github.com> Date: Wed, 14 Aug 2019 14:04:12 +0530 Subject: [PATCH] Publish CVE-2019-3635 SB is already Live --- 2019/3xxx/CVE-2019-3635.json | 77 ++++++++++++++++++++++++++++++++++-- 1 file changed, 73 insertions(+), 4 deletions(-) diff --git a/2019/3xxx/CVE-2019-3635.json b/2019/3xxx/CVE-2019-3635.json index 51874ccfcce..9eb701be4a8 100644 --- a/2019/3xxx/CVE-2019-3635.json +++ b/2019/3xxx/CVE-2019-3635.json @@ -1,8 +1,34 @@ { "CVE_data_meta": { - "ASSIGNER": "cve@mitre.org", + "ASSIGNER": "psirt@mcafee.com", "ID": "CVE-2019-3635", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "MWG Proxy: Cross-Frame Scripting vulnerability" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "McAfee Web Gateway (MWG)", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "7.8.2.x", + "version_value": "7.8.2.12" + } + ] + } + } + ] + }, + "vendor_name": "McAfee, LLC" + } + ] + } }, "data_format": "MITRE", "data_type": "CVE", @@ -11,8 +37,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": "Exfiltration of Data in McAfee Web Gateway (MWG) 7.8.2.x prior to 7.8.2.12 allows attackers to obtain sensitive data via crafting a complex webpage that will trigger the Web Gateway to block the user accessing an iframe." } ] + }, + "generator": { + "engine": "Vulnogram 0.0.7" + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 4.3, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "LOW", + "integrityImpact": "NONE", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Exfiltration of Data" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://kc.mcafee.com/corporate/index?page=content&id=SB10293", + "refsource": "CONFIRM", + "url": "https://kc.mcafee.com/corporate/index?page=content&id=SB10293" + } + ] + }, + "source": { + "discovery": "EXTERNAL" } -} \ No newline at end of file +}