7.5
CVE-2020-35893
- EPSS 0.33%
- Veröffentlicht 31.12.2020 10:15:16
- Zuletzt bearbeitet 21.11.2024 05:28:25
- Quelle cve@mitre.org
- CVE-Watchlists
- Unerledigt
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.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Simple-slab Project ≫ Simple-slab SwPlatformrust Version < 0.3.3
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.33% | 0.533 |
| 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-193 Off-by-one Error
A product calculates or uses an incorrect maximum or minimum value that is 1 more, or 1 less, than the correct value.
CWE-401 Missing Release of Memory after Effective Lifetime
The product does not sufficiently track and release allocated memory after it has been used, which slowly consumes remaining memory.
CWE-908 Use of Uninitialized Resource
The product uses or accesses a resource that has not been initialized.