cve/2020/CVE-2020-36318.md
2024-05-25 21:48:12 +02:00

766 B

CVE-2020-36318

Description

In the standard library in Rust before 1.49.0, VecDeque::make_contiguous has a bug that pops the same element more than once under certain condition. This bug could result in a use-after-free or double free.

POC

Reference

No PoCs from references.

Github