mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-01 01:00:23 +01:00
Add advisory for out-of-bounds read in array-queue.
This commit is contained in:
16
crates/array-queue/RUSTSEC-0000-0000.toml
Normal file
16
crates/array-queue/RUSTSEC-0000-0000.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "array-queue"
|
||||
date = "2020-09-26"
|
||||
title = "array_queue pop_back allows an out-of-bounds read."
|
||||
url = "https://github.com/raviqqe/array-queue/issues/2"
|
||||
description = """
|
||||
array_queue implements a circular queue that wraps around an array. However, it
|
||||
fails to properly index into the array in the `pop_back` function allowing the
|
||||
reading of previously dropped or uninitialized memory.
|
||||
"""
|
||||
keywords = ["memory-corruption", "uninitialized-memory"]
|
||||
|
||||
|
||||
[versions]
|
||||
patched = []
|
||||
Reference in New Issue
Block a user