2018-06-18 13:02:56 -04:00
{
2019-03-17 22:40:03 +00:00
"CVE_data_meta" : {
"ASSIGNER" : "security@eclipse.org" ,
"ID" : "CVE-2018-12543" ,
"STATE" : "PUBLIC"
} ,
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "Eclipse Mosquitto" ,
"version" : {
"version_data" : [
{
"version_affected" : ">=" ,
"version_value" : "1.5"
} ,
{
"version_affected" : "<=" ,
"version_value" : "1.5.2"
}
]
}
}
]
} ,
"vendor_name" : "The Eclipse Foundation"
}
]
}
} ,
"data_format" : "MITRE" ,
"data_type" : "CVE" ,
"data_version" : "4.0" ,
"description" : {
"description_data" : [
2018-11-07 10:42:13 -05:00
{
2019-03-17 22:40:03 +00:00
"lang" : "eng" ,
"value" : "In Eclipse Mosquitto versions 1.5 to 1.5.2 inclusive, if a message is published to Mosquitto that has a topic starting with $, but that is not $SYS, e.g. $test/test, then an assert is triggered that should otherwise not be reachable and Mosquitto will exit."
2018-11-07 10:42:13 -05:00
}
2019-03-17 22:40:03 +00:00
]
} ,
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng" ,
"value" : "CWE-617: Reachable Assertion"
}
]
}
]
} ,
"references" : {
"reference_data" : [
{
"name" : "https://bugs.eclipse.org/bugs/show_bug.cgi?id=539295" ,
"refsource" : "CONFIRM" ,
"url" : "https://bugs.eclipse.org/bugs/show_bug.cgi?id=539295"
}
]
}
}