cvelist/2019/11xxx/CVE-2019-11779.json

72 lines
2.3 KiB
JSON
Raw Normal View History

2019-05-06 18:00:50 +00:00
{
"CVE_data_meta": {
2019-09-18 11:25:07 -04:00
"ASSIGNER": "security@eclipse.org",
2019-05-06 18:00:50 +00:00
"ID": "CVE-2019-11779",
2019-09-18 11:25:07 -04:00
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "The Eclipse Foundation",
"product": {
"product_data": [
{
"product_name": "Eclipse Mosquitto",
"version": {
"version_data": [
{
2019-09-19 14:01:00 +00:00
"version_value": "1.5.0 to 1.6.5 inclusive"
2019-09-18 11:25:07 -04:00
}
]
}
}
]
}
}
]
}
2019-05-06 18:00:50 +00:00
},
2019-09-18 11:25:07 -04:00
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2019-05-06 18:00:50 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2019-09-18 11:25:07 -04:00
"value": "In Eclipse Mosquitto 1.5.0 to 1.6.5 inclusive, if a malicious MQTT client sends a SUBSCRIBE packet containing a topic that consists of approximately 65400 or more '/' characters, i.e. the topic hierarchy separator, then a stack overflow will occur."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-754: Improper Check for Unusual or Exceptional Conditions"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://bugs.eclipse.org/bugs/show_bug.cgi?id=551160",
"refsource": "CONFIRM",
"url": "https://bugs.eclipse.org/bugs/show_bug.cgi?id=551160"
2019-09-23 21:00:53 +00:00
},
{
"refsource": "UBUNTU",
"name": "USN-4137-1",
"url": "https://usn.ubuntu.com/4137-1/"
2019-09-28 18:00:56 +00:00
},
{
"refsource": "SUSE",
"name": "openSUSE-SU-2019:2206",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00077.html"
2019-05-06 18:00:50 +00:00
}
]
}
}