mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-02-13 21:18:11 +01:00
516 B
516 B
[advisory]
id = "RUSTSEC-2021-0116"
package = "arrow"
date = "2021-09-14"
references = ["https://github.com/apache/arrow-rs/issues/772", "https://github.com/apache/arrow-rs/issues/773"]
categories = ["memory-exposure"]
keywords = ["buffer-overflow"]
aliases = ["GHSA-r7cj-wmwv-hfw5"]
[versions]
patched = [">= 6.4.0"]
BinaryArray does not perform bound checks on reading values and offsets
BinaryArray performs insufficient validation on creation, which allows out-of-bounds reads in safe code.