Files
advisory-db/crates/arrow/RUSTSEC-2021-0118.md
2021-09-29 18:01:48 +02:00

425 B

[advisory]
id = "RUSTSEC-2021-0118"
package = "arrow"
date = "2021-09-14"
url = "https://github.com/apache/arrow-rs/issues/774"
categories = ["memory-exposure"]
keywords = ["buffer-overflow"]

[versions]
patched = []

FixedSizeBinaryArray does not perform bound checks on accessing values and offsets

FixedSizeBinaryArray performs insufficient bounds checks, which allows out-of-bounds reads in safe code.