From fa5e407b2c90db6fbebc46c5924c0bf957ed0774 Mon Sep 17 00:00:00 2001 From: santosomar Date: Wed, 4 May 2022 16:46:25 +0000 Subject: [PATCH] Adding Cisco CVE-2022-20777 --- 2022/20xxx/CVE-2022-20777.json | 84 +++++++++++++++++++++++++++++++--- 1 file changed, 77 insertions(+), 7 deletions(-) diff --git a/2022/20xxx/CVE-2022-20777.json b/2022/20xxx/CVE-2022-20777.json index ef3195bf0c2..dcb80743021 100644 --- a/2022/20xxx/CVE-2022-20777.json +++ b/2022/20xxx/CVE-2022-20777.json @@ -1,18 +1,88 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "psirt@cisco.com", + "DATE_PUBLIC": "2022-05-04T23:00:00", "ID": "CVE-2022-20777", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Cisco Enterprise NFV Infrastructure Software Vulnerabilities" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Cisco Enterprise NFV Infrastructure Software ", + "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 Enterprise NFV Infrastructure Software (NFVIS) could allow an attacker to escape from the guest virtual machine (VM) to the host machine, inject commands that execute at the root level, or leak system data from the host to the VM.\r For more information about these vulnerabilities, see the Details section of this advisory.\r " } ] + }, + "exploit": [ + { + "lang": "eng", + "value": "The Cisco PSIRT is not aware of any public announcements or malicious use of the vulnerabilities that are described in this advisory. " + } + ], + "impact": { + "cvss": { + "baseScore": "9.9", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H ", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-284" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "20220504 Cisco Enterprise NFV Infrastructure Software Vulnerabilities", + "refsource": "CISCO", + "url": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-NFVIS-MUL-7DySRX9" + } + ] + }, + "source": { + "advisory": "cisco-sa-NFVIS-MUL-7DySRX9", + "defect": [ + [ + "CSCvz73971", + "CSCvz73973", + "CSCvz73988" + ] + ], + "discovery": "INTERNAL" } -} \ No newline at end of file +}