From 723e5d96d76d83d9de270f26c40a13a06c8d9065 Mon Sep 17 00:00:00 2001 From: Scott Moore - IBM Date: Fri, 31 Jan 2020 10:29:22 -0500 Subject: [PATCH] IBM20200131-102922 Added CVE-2019-4720 --- 2019/4xxx/CVE-2019-4720.json | 111 ++++++++++++++++++++++++++++++----- 1 file changed, 96 insertions(+), 15 deletions(-) diff --git a/2019/4xxx/CVE-2019-4720.json b/2019/4xxx/CVE-2019-4720.json index 2b90512cdea..06a68911d82 100644 --- a/2019/4xxx/CVE-2019-4720.json +++ b/2019/4xxx/CVE-2019-4720.json @@ -1,18 +1,99 @@ { - "CVE_data_meta": { - "ASSIGNER": "cve@mitre.org", - "ID": "CVE-2019-4720", - "STATE": "RESERVED" - }, - "data_format": "MITRE", - "data_type": "CVE", - "data_version": "4.0", - "description": { - "description_data": [ + "CVE_data_meta" : { + "ID" : "CVE-2019-4720", + "STATE" : "PUBLIC", + "DATE_PUBLIC" : "2020-01-30T00:00:00", + "ASSIGNER" : "psirt@us.ibm.com" + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "value" : "Denial of Service", + "lang" : "eng" + } + ] + } + ] + }, + "description" : { + "description_data" : [ + { + "lang" : "eng", + "value" : "IBM WebSphere Application Server 7.0, 8.0, 8.5, and 9.0 is vulnerable to a denial of service, caused by sending a specially-crafted request. A remote attacker could exploit this vulnerability to cause the server to consume all available memory. IBM X-Force ID: 172125." + } + ] + }, + "data_type" : "CVE", + "impact" : { + "cvssv3" : { + "TM" : { + "E" : "U", + "RC" : "C", + "RL" : "O" + }, + "BM" : { + "AC" : "L", + "C" : "N", + "I" : "N", + "PR" : "N", + "A" : "H", + "SCORE" : "7.500", + "AV" : "N", + "UI" : "N", + "S" : "U" + } + } + }, + "references" : { + "reference_data" : [ + { + "refsource" : "CONFIRM", + "name" : "https://www.ibm.com/support/pages/node/1285372", + "url" : "https://www.ibm.com/support/pages/node/1285372", + "title" : "IBM Security Bulletin 1285372 (WebSphere Application Server)" + }, + { + "refsource" : "XF", + "title" : "X-Force Vulnerability Report", + "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/172125", + "name" : "ibm-websphere-cve20194720-dos (172125)" + } + ] + }, + "data_format" : "MITRE", + "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." + "vendor_name" : "IBM", + "product" : { + "product_data" : [ + { + "version" : { + "version_data" : [ + { + "version_value" : "7.0" + }, + { + "version_value" : "8.0" + }, + { + "version_value" : "8.5" + }, + { + "version_value" : "9.0" + } + ] + }, + "product_name" : "WebSphere Application Server" + } + ] + } } - ] - } -} \ No newline at end of file + ] + } + }, + "data_version" : "4.0" +}