RUSTSEC-2021-0084 (unsound) on 2021-01-03: 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.

CVE-2021-45682

GHSA-5phc-849h-vcxg

GHSA-jv2r-jx6q-89jg

This crate has no reviews yet. To add a review, set up your cargo-crev.


Lib.rs has been able to verify that all files in the crate's tarball are in the crate's repository. Please note that this check is still in beta, and absence of this confirmation does not mean that the files don't match.

Crates in the crates.io registry are tarball snapshots uploaded by crates' publishers. The registry is not using crates' git repositories, so there is a possibility that published crates have a misleading repository URL, or contain different code from the code in the repository.

To review the actual code of the crate, it's best to use cargo crev open bronzedb-protocol. Alternatively, you can download the tarball of bronzedb-protocol v0.1.0 or view the source online.