From c1badcb68b6b05e0d6025614ffec5b9512870216 Mon Sep 17 00:00:00 2001 From: SeongJin Date: Tue, 3 Mar 2020 18:11:48 +0900 Subject: [PATCH] CVE-2020-9751 --- 2020/9xxx/CVE-2020-9751.json | 68 ++++++++++++++++++++++++++++++++---- 1 file changed, 61 insertions(+), 7 deletions(-) diff --git a/2020/9xxx/CVE-2020-9751.json b/2020/9xxx/CVE-2020-9751.json index d6ab9428e42..efde2f6ccb5 100644 --- a/2020/9xxx/CVE-2020-9751.json +++ b/2020/9xxx/CVE-2020-9751.json @@ -1,18 +1,72 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "cve@navercorp.com", "ID": "CVE-2020-9751", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Naver Cloud Explorer", + "version": { + "version_data": [ + { + "affected": "<=", + "version_value": "2.2.2.11" + } + ] + } + } + ] + }, + "vendor_name": "NAVER Corporation" + } + ] + } + }, + "credit": [ + { + "lang": "eng", + "value": "JAEWOOK SHIN(powerprove, null2root) and JINWOO PARK (P4rkJW, CAT-Security)" + } + ], + "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": "Naver Cloud Explorer before 2.2.2.11 allows the system to download an arbitrary file from the attacker's server and execute it during the upgrade." } ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-494" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://cve.naver.com/detail/cve-2020-9751", + "refsource": "CONFIRM", + "url": "https://cve.naver.com/detail/cve-2020-9751" + } + ] + }, + "source": { + "discovery": "EXTERNAL" } -} \ No newline at end of file +}