First published: Wed Apr 14 2021(Updated: )
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.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Rust-lang Rust | <1.19.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The vulnerability ID of this Rust vulnerability is CVE-2017-20004.
The title of this Rust vulnerability is 'In the standard library in Rust before 1.19.0 there is a synchronization problem in the MutexGuard object.'
The description of this Rust vulnerability is that there is a synchronization problem in the MutexGuard object, which can lead to memory safety issues through race conditions.
The severity of this Rust vulnerability is medium.
To fix this Rust vulnerability, you need to update Rust to version 1.19.0 or later.