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.
Conclusion & alert: CVE-2015-20001 is rated High Exploit Risk (69.5/100): CVSS High severity, with medium exploitation likelihood (EPSS 1.32%). Core evidence: 1 public exploit reference(s) are indexed (Exploit-DB). EPSS rose +1.05% over the last day, indicating growing attacker interest. Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.27% | 1.32% | +1.05% |
| 2 | 2026-01-05 | 0.40% | 0.27% | -0.13% |
| 3 | 2025-03-30 | — | 0.40% | — |
Full EPSS history (7 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | [email protected] |
| 5.0 | 2.0 | MEDIUM |
|
10.0 | 2.9 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
not yet assigned | CVE-2015-20001 not yet assigned priority: Debian including 1 source packages (rustc), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): resolved 5. | https://security-tracker.debian.org/tracker/CVE-2015-20001 |
ubuntu
|
medium | CVE-2015-20001 medium priority: Ubuntu including 1 source packages (rustc), 6 status rows across 6 suites (bionic, focal, groovy, trusty, upstream, xenial): not-affected 5, released 1. | https://ubuntu.com/security/CVE-2015-20001 |
| URL | Tags |
|---|---|
| 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 |