8.1
CVE-2020-36460
- EPSS 0.36%
- Veröffentlicht 08.08.2021 06:15:07
- Zuletzt bearbeitet 21.11.2024 05:29:34
- Quelle cve@mitre.org
- CVE-Watchlists
- Unerledigt
An issue was discovered in the model crate through 2020-11-10 for Rust. The Shared data structure has an implementation of the Send and Sync traits without regard for the inner type.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Model Project ≫ Model SwPlatformrust Version <= 2020-11-10
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.36% | 0.554 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 8.1 | 2.2 | 5.9 |
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
|
| nvd@nist.gov | 6.8 | 8.6 | 6.4 |
AV:N/AC:M/Au:N/C:P/I:P/A:P
|
CWE-843 Access of Resource Using Incompatible Type ('Type Confusion')
The product allocates or initializes a resource such as a pointer, object, or variable using one type, but it later accesses that resource using a type that is incompatible with the original type.