mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-31 16:50:28 +01:00
Yet another arrow advisory (#1059)
* Create RUSTSEC-0000-0000.md * remove references to writes
This commit is contained in:
committed by
GitHub
parent
a9bf472713
commit
f2e3a65042
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"
|
||||
url = "https://github.com/apache/arrow-rs/issues/774"
|
||||
categories = ["memory-exposure"]
|
||||
keywords = ["buffer-overflow"]
|
||||
|
||||
[versions]
|
||||
patched = []
|
||||
```
|
||||
|
||||
# `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.
|
||||
Reference in New Issue
Block a user