From 96bf409c04b6a92b838f06baf358597e9d481eb1 Mon Sep 17 00:00:00 2001 From: Scott Moore - IBM Date: Wed, 11 Nov 2020 07:49:23 -0500 Subject: [PATCH] IBM20201111-74923 Added CVE-2020-4685 --- 2020/4xxx/CVE-2020-4685.json | 114 ++++++++++++++++++++++++++++++----- 1 file changed, 99 insertions(+), 15 deletions(-) diff --git a/2020/4xxx/CVE-2020-4685.json b/2020/4xxx/CVE-2020-4685.json index d0e5cd1d7c2..c966a6acebf 100644 --- a/2020/4xxx/CVE-2020-4685.json +++ b/2020/4xxx/CVE-2020-4685.json @@ -1,18 +1,102 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2020-4685", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" - }, - "description": { - "description_data": [ + "data_type" : "CVE", + "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" : "Cognos Controller", + "version" : { + "version_data" : [ + { + "version_value" : "10.3.1" + }, + { + "version_value" : "10.3.0" + }, + { + "version_value" : "10.4.0" + }, + { + "version_value" : "10.4.1" + }, + { + "version_value" : "10.4.2" + } + ] + } + } + ] + }, + "vendor_name" : "IBM" } - ] - } -} \ No newline at end of file + ] + } + }, + "description" : { + "description_data" : [ + { + "lang" : "eng", + "value" : "A low level user of IBM Cognos Controller 10.3.0, 10.3.1, 10.4.0, 10.4.1, and 10.4.2 who has Administration rights to the server where the application is installed, can escalate their privilege from Low level to Super Admin and gain access to Create/Update/Delete any level of user in Cognos Controller. IBM X-Force ID: 186625." + } + ] + }, + "CVE_data_meta" : { + "STATE" : "PUBLIC", + "ASSIGNER" : "psirt@us.ibm.com", + "ID" : "CVE-2020-4685", + "DATE_PUBLIC" : "2020-11-10T00:00:00" + }, + "references" : { + "reference_data" : [ + { + "url" : "https://www.ibm.com/support/pages/node/6339995", + "title" : "IBM Security Bulletin 6339995 (Cognos Controller)", + "name" : "https://www.ibm.com/support/pages/node/6339995", + "refsource" : "CONFIRM" + }, + { + "name" : "ibm-cognos-cve20204685-priv-escalation (186625)", + "title" : "X-Force Vulnerability Report", + "refsource" : "XF", + "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/186625" + } + ] + }, + "data_format" : "MITRE", + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "value" : "Gain Privileges", + "lang" : "eng" + } + ] + } + ] + }, + "impact" : { + "cvssv3" : { + "TM" : { + "RL" : "O", + "RC" : "C", + "E" : "U" + }, + "BM" : { + "S" : "C", + "I" : "H", + "C" : "H", + "AC" : "H", + "A" : "H", + "PR" : "H", + "UI" : "N", + "AV" : "N", + "SCORE" : "8.000" + } + } + }, + "data_version" : "4.0" +}