From 8ef23711d604c36e8fc354d24fc07e366f01d5e4 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Thu, 13 Sep 2018 14:44:31 -0400 Subject: [PATCH] - Added submission from Apache Mesos from 2018-09-13. --- 2018/1xxx/CVE-2018-1330.json | 49 +++++++++++++++++++++++++++++++++--- 1 file changed, 46 insertions(+), 3 deletions(-) diff --git a/2018/1xxx/CVE-2018-1330.json b/2018/1xxx/CVE-2018-1330.json index 7d61344748c..08c26bdbd43 100644 --- a/2018/1xxx/CVE-2018-1330.json +++ b/2018/1xxx/CVE-2018-1330.json @@ -1,8 +1,32 @@ { "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", + "ASSIGNER" : "security@apache.org", + "DATE_PUBLIC" : "2018-09-13T00:00:00", "ID" : "CVE-2018-1330", - "STATE" : "RESERVED" + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "Apache Mesos", + "version" : { + "version_data" : [ + { + "version_value" : "1.4.0 to 1.5.0" + } + ] + } + } + ] + }, + "vendor_name" : "Apache Software Foundation" + } + ] + } }, "data_format" : "MITRE", "data_type" : "CVE", @@ -11,7 +35,26 @@ "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" : "When parsing a malformed JSON payload, libprocess in Apache Mesos versions 1.4.0 to 1.5.0 might crash due to an uncaught exception. Parsing chunked HTTP requests with trailers can lead to a libprocess crash too because of the mistakenly planted assertion. A malicious actor can therefore cause a denial of service of Mesos masters rendering the Mesos-controlled cluster inoperable." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "Denial of Service" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "url" : "https://lists.apache.org/thread.html/395cb6bcf367702acd1e580a1f39b56cdd7a5953d0368b4c1adb1dde@" } ] }