mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-30 00:03:57 +01:00
Initial report for 0013-simple-slab
This commit is contained in:
12
crates/simple-slab/RUSTSEC-0000-0000.toml
Normal file
12
crates/simple-slab/RUSTSEC-0000-0000.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "simple-slab"
|
||||
date = "2020-09-03"
|
||||
title = "`index()` allows out-of-bound read and `remove()` has off-by-one error"
|
||||
url = "https://github.com/nathansizemore/simple-slab/issues/2"
|
||||
description = """
|
||||
`Slab::index()` does not perform the boundary checking, which leads to out-of-bound read access. `Slab::remove()` copies an element from an invalid address due to off-by-one error, resulting in memory leakage and uninitialized memory drop.
|
||||
"""
|
||||
|
||||
[versions]
|
||||
patched = []
|
||||
Reference in New Issue
Block a user