5.3
CVE-2024-58263
- EPSS 0.05%
- Veröffentlicht 27.07.2025 00:00:00
- Zuletzt bearbeitet 07.08.2025 15:01:17
- Quelle cve@mitre.org
- CVE-Watchlists
- Unerledigt
The cosmwasm-std crate before 2.0.2 for Rust allows integer overflows that cause incorrect contract calculations.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Cosmwasm ≫ Cosmwasm-std SwPlatformrust Version >= 1.3.0 < 1.4.4
Cosmwasm ≫ Cosmwasm-std SwPlatformrust Version >= 1.5.0 < 1.5.4
Cosmwasm ≫ Cosmwasm-std SwPlatformrust Version >= 2.0.0 < 2.0.2
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.05% | 0.137 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 5.3 | 3.9 | 1.4 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
|
| cve@mitre.org | 3.7 | 2.2 | 1.4 |
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N
|
CWE-190 Integer Overflow or Wraparound
The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.