From da234108c77f9d42a0b597c72f3239c46258d83b Mon Sep 17 00:00:00 2001 From: santosomar Date: Wed, 5 Apr 2023 16:25:09 +0000 Subject: [PATCH] Adding Cisco CVE-2023-20103 --- 2023/20xxx/CVE-2023-20103.json | 82 +++++++++++++++++++++++++++++++--- 1 file changed, 75 insertions(+), 7 deletions(-) diff --git a/2023/20xxx/CVE-2023-20103.json b/2023/20xxx/CVE-2023-20103.json index 5a934baa6b2..f95ef16a179 100644 --- a/2023/20xxx/CVE-2023-20103.json +++ b/2023/20xxx/CVE-2023-20103.json @@ -1,18 +1,86 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "psirt@cisco.com", + "DATE_PUBLIC": "2023-04-05T23:00:00", "ID": "CVE-2023-20103", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Cisco Secure Network Analytics Remote Code Execution Vulnerability" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Cisco Secure Network Analytics ", + "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 Cisco Secure Network Analytics could allow an authenticated, remote attacker to execute arbitrary code as a root user on an affected device.\r This vulnerability is due to insufficient validation of user input to the web interface. An attacker could exploit this vulnerability by uploading a crafted file to an affected device. A successful exploit could allow the attacker to execute code on the affected device. To exploit this vulnerability, an attacker would need to have valid Administrator credentials on the affected device.\r " } ] + }, + "exploit": [ + { + "lang": "eng", + "value": "The Cisco PSIRT is not aware of any public announcements or malicious use of the vulnerability that is described in this advisory. " + } + ], + "impact": { + "cvss": { + "baseScore": "4.9", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:N ", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-20" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "20230405 Cisco Secure Network Analytics Remote Code Execution Vulnerability", + "refsource": "CISCO", + "url": "https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-stealth-rce-BDwXFK9C" + } + ] + }, + "source": { + "advisory": "cisco-sa-stealth-rce-BDwXFK9C", + "defect": [ + [ + "CSCvz12880" + ] + ], + "discovery": "INTERNAL" } -} \ No newline at end of file +}