crates.io package
simple-slab
pkg:cargo/simple-slab
Vulnerabilities (2)
| CVE | Sev | CVSS | KEV | Affected versions | Fixed in | Published | Description |
|---|---|---|---|---|---|---|---|
| CVE-2020-35892 | — | < 0.3.3 | 0.3.3 | Dec 31, 2020 | An issue was discovered in the simple-slab crate before 0.3.3 for Rust. index() allows an out-of-bounds read. | ||
| CVE-2020-35893 | — | < 0.3.3 | 0.3.3 | Dec 31, 2020 | An issue was discovered in the simple-slab crate before 0.3.3 for Rust. remove() has an off-by-one error, causing memory leakage and a drop of uninitialized memory. |
- CVE-2020-35892Dec 31, 2020affected < 0.3.3fixed 0.3.3
An issue was discovered in the simple-slab crate before 0.3.3 for Rust. index() allows an out-of-bounds read.
- CVE-2020-35893Dec 31, 2020affected < 0.3.3fixed 0.3.3
An issue was discovered in the simple-slab crate before 0.3.3 for Rust. remove() has an off-by-one error, causing memory leakage and a drop of uninitialized memory.