From 6e83baa1b53a747a4cf03ce6f94c4f0ea4a67f8e Mon Sep 17 00:00:00 2001 From: santosomar Date: Wed, 15 May 2019 18:44:36 +0000 Subject: [PATCH] Adding Cisco CVE-2019-1767 --- 2019/1xxx/CVE-2019-1767.json | 80 ++++++++++++++++++++++++++++++++++-- 1 file changed, 76 insertions(+), 4 deletions(-) diff --git a/2019/1xxx/CVE-2019-1767.json b/2019/1xxx/CVE-2019-1767.json index 80b69926e96..0bc1d4605be 100644 --- a/2019/1xxx/CVE-2019-1767.json +++ b/2019/1xxx/CVE-2019-1767.json @@ -1,8 +1,34 @@ { "CVE_data_meta": { - "ASSIGNER": "cve@mitre.org", + "ASSIGNER": "psirt@cisco.com", + "DATE_PUBLIC": "2019-05-15T16:00:00-0700", "ID": "CVE-2019-1767", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Cisco NX-OS Software Buffer Overflow and Command Injection Vulnerabilities" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Cisco NX-OS Software", + "version": { + "version_data": [ + { + "affected": "<", + "version_value": "8.3(1)" + } + ] + } + } + ] + }, + "vendor_name": "Cisco" + } + ] + } }, "data_format": "MITRE", "data_type": "CVE", @@ -11,8 +37,54 @@ "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": "Multiple vulnerabilities in the implementation of a specific CLI command for Cisco NX-OS Software could allow an authenticated, local attacker with administrator credentials to cause a buffer overflow condition or perform command injection. This could allow the attacker to execute arbitrary commands with elevated privileges on the underlying operating system of an affected device. The vulnerabilities are due to insufficient validation of arguments passed to a certain CLI command. An attacker could exploit these vulnerabilities by including malicious input as the argument of the affected CLI command. A successful exploit could allow the attacker to execute arbitrary commands on the underlying operating system with root privileges. An attacker would need valid administrator credentials to exploit these vulnerabilities. " } ] + }, + "exploit": [ + { + "lang": "eng", + "value": "The Cisco Product Security Incident Response Team (PSIRT) is not aware of any public announcements or malicious use of the vulnerabilities that are 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-119" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "20190515 Cisco NX-OS Software Buffer Overflow and Command Injection Vulnerabilities", + "refsource": "CISCO", + "url": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190515-nxos-overflow-inj" + } + ] + }, + "source": { + "advisory": "cisco-sa-20190515-nxos-overflow-inj", + "defect": [ + [ + "CSCvh76129", + "CSCvh76132", + "CSCvj00497", + "CSCvj10162" + ] + ], + "discovery": "INTERNAL" } -} \ No newline at end of file +}