Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Cuviper

#24982of 53,624
9.8Total CVSS
Vulnerabilities · 1
PT-2021-19197
9.8
2021-04-14
Rust · Rust · CVE-2021-31162
**Name of the Vulnerable Software and Affected Versions** Rust versions prior to 1.52.0 **Description** A double free can occur in the `Vec::from iter` function if freeing the element panics. This issue is related to the standard library in Rust. **Recommendations** For versions prior to 1.52.0, update to version 1.52.0 or later to resolve the issue. As a temporary workaround, consider avoiding the use of the `Vec::from iter` function in scenarios where freeing elements might panic, until a patch is applied.