Rust · Rust · CVE-2020-36318
Name of the Vulnerable Software and Affected Versions:
Rust versions prior to 1.49.0
Description:
The issue is related to a bug in the standard library of Rust, specifically in the `VecDeque::make contiguous` function. This bug can cause the same element to be popped more than once under certain conditions, potentially leading to a use-after-free or double free error.
Recommendations:
For versions prior to 1.49.0, update to version 1.49.0 or later to resolve the issue.