Claim CVE-2017-7651 for Eclipse Mosquitto

This commit is contained in:
Wayne Beaton 2018-04-23 22:09:55 -04:00
parent 100c54bffe
commit b4342997dd

View File

@ -1,8 +1,8 @@
{
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"ASSIGNER" : "emo@eclipse.org",
"ID" : "CVE-2017-7651",
"STATE" : "RESERVED"
"STATE" : "PUBLIC"
},
"data_format" : "MITRE",
"data_type" : "CVE",
@ -11,7 +11,49 @@
"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" : "A user can shutdown the Mosquitto server simply by filling the RAM memory with a lot of connections with large payload. This can be done without authentications if occur in connection phase of MQTT protocol."
}
]
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "Eclipse Mosquitto",
"version" : {
"version_data" : [
{
"version_value" : "1.4.14"
}
]
}
}
]
},
"vendor_name" : "The Eclipse Foundation"
}
]
}
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "CWE-789: Uncontrolled Memory Allocation"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"url" : "https://bugs.eclipse.org/bugs/show_bug.cgi?id=529754"
}
]
}