Initial report for 0013-simple-slab

This commit is contained in:
Yechan Bae
2020-09-03 23:56:02 -04:00
parent 95868762d3
commit d2aaa6c1b2

View 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 = []