7.8
CVE-2020-36208
- EPSS 0.07%
- Veröffentlicht 26.01.2021 18:15:55
- Zuletzt bearbeitet 21.11.2024 05:29:01
- Quelle cve@mitre.org
- CVE-Watchlists
- Unerledigt
An issue was discovered in the conquer-once crate before 0.3.2 for Rust. Thread crossing can occur for a non-Send but Sync type, leading to memory corruption.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Conquer-once Project ≫ Conquer-once SwPlatformrust Version < 0.3.2
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.07% | 0.177 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 7.8 | 1.8 | 5.9 |
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
|
| nvd@nist.gov | 4.6 | 3.9 | 6.4 |
AV:L/AC:L/Au:N/C:P/I:P/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.