mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-29 07:46:22 +01:00
bite: Read on uninitialized memory (#593)
* bite: Read on uninitialized memory * informational = "unsound"
This commit is contained in:
18
crates/bite/RUSTSEC-0000-0000.md
Normal file
18
crates/bite/RUSTSEC-0000-0000.md
Normal file
@@ -0,0 +1,18 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
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.
|
||||
Reference in New Issue
Block a user