cvelist/2018/8xxx/CVE-2018-8015.json

69 lines
2.0 KiB
JSON
Raw Normal View History

2018-03-09 16:03:15 -05:00
{
"CVE_data_meta" : {
"ASSIGNER" : "security@apache.org",
"DATE_PUBLIC" : "2018-05-17T00:00:00",
2018-03-09 16:03:15 -05:00
"ID" : "CVE-2018-8015",
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "Apache ORC",
"version" : {
"version_data" : [
{
"version_value" : "1.0.0 to 1.4.3"
}
]
}
}
]
},
"vendor_name" : "Apache Software Foundation"
}
]
}
2018-03-09 16:03:15 -05:00
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
2018-05-18 13:08:36 -04:00
"value" : "In Apache ORC 1.0.0 to 1.4.3 a malformed ORC file can trigger an endlessly recursive function call in the C++ or Java parser. The impact of this bug is most likely denial-of-service against software that uses the ORC file parser. With the C++ parser, the stack overflow might possibly corrupt the stack."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "Denial of Service"
}
]
}
]
},
"references" : {
"reference_data" : [
{
2018-05-18 13:08:36 -04:00
"name" : "https://orc.apache.org/security/CVE-2018-8015/",
"refsource" : "CONFIRM",
"url" : "https://orc.apache.org/security/CVE-2018-8015/"
2018-05-22 06:06:49 -04:00
},
{
"name" : "104215",
"refsource" : "BID",
"url" : "http://www.securityfocus.com/bid/104215"
2018-03-09 16:03:15 -05:00
}
]
}
}