Files
CVEs-PoC/2021/CVE-2021-28875.md
T
2024-05-25 21:48:12 +02:00

19 lines
664 B
Markdown

### [CVE-2021-28875](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-28875)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
In the standard library in Rust before 1.50.0, read_to_end() does not validate the return value from Read in an unsafe context. This bug could lead to a buffer overflow.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/Qwaz/rust-cve
- https://github.com/sslab-gatech/Rudra-Artifacts