mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-04 13:58:07 +02:00
18 lines
724 B
Markdown
18 lines
724 B
Markdown
### [CVE-2020-25016](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25016)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
A safety violation was discovered in the rgb crate before 0.8.20 for Rust, leading to (for example) dereferencing of arbitrary pointers or disclosure of uninitialized memory. This occurs because structs can be treated as bytes for read and write operations.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/Artisan-Lab/Rust-memory-safety-bugs
|
|
|