7.5
CVE-2020-25793
- EPSS 0.33%
- Veröffentlicht 19.09.2020 21:15:12
- Zuletzt bearbeitet 21.11.2024 05:18:47
- Quelle cve@mitre.org
- CVE-Watchlists
- Unerledigt
An issue was discovered in the sized-chunks crate through 0.6.2 for Rust. In the Chunk implementation, the array size is not checked when constructed with From<InlineArray<A, T>>.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Sized-chunks Project ≫ Sized-chunks SwPlatformrust Version <= 0.6.2
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.33% | 0.526 |
| 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-129 Improper Validation of Array Index
The product uses untrusted input when calculating or using an array index, but the product does not validate or incorrectly validates the index to ensure the index references a valid position within the array.