mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-19 18:05:46 +01:00
570 B
570 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"
aliases = ["CVE-2020-36511", "GHSA-72r2-rg28-47v9", "GHSA-v2ch-fc8f-qm33"]
[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.