mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-30 04:59:31 +02:00
18 lines
601 B
Markdown
18 lines
601 B
Markdown
### [CVE-2021-31162](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-31162)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
In the standard library in Rust before 1.52.0, a double free can occur in the Vec::from_iter function if freeing the element panics.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://github.com/rust-lang/rust/issues/83618
|
|
|
|
#### Github
|
|
- https://github.com/Qwaz/rust-cve
|
|
|