From f2ca250ed4a0207e935dd364a04c0e835420ca93 Mon Sep 17 00:00:00 2001 From: Swayam Sarangi <52279915+ssarangi1202@users.noreply.github.com> Date: Wed, 14 Aug 2019 14:54:03 +0530 Subject: [PATCH] Publish 2019-3637 SB is already live --- 2019/3xxx/CVE-2019-3637.json | 77 ++++++++++++++++++++++++++++++++++-- 1 file changed, 73 insertions(+), 4 deletions(-) diff --git a/2019/3xxx/CVE-2019-3637.json b/2019/3xxx/CVE-2019-3637.json index b01012f6c3d..cc3b87636ad 100644 --- a/2019/3xxx/CVE-2019-3637.json +++ b/2019/3xxx/CVE-2019-3637.json @@ -1,8 +1,34 @@ { "CVE_data_meta": { - "ASSIGNER": "cve@mitre.org", + "ASSIGNER": "psirt@mcafee.com", "ID": "CVE-2019-3637", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Privilege Escalation vulnerability in FRP 5.x earlier than 5.1.0.209" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": " McAfee FRP", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "5.x", + "version_value": " 5.1.0.209" + } + ] + } + } + ] + }, + "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": "Privilege Escalation vulnerability in McAfee FRP 5.x prior to 5.1.0.209 allows local users to gain elevated privileges via running McAfee Tray with elevated privileges.\n" } ] + }, + "generator": { + "engine": "Vulnogram 0.0.7" + }, + "impact": { + "cvss": { + "attackComplexity": "HIGH", + "attackVector": "LOCAL", + "availabilityImpact": "NONE", + "baseScore": 4.1, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "NONE", + "integrityImpact": "HIGH", + "privilegesRequired": "HIGH", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:H/A:N", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-264 Permissions, Privileges, and Access Controls" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://kc.mcafee.com/corporate/index?page=content&id=SB10291", + "refsource": "CONFIRM", + "url": "https://kc.mcafee.com/corporate/index?page=content&id=SB10291" + } + ] + }, + "source": { + "discovery": "EXTERNAL" } -} \ No newline at end of file +}