Files
advisory-db/crates/arrow/RUSTSEC-2021-0118.md
2023-06-13 15:10:24 +02:00

469 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"]
aliases = ["GHSA-qgrp-8f3v-q85p"]

[versions]
patched = [">= 6.4.0"]

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.