9.8
CVE-2021-27378
- EPSS 0.47%
- Veröffentlicht 18.02.2021 04:15:11
- Zuletzt bearbeitet 21.11.2024 05:57:52
- Quelle cve@mitre.org
- CVE-Watchlists
- Unerledigt
An issue was discovered in the rand_core crate before 0.6.2 for Rust. Because read_u32_into and read_u64_into mishandle certain buffer-length checks, a random number generator may be seeded with too little data.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Rand Core Project ≫ Rand Core SwPlatformrust Version >= 0.6.0 < 0.6.2
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.47% | 0.616 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 9.8 | 3.9 | 5.9 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
| nvd@nist.gov | 7.5 | 10 | 6.4 |
AV:N/AC:L/Au:N/C:P/I:P/A:P
|
CWE-131 Incorrect Calculation of Buffer Size
The product does not correctly calculate the size to be used when allocating a buffer, which could lead to a buffer overflow.