Files
advisory-db/crates/arrow/RUSTSEC-2021-0117.md
2023-02-09 04:11:29 +01:00

19 lines
479 B
Markdown

```toml
[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"]
[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.