From 5d65ac7632162ea653e4da8181e11b97c2222dd7 Mon Sep 17 00:00:00 2001 From: santosomar Date: Wed, 20 Jan 2021 19:41:30 +0000 Subject: [PATCH] Adding Cisco CVE-2021-1349 --- 2021/1xxx/CVE-2021-1349.json | 83 +++++++++++++++++++++++++++++++++--- 1 file changed, 76 insertions(+), 7 deletions(-) diff --git a/2021/1xxx/CVE-2021-1349.json b/2021/1xxx/CVE-2021-1349.json index 0eba6a46ac3..3473b9ed9b1 100644 --- a/2021/1xxx/CVE-2021-1349.json +++ b/2021/1xxx/CVE-2021-1349.json @@ -1,18 +1,87 @@ { - "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-1349", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Cisco SD-WAN vManage Cypher Query Language Injection Vulnerability" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Cisco SD-WAN vManage ", + "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-based management interface of Cisco SD-WAN vManage Software could allow an authenticated, remote attacker to conduct Cypher query language injection attacks on an affected system.\r The vulnerability is due to insufficient input validation by the web-based management interface. An attacker could exploit this vulnerability by sending crafted HTTP requests to the interface of an affected system. A successful exploit could allow the attacker to obtain sensitive information.\r " } ] + }, + "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.5", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N ", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-943" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "20210120 Cisco SD-WAN vManage Cypher Query Language Injection Vulnerability", + "refsource": "CISCO", + "url": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-vmanage-cql-inject-72EhnUc" + } + ] + }, + "source": { + "advisory": "cisco-sa-vmanage-cql-inject-72EhnUc", + "defect": [ + [ + "CSCvv42576", + "CSCvw08529" + ] + ], + "discovery": "INTERNAL" } -} \ No newline at end of file +}