From af25900439709f93707419dd8d5381ed5112d605 Mon Sep 17 00:00:00 2001 From: Joshua Smith Date: Tue, 13 Nov 2018 13:49:10 -0600 Subject: [PATCH] ZDI assigns the following CVEs: M 2018/17xxx/CVE-2018-17614.json --- 2018/17xxx/CVE-2018-17614.json | 51 ++++++++++++++++++++++++++++++++-- 1 file changed, 48 insertions(+), 3 deletions(-) diff --git a/2018/17xxx/CVE-2018-17614.json b/2018/17xxx/CVE-2018-17614.json index 667dc86a819..336f29dbef4 100644 --- a/2018/17xxx/CVE-2018-17614.json +++ b/2018/17xxx/CVE-2018-17614.json @@ -1,8 +1,31 @@ { "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", + "ASSIGNER" : "zdi-disclosures@trendmicro.com", "ID" : "CVE-2018-17614", - "STATE" : "RESERVED" + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "Losant Arduino MQTT Client", + "version" : { + "version_data" : [ + { + "version_value" : "prior to V2.7" + } + ] + } + } + ] + }, + "vendor_name" : "Losant" + } + ] + } }, "data_format" : "MITRE", "data_type" : "CVE", @@ -11,7 +34,29 @@ "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" : "This vulnerability allows remote attackers to execute arbitrary code on vulnerable installations of Losant Arduino MQTT Client prior to V2.7. User interaction is not required to exploit this vulnerability. The specific flaw exists within the parsing of MQTT PUBLISH packets. The issue results from the lack of proper validation of the length of user-supplied data prior to copying it to a fixed-length stack-based buffer. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-6436." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "CWE-121-Stack-based Buffer Overflow" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "url" : "https://github.com/knolleary/pubsubclient/releases/tag/v2.7" + }, + { + "url" : "https://zerodayinitiative.com/advisories/ZDI-18-1337" } ] }