mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-30 13:19:29 +02:00
18 lines
656 B
Markdown
18 lines
656 B
Markdown
### [CVE-2020-36210](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36210)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
An issue was discovered in the autorand crate before 0.2.3 for Rust. Because of impl Random on arrays, uninitialized memory can be dropped when a panic occurs, leading to memory corruption.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/Artisan-Lab/Rust-memory-safety-bugs
|
|
|