mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-30 16:24:05 +01:00
Merge pull request #392 from ammaraskar/0016-stack
Add advisory for out-of-bounds write in stack crate
This commit is contained in:
14
crates/stack/RUSTSEC-0000-0000.toml
Normal file
14
crates/stack/RUSTSEC-0000-0000.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "stack"
|
||||
date = "2020-09-24"
|
||||
title = "Missing check in ArrayVec leads to out-of-bounds write."
|
||||
url = "https://github.com/arcnmx/stack-rs/issues/4"
|
||||
description = """
|
||||
ArrayVec::insert allows insertion of an element into the array object into the
|
||||
specified index. Due to a missing check on the upperbound of this index, it is
|
||||
possible to write out of bounds.
|
||||
"""
|
||||
|
||||
[versions]
|
||||
patched = [">= 0.3.1"]
|
||||
Reference in New Issue
Block a user