mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-19 01:46:04 +01:00
495 B
495 B
[advisory]
id = "RUSTSEC-2020-0153"
package = "bite"
date = "2020-12-31"
url = "https://github.com/hinaria/bite/issues/1"
categories = ["memory-exposure"]
informational = "unsound"
[versions]
patched = []
read on uninitialized buffer may cause UB (bite::read::BiteReadExpandedExt::read_framed_max)
Affected versions of this crate calls a user provided Read implementation on an uninitialized buffer.
Read on uninitialized buffer is defined as undefined behavior in Rust.