7.5
CVE-2021-29938
- EPSS 0.39%
- Veröffentlicht 01.04.2021 05:15:14
- Zuletzt bearbeitet 21.11.2024 06:02:01
- Quelle cve@mitre.org
- CVE-Watchlists
- Unerledigt
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.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Slice-deque Project ≫ Slice-deque SwPlatformrust Version <= 2021-02-19
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.39% | 0.57 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 7.5 | 3.9 | 3.6 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
|
| nvd@nist.gov | 5 | 10 | 2.9 |
AV:N/AC:L/Au:N/C:N/I:N/A:P
|
CWE-415 Double Free
The product calls free() twice on the same memory address, potentially leading to modification of unexpected memory locations.