mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-02-15 22:04:38 +01:00
469 B
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.