mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-20 10:31:01 +01:00
arrow BinaryArray advisory (#1057)
* Create RUSTSEC-0000-0000.md * reword to also include writes * remove mentions of writes
This commit is contained in:
committed by
GitHub
parent
a44ad8fae3
commit
9cc82e1b90
16
crates/arrow/RUSTSEC-0000-0000.md
Normal file
16
crates/arrow/RUSTSEC-0000-0000.md
Normal file
@@ -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.
|
||||
Reference in New Issue
Block a user