2021-04-11 19:00:38 +00:00
{
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org" ,
2021-04-11 20:00:40 +00:00
"ID" : "CVE-2015-20001" ,
"STATE" : "PUBLIC"
2021-04-11 19:00:38 +00:00
} ,
2021-04-11 20:00:40 +00:00
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "n/a" ,
"version" : {
"version_data" : [
{
"version_value" : "n/a"
}
]
}
}
]
} ,
"vendor_name" : "n/a"
}
]
}
} ,
"data_format" : "MITRE" ,
"data_type" : "CVE" ,
"data_version" : "4.0" ,
2021-04-11 19:00:38 +00:00
"description" : {
"description_data" : [
{
"lang" : "eng" ,
2021-04-11 20:00:40 +00:00
"value" : "In the standard library in Rust before 1.2.0, BinaryHeap is not panic-safe. The binary heap is left in an inconsistent state when the comparison of generic elements inside sift_up or sift_down_range panics. This bug leads to a drop of zeroed memory as an arbitrary type, which can result in a memory safety violation."
}
]
} ,
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng" ,
"value" : "n/a"
}
]
}
]
} ,
"references" : {
"reference_data" : [
{
"url" : "https://github.com/rust-lang/rust/issues/25842" ,
"refsource" : "MISC" ,
"name" : "https://github.com/rust-lang/rust/issues/25842"
} ,
{
"url" : "https://github.com/rust-lang/rust/pull/25856" ,
"refsource" : "MISC" ,
"name" : "https://github.com/rust-lang/rust/pull/25856"
2021-04-11 19:00:38 +00:00
}
]
}
}