Vulnerability Description
In the standard library in Rust before 1.29.0, there is weak synchronization in the Arc::get_mut method. This synchronization issue can be lead to memory safety issues through race conditions.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Rust-Lang | Rust | < 1.29.0 |
Related Weaknesses (CWE)
References
- https://github.com/rust-lang/rust/issues/51780Third Party Advisory
- https://github.com/rust-lang/rust/pull/52031PatchThird Party Advisory
- https://github.com/rust-lang/rust/issues/51780Third Party Advisory
- https://github.com/rust-lang/rust/pull/52031PatchThird Party Advisory
FAQ
What is CVE-2018-25008?
CVE-2018-25008 is a vulnerability with a CVSS score of 5.9 (MEDIUM). In the standard library in Rust before 1.29.0, there is weak synchronization in the Arc::get_mut method. This synchronization issue can be lead to memory safety issues through race conditions.
How severe is CVE-2018-25008?
CVE-2018-25008 has been rated MEDIUM with a CVSS base score of 5.9/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2018-25008?
Check the references section above for vendor advisories and patch information. Affected products include: Rust-Lang Rust.