9.8
CVE-2025-48755
- EPSS 0.08%
- Veröffentlicht 24.05.2025 00:00:00
- Zuletzt bearbeitet 30.01.2026 20:38:29
- Quelle cve@mitre.org
- CVE-Watchlists
- Unerledigt
In the spiral-rs crate 0.2.0 for Rust, allocation can be attempted for a ZST (zero-sized type).
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Blyssprivacy ≫ Spiral-rs Version0.2.0 SwPlatformrust
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.08% | 0.224 |
| 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
|
| cve@mitre.org | 2.9 | 1.4 | 1.4 |
CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L
|
CWE-762 Mismatched Memory Management Routines
The product attempts to return a memory resource to the system, but it calls a release function that is not compatible with the function that was originally used to allocate that resource.