From a26d785160a1b4c2e8b9913dc5b60f9f4cbd8158 Mon Sep 17 00:00:00 2001 From: santosomar Date: Wed, 20 Jan 2021 19:32:46 +0000 Subject: [PATCH] Adding Cisco CVE-2021-1241 --- 2021/1xxx/CVE-2021-1241.json | 87 +++++++++++++++++++++++++++++++++--- 1 file changed, 80 insertions(+), 7 deletions(-) diff --git a/2021/1xxx/CVE-2021-1241.json b/2021/1xxx/CVE-2021-1241.json index a8ca66b0db0..5abec50fbc4 100644 --- a/2021/1xxx/CVE-2021-1241.json +++ b/2021/1xxx/CVE-2021-1241.json @@ -1,18 +1,91 @@ { - "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-1241", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Cisco SD-WAN Denial of Service Vulnerabilities" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Cisco SD-WAN Solution ", + "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": "Multiple vulnerabilities in Cisco SD-WAN products could allow an unauthenticated, remote attacker to execute denial of service (DoS) attacks against an affected device. For more information about these vulnerabilities, see the Details section of this advisory. " } ] + }, + "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": "8.6", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H ", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-119" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "20210120 Cisco SD-WAN Denial of Service Vulnerabilities", + "refsource": "CISCO", + "url": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-sdwan-dosmulti-48jJuEUP" + } + ] + }, + "source": { + "advisory": "cisco-sa-sdwan-dosmulti-48jJuEUP", + "defect": [ + [ + "CSCvq20708", + "CSCvt11522", + "CSCvt11523", + "CSCvt11530", + "CSCvu28409", + "CSCvu31763" + ] + ], + "discovery": "INTERNAL" } -} \ No newline at end of file +}