mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-02-13 21:18:11 +01:00
552 B
552 B
[advisory]
id = "RUSTSEC-2020-0039"
package = "simple-slab"
aliases = ["CVE-2020-35892", "CVE-2020-35893"]
date = "2020-09-03"
url = "https://github.com/nathansizemore/simple-slab/issues/2"
[versions]
patched = [">= 0.3.3"]
index() allows out-of-bound read and remove() has off-by-one error
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.