From 8a232845749a0e29f7c45399f6d937d0b9900b4b Mon Sep 17 00:00:00 2001 From: Scott Moore - IBM Date: Tue, 18 Jun 2019 10:27:46 -0400 Subject: [PATCH] IBM20190618-102746 Added CVE-2019-4142 --- 2019/4xxx/CVE-2019-4142.json | 111 ++++++++++++++++++++++++++++++----- 1 file changed, 96 insertions(+), 15 deletions(-) diff --git a/2019/4xxx/CVE-2019-4142.json b/2019/4xxx/CVE-2019-4142.json index b6dd229ff37..ca460554bba 100644 --- a/2019/4xxx/CVE-2019-4142.json +++ b/2019/4xxx/CVE-2019-4142.json @@ -1,18 +1,99 @@ { - "CVE_data_meta": { - "ASSIGNER": "cve@mitre.org", - "ID": "CVE-2019-4142", - "STATE": "RESERVED" - }, - "data_format": "MITRE", - "data_type": "CVE", - "data_version": "4.0", - "description": { - "description_data": [ + "impact" : { + "cvssv3" : { + "BM" : { + "C" : "N", + "SCORE" : "4.300", + "A" : "N", + "UI" : "R", + "I" : "L", + "S" : "U", + "AV" : "N", + "AC" : "L", + "PR" : "N" + }, + "TM" : { + "RL" : "O", + "E" : "U", + "RC" : "C" + } + } + }, + "references" : { + "reference_data" : [ + { + "title" : "IBM Security Bulletin 885434 (Cloud Private)", + "name" : "https://www.ibm.com/support/docview.wss?uid=ibm10885434", + "url" : "https://www.ibm.com/support/docview.wss?uid=ibm10885434", + "refsource" : "CONFIRM" + }, + { + "refsource" : "XF", + "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/158338", + "name" : "ibm-cloud-cve20194142-csrf (158338)", + "title" : "X-Force Vulnerability Report" + } + ] + }, + "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." + "vendor_name" : "IBM", + "product" : { + "product_data" : [ + { + "product_name" : "Cloud Private", + "version" : { + "version_data" : [ + { + "version_value" : "2.1.0" + }, + { + "version_value" : "3.1.0" + }, + { + "version_value" : "3.1.1" + }, + { + "version_value" : "3.1.2" + } + ] + } + } + ] + } } - ] - } -} \ No newline at end of file + ] + } + }, + "description" : { + "description_data" : [ + { + "lang" : "eng", + "value" : "IBM Cloud Private 2.1.0, 3.1.0, 3.1.1, and 3.1.2 is vulnerable to cross-site request forgery which could allow an attacker to execute malicious and unauthorized actions transmitted from a user that the website trusts. IBM X-Force ID: 158338." + } + ] + }, + "CVE_data_meta" : { + "DATE_PUBLIC" : "2019-06-14T00:00:00", + "STATE" : "PUBLIC", + "ID" : "CVE-2019-4142", + "ASSIGNER" : "psirt@us.ibm.com" + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "value" : "Gain Access", + "lang" : "eng" + } + ] + } + ] + }, + "data_format" : "MITRE", + "data_version" : "4.0" +}