From 5e6ae191f261f96923ddb2b709d837e88e077ff2 Mon Sep 17 00:00:00 2001 From: lenpsirt Date: Tue, 16 Jul 2019 14:45:24 -0400 Subject: [PATCH] Update CVE-2019-6160.json Populating CVE details --- 2019/6xxx/CVE-2019-6160.json | 107 ++++++++++++++++++++++++++++++----- 1 file changed, 92 insertions(+), 15 deletions(-) diff --git a/2019/6xxx/CVE-2019-6160.json b/2019/6xxx/CVE-2019-6160.json index e071bc26f7c..b8b99ec52a8 100644 --- a/2019/6xxx/CVE-2019-6160.json +++ b/2019/6xxx/CVE-2019-6160.json @@ -1,18 +1,95 @@ { - "CVE_data_meta": { - "ASSIGNER": "cve@mitre.org", - "ID": "CVE-2019-6160", - "STATE": "RESERVED" - }, - "data_format": "MITRE", - "data_type": "CVE", - "data_version": "4.0", - "description": { - "description_data": [ + "CVE_data_meta": { + "ASSIGNER": "psirt@lenovo.com", + "DATE_PUBLIC": "2019-07-16T16:00:00.000Z", + "ID": "CVE-2019-6160", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_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." + "product": { + "product_data": [ + { + "product_name": "NAS products", + "version": { + "version_data": [ + { + "affected": "=", + "version_value": "various" + } + ] + } + } + ] + }, + "vendor_name": "Iomega and LenovoEMC" } - ] - } -} \ No newline at end of file + ] + } + }, + "credit": [ + { + "lang": "eng", + "value": "Lenovo would like to thank WhiteHat Security and Vertical Structure for reporting this issue." + } + ], + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "A vulnerability in various versions of Iomega and LenovoEMC NAS products could allow an unauthenticated user to access files on NAS shares via the API." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 8.8, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Information disclosure" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "url": "https://support.lenovo.com/solutions/LEN-25557" + } + ] + }, + "solution": [ + { + "lang": "eng", + "value": "Update to the firmware level (or later) described for your system in the Product Impact section of LEN-25557. If it is not feasible to update the firmware immediately, partial protection can be achieved by removing any public shares and using the device only on trusted networks." + } + ], + "source": { + "advisory": "LEN-25557", + "discovery": "UNKNOWN" + } +}