cvelist/2018/11xxx/CVE-2018-11793.json

69 lines
2.2 KiB
JSON
Raw Normal View History

2018-06-05 11:03:57 -04:00
{
"CVE_data_meta" : {
2019-03-05 15:35:47 -05:00
"ASSIGNER" : "security@apache.org",
"DATE_PUBLIC" : "2019-03-04T00:00:00",
2018-06-05 11:03:57 -04:00
"ID" : "CVE-2018-11793",
2019-03-05 15:35:47 -05:00
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "Apache Mesos",
"version" : {
"version_data" : [
{
"version_value" : "Apache Mesos pre-1.4.x, 1.4.0 to 1.4.2, 1.5.0 to 1.5.1, 1.6.0 to 1.6.1, 1.7.0"
}
]
}
}
]
},
"vendor_name" : "Apache Software Foundation"
}
]
}
2018-06-05 11:03:57 -04:00
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
2019-03-05 15:35:47 -05:00
"value" : "When parsing a JSON payload with deeply nested JSON structures, the parser in Apache Mesos versions pre-1.4.x, 1.4.0 to 1.4.2, 1.5.0 to 1.5.1, 1.6.0 to 1.6.1, and 1.7.0 might overflow the stack due to unbounded recursion. A malicious actor can therefore cause a denial of service of Mesos masters rendering the Mesos-controlled cluster inoperable."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "Denial of Service"
}
]
}
]
},
"references" : {
"reference_data" : [
{
2019-03-05 16:04:30 -05:00
"name" : "https://lists.apache.org/thread.html/9be975c53e5ad612c7e0af39f5b88837fbfbc32108e587d3d8499844@%3Cdev.mesos.apache.org%3E",
"refsource" : "MISC",
2019-03-05 15:35:47 -05:00
"url" : "https://lists.apache.org/thread.html/9be975c53e5ad612c7e0af39f5b88837fbfbc32108e587d3d8499844@%3Cdev.mesos.apache.org%3E"
2019-03-06 06:04:01 -05:00
},
{
"name" : "107281",
"refsource" : "BID",
"url" : "http://www.securityfocus.com/bid/107281"
2018-06-05 11:03:57 -04:00
}
]
}
}