5.3

CVE-2024-58263

Exploit
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)
CosmwasmCosmwasm-std SwPlatformrust Version >= 1.3.0 < 1.4.4
CosmwasmCosmwasm-std SwPlatformrust Version >= 1.5.0 < 1.5.4
CosmwasmCosmwasm-std SwPlatformrust Version >= 2.0.0 < 2.0.2
Zu dieser CVE wurde keine Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.4% 0.317
CVSS Metriken
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.

https://rustsec.org/advisories/RUSTSEC-2024-0338.html
Third Party Advisory
Exploit
https://github.com/CosmWasm/advisories/blob/main/CWAs/CWA-2024-002.md
Patch
Third Party Advisory
Exploit
https://crates.io/crates/cosmwasm-std
Product