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

|
|

|
|

|
|
|
|
### Description
|
|
|
|
An issue was discovered in the late-static crate before 0.4.0 for Rust. Because Sync is implemented for LateStatic with T: Send, a data race can occur.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/Artisan-Lab/Rust-memory-safety-bugs
|
|
|