7.5
CVE-2020-36215
- EPSS 0.39%
- Veröffentlicht 26.01.2021 18:15:56
- Zuletzt bearbeitet 21.11.2024 05:29:03
- Quelle cve@mitre.org
- CVE-Watchlists
- Unerledigt
An issue was discovered in the hashconsing crate before 1.1.0 for Rust. Because HConsed does not have bounds on its Send trait or Sync trait, memory corruption can occur.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Hashconsing Project ≫ Hashconsing SwPlatformrust Version < 1.1.0
| 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-662 Improper Synchronization
The product utilizes multiple threads or processes to allow temporary access to a shared resource that can only be exclusive to one process at a time, but it does not properly synchronize these actions, which might cause simultaneous accesses of this resource by multiple threads or processes.
CWE-787 Out-of-bounds Write
The product writes data past the end, or before the beginning, of the intended buffer.