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.
References
Link | Resource |
---|---|
https://github.com/rust-lang/rust/issues/25842 | Exploit Issue Tracking Patch Third Party Advisory |
https://github.com/rust-lang/rust/pull/25856 | Issue Tracking Patch Third Party Advisory |
Configurations
History
No history.
Information
Published : 2021-04-11 20:15
Updated : 2024-02-04 21:47
NVD link : CVE-2015-20001
Mitre link : CVE-2015-20001
CVE.ORG link : CVE-2015-20001
JSON object : View
Products Affected
rust-lang
- rust
CWE
CWE-119
Improper Restriction of Operations within the Bounds of a Memory Buffer