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.
References
| Link | Resource |
|---|---|
| https://github.com/rust-lang/rust/issues/80894 | Exploit Issue Tracking Patch Third Party Advisory |
| https://github.com/rust-lang/rust/pull/80895 | Patch Third Party Advisory |
Configurations
Information
Published : 2021-04-11 20:15
Updated : 2021-04-22 15:30
NVD link : CVE-2021-28875
Mitre link : CVE-2021-28875
JSON object : View
Products Affected
rust-lang
- rust
CWE
CWE-252
Unchecked Return Value
