From 88c7a62bcba113e37e02191835f8140cd329cc84 Mon Sep 17 00:00:00 2001 From: santosomar Date: Fri, 3 Mar 2023 15:54:25 +0000 Subject: [PATCH] Adding Cisco CVE-2023-20062 --- 2023/20xxx/CVE-2023-20062.json | 83 +++++++++++++++++++++++++++++++--- 1 file changed, 76 insertions(+), 7 deletions(-) diff --git a/2023/20xxx/CVE-2023-20062.json b/2023/20xxx/CVE-2023-20062.json index c4970788d74..35a783fe330 100644 --- a/2023/20xxx/CVE-2023-20062.json +++ b/2023/20xxx/CVE-2023-20062.json @@ -1,18 +1,87 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "psirt@cisco.com", + "DATE_PUBLIC": "2023-03-01T16:00:00", "ID": "CVE-2023-20062", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Cisco Unified Intelligence Center Vulnerabilities" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Cisco Unified Intelligence Center ", + "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 Unified Intelligence Center could allow an authenticated, remote attacker to collect sensitive information or perform a server-side request forgery (SSRF) attack on an affected system.\r Cisco plans to release software updates that address these vulnerabilities. " } ] + }, + "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": "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-200" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "20230301 Cisco Unified Intelligence Center Vulnerabilities", + "refsource": "CISCO", + "url": "https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-cuic-infodisc-ssrf-84ZBmwVk" + } + ] + }, + "source": { + "advisory": "cisco-sa-cuic-infodisc-ssrf-84ZBmwVk", + "defect": [ + [ + "CSCwd01184", + "CSCwd02972" + ] + ], + "discovery": "INTERNAL" } -} \ No newline at end of file +}