From 9cc82e1b90221e04cbde66f93d2050676516498d Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Wed, 29 Sep 2021 17:46:18 +0200 Subject: [PATCH] arrow BinaryArray advisory (#1057) * Create RUSTSEC-0000-0000.md * reword to also include writes * remove mentions of writes --- crates/arrow/RUSTSEC-0000-0000.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 crates/arrow/RUSTSEC-0000-0000.md diff --git a/crates/arrow/RUSTSEC-0000-0000.md b/crates/arrow/RUSTSEC-0000-0000.md new file mode 100644 index 0000000..91cdc2f --- /dev/null +++ b/crates/arrow/RUSTSEC-0000-0000.md @@ -0,0 +1,16 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +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"] + +[versions] +patched = [] +``` + +# `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.