From 6754c229d7dce0b87d5c9e8ca567c46cf466ff54 Mon Sep 17 00:00:00 2001 From: Scott Moore - IBM Date: Tue, 18 Dec 2018 09:47:11 -0500 Subject: [PATCH] IBM20181218-94711 Added CVE-2018-1833 --- 2018/1xxx/CVE-2018-1833.json | 88 ++++++++++++++++++++++++++++++++---- 1 file changed, 80 insertions(+), 8 deletions(-) diff --git a/2018/1xxx/CVE-2018-1833.json b/2018/1xxx/CVE-2018-1833.json index 444efb2ea19..e72c3daee5a 100644 --- a/2018/1xxx/CVE-2018-1833.json +++ b/2018/1xxx/CVE-2018-1833.json @@ -1,18 +1,90 @@ { - "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", - "ID" : "CVE-2018-1833", - "STATE" : "RESERVED" + "references" : { + "reference_data" : [ + { + "name" : "https://www.ibm.com/support/docview.wss?uid=ibm10787535", + "url" : "https://www.ibm.com/support/docview.wss?uid=ibm10787535", + "refsource" : "CONFIRM", + "title" : "IBM Security Bulletin 787535 (WebSphere)" + }, + { + "refsource" : "XF", + "title" : "X-Force Vulnerability Report", + "name" : "ibm-events-cve20181833-host-header (150507)", + "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/150507" + } + ] }, - "data_format" : "MITRE", - "data_type" : "CVE", "data_version" : "4.0", + "impact" : { + "cvssv3" : { + "TM" : { + "RC" : "C", + "RL" : "O", + "E" : "U" + }, + "BM" : { + "A" : "N", + "UI" : "N", + "C" : "N", + "SCORE" : "5.300", + "PR" : "L", + "AC" : "H", + "AV" : "N", + "I" : "H", + "S" : "U" + } + } + }, + "CVE_data_meta" : { + "ID" : "CVE-2018-1833", + "STATE" : "PUBLIC", + "ASSIGNER" : "psirt@us.ibm.com", + "DATE_PUBLIC" : "2018-12-17T00:00:00" + }, + "data_type" : "CVE", + "data_format" : "MITRE", "description" : { "description_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." + "value" : "IBM Event Streams 2018.3.0 could allow a remote attacker to submit an API request with a fake Host request header. An attacker, who has already gained authorised access via the CLI, could exploit this vulnerability to spoof the request header. IBM X-Force ID: 150507.", + "lang" : "eng" } ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "value" : "Gain Access", + "lang" : "eng" + } + ] + } + ] + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "vendor_name" : "IBM", + "product" : { + "product_data" : [ + { + "version" : { + "version_data" : [ + { + "version_value" : "2018.3.0" + } + ] + }, + "product_name" : "Event Streams" + } + ] + } + } + ] + } } }