diff --git a/2020/4xxx/CVE-2020-4662.json b/2020/4xxx/CVE-2020-4662.json index dc63a40b5db..cfa3299f4b8 100644 --- a/2020/4xxx/CVE-2020-4662.json +++ b/2020/4xxx/CVE-2020-4662.json @@ -1,18 +1,90 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2020-4662", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" - }, - "description": { - "description_data": [ + "data_type" : "CVE", + "data_format" : "MITRE", + "data_version" : "4.0", + "references" : { + "reference_data" : [ + { + "url" : "https://www.ibm.com/support/pages/node/6259393", + "title" : "IBM Security Bulletin 6259393 (Event Streams)", + "refsource" : "CONFIRM", + "name" : "https://www.ibm.com/support/pages/node/6259393" + }, + { + "title" : "X-Force Vulnerability Report", + "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/186233", + "name" : "ibm-events-cve20204662-priv-escalation (186233)", + "refsource" : "XF" + } + ] + }, + "CVE_data_meta" : { + "ASSIGNER" : "psirt@us.ibm.com", + "ID" : "CVE-2020-4662", + "STATE" : "PUBLIC", + "DATE_PUBLIC" : "2020-08-13T00:00:00" + }, + "impact" : { + "cvssv3" : { + "BM" : { + "AV" : "N", + "A" : "N", + "C" : "N", + "UI" : "N", + "I" : "H", + "PR" : "L", + "AC" : "L", + "SCORE" : "6.500", + "S" : "U" + }, + "TM" : { + "RC" : "C", + "E" : "U", + "RL" : "O" + } + } + }, + "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" : "Event Streams", + "version" : { + "version_data" : [ + { + "version_value" : "10.0.0" + } + ] + } + } + ] + }, + "vendor_name" : "IBM" } - ] - } -} \ No newline at end of file + ] + } + }, + "description" : { + "description_data" : [ + { + "value" : "IBM Event Streams 10.0.0 could allow an authenticated user to perform tasks to a schema due to improper authentication validation. IBM X-Force ID: 186233.", + "lang" : "eng" + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "Gain Privileges" + } + ] + } + ] + } +}