ZDI assigns the following CVEs:

M  2018/17xxx/CVE-2018-17614.json
This commit is contained in:
Joshua Smith 2018-11-13 13:49:10 -06:00
parent c5b5fa8abf
commit af25900439

View File

@ -1,8 +1,31 @@
{ {
"CVE_data_meta" : { "CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org", "ASSIGNER" : "zdi-disclosures@trendmicro.com",
"ID" : "CVE-2018-17614", "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_format" : "MITRE",
"data_type" : "CVE", "data_type" : "CVE",
@ -11,7 +34,29 @@
"description_data" : [ "description_data" : [
{ {
"lang" : "eng", "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"
} }
] ]
} }