Double Free Vulnerability in Rust Standard Library
CVE-2021-31162
9.8CRITICAL
What is CVE-2021-31162?
A double free vulnerability exists in the Rust standard library versions prior to 1.52.0, specifically in the Vec::from_iter function. This issue can occur if an attempt to free an element results in a panic, leading to potential memory corruption and unpredictable behavior. Developers using affected versions should upgrade to mitigate this risk.