From 97b52b15d66de452ada73946726e686de7455676 Mon Sep 17 00:00:00 2001 From: santosomar Date: Wed, 20 Jan 2021 19:31:01 +0000 Subject: [PATCH] Adding Cisco CVE-2021-1141 --- 2021/1xxx/CVE-2021-1141.json | 86 +++++++++++++++++++++++++++++++++--- 1 file changed, 79 insertions(+), 7 deletions(-) diff --git a/2021/1xxx/CVE-2021-1141.json b/2021/1xxx/CVE-2021-1141.json index d8910f4cbef..9282786abbb 100644 --- a/2021/1xxx/CVE-2021-1141.json +++ b/2021/1xxx/CVE-2021-1141.json @@ -1,18 +1,90 @@ { - "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-1141", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Cisco Smart Software Manager Satellite Web UI Command Injection Vulnerabilities" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Cisco Smart Software Manager On-Prem ", + "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 the web UI of Cisco Smart Software Manager Satellite could allow an unauthenticated, remote attacker to execute arbitrary commands on the underlying operating system. 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": "9.8", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H ", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-20" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "20210120 Cisco Smart Software Manager Satellite Web UI Command Injection Vulnerabilities", + "refsource": "CISCO", + "url": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-cssm-multici-pgG5WM5A" + } + ] + }, + "source": { + "advisory": "cisco-sa-cssm-multici-pgG5WM5A", + "defect": [ + [ + "CSCvm42428", + "CSCvm42436", + "CSCvm42548", + "CSCvm42748", + "CSCvm45213" + ] + ], + "discovery": "INTERNAL" } -} \ No newline at end of file +}