Files
advisory-db/crates/bite/RUSTSEC-2020-0153.md
2021-08-21 19:15:34 -06:00

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.