From 2d65d2de272f3951610c19c9ff0a46b1b2841847 Mon Sep 17 00:00:00 2001 From: santosomar Date: Wed, 20 Jan 2021 19:41:44 +0000 Subject: [PATCH] Adding Cisco CVE-2021-1350 --- 2021/1xxx/CVE-2021-1350.json | 82 +++++++++++++++++++++++++++++++++--- 1 file changed, 75 insertions(+), 7 deletions(-) diff --git a/2021/1xxx/CVE-2021-1350.json b/2021/1xxx/CVE-2021-1350.json index f77860ca5f7..ac8e4971429 100644 --- a/2021/1xxx/CVE-2021-1350.json +++ b/2021/1xxx/CVE-2021-1350.json @@ -1,18 +1,86 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "psirt@cisco.com", + "DATE_PUBLIC": "2021-01-20T16:00:00", "ID": "CVE-2021-1350", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Cisco Umbrella Dashboard Packet Flood Vulnerability" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Cisco Umbrella Insights Virtual Appliance ", + "version": { + "version_data": [ + { + "version_value": "n/a" + } + ] + } + } + ] + }, + "vendor_name": "Cisco" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", "description": { "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": "\r A vulnerability in the web UI of Cisco Umbrella could allow an unauthenticated, remote attacker to negatively affect the performance of this service.\r The vulnerability exists due to insufficient rate limiting controls in the web UI. An attacker could exploit this vulnerability by sending crafted HTTPS packets at a high and sustained rate. A successful exploit could allow the attacker to negatively affect the performance of the web UI.\r Cisco has addressed this vulnerability. " } ] + }, + "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": "5.3", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L ", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-770" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "20210120 Cisco Umbrella Dashboard Packet Flood Vulnerability", + "refsource": "CISCO", + "url": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-umb-dos-dgKzDEBP" + } + ] + }, + "source": { + "advisory": "cisco-sa-umb-dos-dgKzDEBP", + "defect": [ + [ + "CSCvw61612" + ] + ], + "discovery": "INTERNAL" } -} \ No newline at end of file +}