crates.io package
slice-deque
pkg:cargo/slice-deque
Vulnerabilities (3)
| CVE | Sev | CVSS | KEV | Affected versions | Fixed in | Published | Description |
|---|---|---|---|---|---|---|---|
| CVE-2021-29938 | — | <= 0.3.0 | — | Apr 1, 2021 | An issue was discovered in the slice-deque crate through 2021-02-19 for Rust. A double drop can occur in SliceDeque::drain_filter upon a panic in a predicate function. | ||
| CVE-2018-20995 | — | < 0.1.16 | 0.1.16 | Aug 26, 2019 | An issue was discovered in the slice-deque crate before 0.1.16 for Rust. move_head_unchecked allows memory corruption because deque updates are mishandled. | ||
| CVE-2019-15543 | — | < 0.2.0 | 0.2.0 | Aug 26, 2019 | An issue was discovered in the slice-deque crate before 0.2.0 for Rust. There is memory corruption in certain allocation cases. |
- CVE-2021-29938Apr 1, 2021affected <= 0.3.0
An issue was discovered in the slice-deque crate through 2021-02-19 for Rust. A double drop can occur in SliceDeque::drain_filter upon a panic in a predicate function.
- CVE-2018-20995Aug 26, 2019affected < 0.1.16fixed 0.1.16
An issue was discovered in the slice-deque crate before 0.1.16 for Rust. move_head_unchecked allows memory corruption because deque updates are mishandled.
- CVE-2019-15543Aug 26, 2019affected < 0.2.0fixed 0.2.0
An issue was discovered in the slice-deque crate before 0.2.0 for Rust. There is memory corruption in certain allocation cases.