From f2fbce69c533b42fc4ab94632abd69f5b1c7a94d Mon Sep 17 00:00:00 2001 From: swpsirt <42012556+swpsirt@users.noreply.github.com> Date: Thu, 16 Jul 2020 17:50:49 -0700 Subject: [PATCH] Update CVE-2020-5131.json Updated json with all vulnerability details --- 2020/5xxx/CVE-2020-5131.json | 74 ++++++++++++++++++++++++++++-------- 1 file changed, 59 insertions(+), 15 deletions(-) diff --git a/2020/5xxx/CVE-2020-5131.json b/2020/5xxx/CVE-2020-5131.json index a84ccca407f..16db5895d20 100644 --- a/2020/5xxx/CVE-2020-5131.json +++ b/2020/5xxx/CVE-2020-5131.json @@ -1,18 +1,62 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2020-5131", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" - }, - "description": { - "description_data": [ + "CVE_data_meta" : { + "ASSIGNER" : "psirt@sonicwall.com", + "ID" : "CVE-2020-5131", + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_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." + "product" : { + "product_data" : [ + { + "product_name" : "SonicWall NetExtender", + "version" : { + "version_data" : [ + { + "version_value" : "9.0.815 and earlier" + } + ] + } + } + ] + }, + "vendor_name" : "SonicWall" } - ] - } -} \ No newline at end of file + ] + } + }, + "data_format" : "MITRE", + "data_type" : "CVE", + "data_version" : "4.0", + "description" : { + "description_data" : [ + { + "lang" : "eng", + "value" : "SonicWall NetExtender Windows client vulnerable to arbitrary file write vulnerability, this allows attacker to overwrite a DLL and execute code with the same privilege in the host operating system. This vulnerability impact SonicWall NetExtender Windows client version 9.0.815 and earlier." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "CWE-20: Improper Input Validation" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "name" : "https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2020-0004", + "refsource" : "CONFIRM", + "url" : "https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2020-0004" + } + ] + } +}