From 2cacb11c244f692e89ed23e09f4cc649b827c0a1 Mon Sep 17 00:00:00 2001 From: Scott Moore - IBM Date: Wed, 13 May 2020 08:30:45 -0400 Subject: [PATCH] IBM20200513-83045 Added CVE-2020-4312 --- 2020/4xxx/CVE-2020-4312.json | 105 ++++++++++++++++++++++++++++++----- 1 file changed, 90 insertions(+), 15 deletions(-) diff --git a/2020/4xxx/CVE-2020-4312.json b/2020/4xxx/CVE-2020-4312.json index ebadd186b4d..a73a034a88f 100644 --- a/2020/4xxx/CVE-2020-4312.json +++ b/2020/4xxx/CVE-2020-4312.json @@ -1,18 +1,93 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2020-4312", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" - }, - "description": { - "description_data": [ + "CVE_data_meta" : { + "ID" : "CVE-2020-4312", + "STATE" : "PUBLIC", + "ASSIGNER" : "psirt@us.ibm.com", + "DATE_PUBLIC" : "2020-05-12T00:00:00" + }, + "description" : { + "description_data" : [ + { + "lang" : "eng", + "value" : "IBM Sterling B2B Integrator Standard Edition 5.2.0.0 trough 6.0.3.1 could allow an authenticated user to obtain sensitive information from a cached web page. IBM X-Force ID: 177089." + } + ] + }, + "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" : "Sterling B2B Integrator", + "version" : { + "version_data" : [ + { + "version_value" : "5.2.0.0" + }, + { + "version_value" : "6.0.3.1" + } + ] + } + } + ] + }, + "vendor_name" : "IBM" } - ] - } -} \ No newline at end of file + ] + } + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "Obtain Information" + } + ] + } + ] + }, + "data_format" : "MITRE", + "data_version" : "4.0", + "references" : { + "reference_data" : [ + { + "refsource" : "CONFIRM", + "name" : "https://www.ibm.com/support/pages/node/6208046", + "url" : "https://www.ibm.com/support/pages/node/6208046", + "title" : "IBM Security Bulletin 6208046 (Sterling B2B Integrator)" + }, + { + "refsource" : "XF", + "title" : "X-Force Vulnerability Report", + "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/177089", + "name" : "ibm-sterling-cve20204312-info-disc (177089)" + } + ] + }, + "impact" : { + "cvssv3" : { + "TM" : { + "RC" : "C", + "E" : "U", + "RL" : "O" + }, + "BM" : { + "AV" : "N", + "PR" : "L", + "A" : "N", + "UI" : "N", + "C" : "L", + "S" : "U", + "I" : "N", + "SCORE" : "4.300", + "AC" : "L" + } + } + }, + "data_type" : "CVE" +}