Data Race Vulnerability in Rust Futures Utility Crate
CVE-2020-35905
4.7MEDIUM
What is CVE-2020-35905?
A data race vulnerability has been identified in the futures-util crate for the Rust programming language. This issue arises from the MutexGuard::map function, which may lead to unintended concurrent behaviors in certain closure scenarios when using safe code. Developers utilizing versions of futures-util prior to 0.3.7 should review their implementations to avoid potential data integrity problems and ensure the stability of their applications.