From 9c3df08cf62f64b8b59d0f5c648bb6ff9db72cba Mon Sep 17 00:00:00 2001 From: santosomar Date: Thu, 8 Aug 2019 07:23:40 +0000 Subject: [PATCH] Adding Cisco CVE-2019-1952 --- 2019/1xxx/CVE-2019-1952.json | 77 ++++++++++++++++++++++++++++++++++-- 1 file changed, 73 insertions(+), 4 deletions(-) diff --git a/2019/1xxx/CVE-2019-1952.json b/2019/1xxx/CVE-2019-1952.json index fe7c1c74c3c..71c858de456 100644 --- a/2019/1xxx/CVE-2019-1952.json +++ b/2019/1xxx/CVE-2019-1952.json @@ -1,8 +1,34 @@ { "CVE_data_meta": { - "ASSIGNER": "cve@mitre.org", + "ASSIGNER": "psirt@cisco.com", + "DATE_PUBLIC": "2019-08-07T16:00:00-0700", "ID": "CVE-2019-1952", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Cisco Enterprise NFV Infrastructure Software Path Traversal Vulnerability" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Cisco Enterprise NFV Infrastructure Software ", + "version": { + "version_data": [ + { + "affected": "<", + "version_value": "3.10.1" + } + ] + } + } + ] + }, + "vendor_name": "Cisco" + } + ] + } }, "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": "A vulnerability in the CLI of Cisco Enterprise NFV Infrastructure Software (NFVIS) could allow an authenticated, local attacker to overwrite or read arbitrary files. The attacker would need valid administrator privilege-level credentials. This vulnerability is due to improper input validation of CLI command arguments. An attacker could exploit this vulnerability by using directory traversal techniques when executing a vulnerable command. A successful exploit could allow the attacker to overwrite or read arbitrary files on an affected device. " } ] + }, + "exploit": [ + { + "lang": "eng", + "value": "The Cisco Product Security Incident Response Team (PSIRT) is not aware of any public announcements or malicious use of the vulnerability that is described in this advisory. " + } + ], + "impact": { + "cvss": { + "baseScore": "6.7", + "vectorString": "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H ", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-22" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "20190807 Cisco Enterprise NFV Infrastructure Software Path Traversal Vulnerability", + "refsource": "CISCO", + "url": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190807-nfv-cli-path" + } + ] + }, + "source": { + "advisory": "cisco-sa-20190807-nfv-cli-path", + "defect": [ + [ + "CSCvm76615" + ] + ], + "discovery": "INTERNAL" } -} \ No newline at end of file +}