From c71030a5dc09c152c34b30f1ac034f919c51b516 Mon Sep 17 00:00:00 2001 From: santosomar Date: Wed, 7 Aug 2019 05:44:00 +0000 Subject: [PATCH] Adding Cisco CVE-2019-1912 --- 2019/1xxx/CVE-2019-1912.json | 77 ++++++++++++++++++++++++++++++++++-- 1 file changed, 73 insertions(+), 4 deletions(-) diff --git a/2019/1xxx/CVE-2019-1912.json b/2019/1xxx/CVE-2019-1912.json index c4549a0744d..576d5ead8dd 100644 --- a/2019/1xxx/CVE-2019-1912.json +++ b/2019/1xxx/CVE-2019-1912.json @@ -1,8 +1,34 @@ { "CVE_data_meta": { - "ASSIGNER": "cve@mitre.org", + "ASSIGNER": "psirt@cisco.com", + "DATE_PUBLIC": "2019-08-06T14:00:00-0700", "ID": "CVE-2019-1912", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Cisco Small Business 220 Series Smart Switches Authentication Bypass Vulnerability" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Cisco Small Business 220 Series Smart Plus Switches ", + "version": { + "version_data": [ + { + "affected": "<", + "version_value": "1.1.4.4" + } + ] + } + } + ] + }, + "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 web management interface of Cisco Small Business 220 Series Smart Switches could allow an unauthenticated, remote attacker to upload arbitrary files. The vulnerability is due to incomplete authorization checks in the web management interface. An attacker could exploit this vulnerability by sending a malicious request to certain parts of the web management interface. Depending on the configuration of the affected switch, the malicious request must be sent via HTTP or HTTPS. A successful exploit could allow the attacker to modify the configuration of an affected device or to inject a reverse shell. This vulnerability affects Cisco Small Business 220 Series Smart Switches running firmware versions prior to 1.1.4.4 with the web management interface enabled. The web management interface is enabled via both HTTP and HTTPS by default." } ] + }, + "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": "9.1", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H ", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-285" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "20190806 Cisco Small Business 220 Series Smart Switches Authentication Bypass Vulnerability", + "refsource": "CISCO", + "url": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190806-sb220-auth_bypass" + } + ] + }, + "source": { + "advisory": "cisco-sa-20190806-sb220-auth_bypass", + "defect": [ + [ + "CSCvo78300" + ] + ], + "discovery": "INTERNAL" } -} \ No newline at end of file +}