CVE-2021-45684: Use of Uninitialized Resource in flumedb.
(updated )
Affected versions of this crate passes an uninitialized buffer to a user-provided Read implementation. There are two of such cases (go_offset_log::read_entry() & offset_log::read_entry()).
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
- github.com/advisories/GHSA-p46c-w9m3-7qr2
- github.com/sunrise-choir/flumedb-rs
- github.com/sunrise-choir/flumedb-rs/commit/14b7440271c9d2316fab52c745e21087559364f6
- github.com/sunrise-choir/flumedb-rs/issues/10
- github.com/sunrise-choir/flumedb-rs/pull/12
- nvd.nist.gov/vuln/detail/CVE-2021-45684
- raw.githubusercontent.com/rustsec/advisory-db/main/crates/flumedb/RUSTSEC-2021-0086.md
- rustsec.org/advisories/RUSTSEC-2021-0086.html
Detect and mitigate CVE-2021-45684 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →