Headline
GHSA-5phc-849h-vcxg: `Read` on uninitialized buffer can cause UB (impl of `ReadKVExt`)
Affected versions of this crate passes an uninitialized buffer to a user-provided Read
implementation.
Arbitrary Read
implementations can read from the uninitialized buffer (memory exposure) and also can return incorrect number of bytes written to the buffer.
Reading from uninitialized memory produces undefined values that can quickly invoke undefined behavior.
- GitHub Advisory Database
- GitHub Reviewed
- GHSA-5phc-849h-vcxg
`Read` on uninitialized buffer can cause UB (impl of `ReadKVExt`)
High severity GitHub Reviewed Published Jun 16, 2022
Package
cargo bronzedb-protocol (Rust)
Affected versions
<= 0.1.0
Description
Affected versions of this crate passes an uninitialized buffer to a user-provided Read implementation.
Arbitrary Read implementations can read from the uninitialized buffer (memory exposure) and also can return incorrect number of bytes written to the buffer.
Reading from uninitialized memory produces undefined values that can quickly invoke undefined behavior.
References
- Hexilee/BronzeDB#1
- https://rustsec.org/advisories/RUSTSEC-2021-0084.html
GHSA ID
GHSA-5phc-849h-vcxg
Source code