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

513 B

[advisory]
id = "RUSTSEC-2021-0117"
package = "arrow"
date = "2021-09-14"
url = "https://github.com/apache/arrow-rs/issues/775"
categories = ["memory-exposure"]
keywords = ["buffer-overflow"]
aliases = ["GHSA-h588-76vg-prgj"]

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

DecimalArray does not perform bound checks on accessing values and offsets

DecimalArray performs insufficient bounds checks, which allows out-of-bounds reads in safe code if the length of the backing buffer is not a multiple of 16.