In the standard library in Rust before 1.19.0, there is a synchronization problem in the MutexGuard object. MutexGuards can be used across threads with any types, allowing for memory safety issues through race conditions.
Conclusion & alert: CVE-2017-20004 is rated Low Risk (38.6/100): CVSS Medium severity, with low exploitation likelihood (EPSS 0.24%). Mandatory action: Monitor for updates and reassess as exploit intelligence or EPSS changes.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
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 | 2025-03-30 | 0.83% | 0.24% | -0.58% |
| 2 | 2025-03-29 | 0.24% | 0.83% | +0.58% |
| 3 | 2025-03-17 | — | 0.24% | — |
Full EPSS history (6 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 5.9 | 3.1 | MEDIUM |
|
2.2 | 3.6 | [email protected] |
| 4.3 | 2.0 | MEDIUM |
|
8.6 | 2.9 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
not yet assigned | CVE-2017-20004 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-2017-20004 |
redhat
|
medium | — | https://access.redhat.com/security/cve/CVE-2017-20004 |
ubuntu
|
medium | CVE-2017-20004 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-2017-20004 |
| URL | Tags |
|---|---|
| https://github.com/rust-lang/rust/issues/41622 | Patch Third Party Advisory |
| https://github.com/rust-lang/rust/pull/41624 | Patch Third Party Advisory |