mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-02-13 21:18:11 +01:00
425 B
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.