mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-31 22:31:34 +02:00
18 lines
654 B
Markdown
18 lines
654 B
Markdown
### [CVE-2020-36207](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36207)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
An issue was discovered in the aovec crate through 2020-12-10 for Rust. Because Aovec<T> does not have bounds on its Send trait or Sync trait, a data race and memory corruption can occur.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/Artisan-Lab/Rust-memory-safety-bugs
|
|
|