From c035ec3da21ff50ba3d7ac6ee44de49a76f1453e Mon Sep 17 00:00:00 2001 From: santosomar Date: Wed, 3 Jun 2020 17:18:10 +0000 Subject: [PATCH] Adding Cisco CVE-2020-3238 --- 2020/3xxx/CVE-2020-3238.json | 82 +++++++++++++++++++++++++++++++++--- 1 file changed, 75 insertions(+), 7 deletions(-) diff --git a/2020/3xxx/CVE-2020-3238.json b/2020/3xxx/CVE-2020-3238.json index 49e0114644b..267a13fb45d 100644 --- a/2020/3xxx/CVE-2020-3238.json +++ b/2020/3xxx/CVE-2020-3238.json @@ -1,18 +1,86 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "psirt@cisco.com", + "DATE_PUBLIC": "2020-06-03T16:00:00", "ID": "CVE-2020-3238", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Cisco IOx Application Framework Arbitrary File Creation Vulnerability" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Cisco IOx ", + "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 the Cisco Application Framework component of the Cisco IOx application environment could allow an\r authenticated, remote attacker to write or modify arbitrary files in the\r virtual instance that is running on the affected device.\r The vulnerability is due to insufficient input validation of\r user-supplied application packages. An attacker who can upload a\r malicious package within Cisco IOx could exploit the vulnerability to\r modify arbitrary files. The impacts of a successful exploit are limited\r to the scope of the virtual instance and do not affect the device that\r is hosting Cisco IOx.\r " } ] + }, + "exploit": [ + { + "lang": "eng", + "value": "The Cisco Product Security Incident Response Team (PSIRT) is not aware of any public announcements or malicious use of the vulnerability that is described in this advisory. " + } + ], + "impact": { + "cvss": { + "baseScore": "8.1", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H ", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-20" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "20200603 Cisco IOx Application Framework Arbitrary File Creation Vulnerability", + "refsource": "CISCO", + "url": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-caf-3dXM8exv" + } + ] + }, + "source": { + "advisory": "cisco-sa-caf-3dXM8exv", + "defect": [ + [ + "CSCvr02052" + ] + ], + "discovery": "INTERNAL" } -} \ No newline at end of file +}