Rust · Rust · CVE-2017-20004
**Name of the Vulnerable Software and Affected Versions**
Rust versions prior to 1.19.0
**Description**
The issue is related to a synchronization problem in the MutexGuard object within the standard library. This problem can lead to memory safety issues due to race conditions when MutexGuards are used across threads with any types.
**Recommendations**
For versions prior to 1.19.0, update to version 1.19.0 or later to resolve the synchronization issue in the MutexGuard object.