Advisory Database
  • Advisories
  • Dependency Scanning
  1. cargo
  2. ›
  3. cosmwasm-std
  4. ›
  5. GHSA-8724-5xmm-w5xq

GHSA-8724-5xmm-w5xq: CosmWasm affected by arithmetic overflows

April 24, 2024

Some mathematical operations in cosmwasm-std use wrapping math instead of panicking on overflow for very big numbers. This can lead to wrong calculations in contracts that use these operations.

Affected functions:

  • Uint{256,512}::pow / Int{256,512}::pow
  • Int{256,512}::neg

Affected if overflow-checks = true is not set:

  • Uint{64,128}::pow / Int{64,128}::pow
  • Int{64,128}::neg

References

  • github.com/CosmWasm/advisories/blob/main/CWAs/CWA-2024-002.md
  • github.com/CosmWasm/cosmwasm
  • github.com/CosmWasm/cosmwasm/commit/607e7fc710fb9441096e8edbaa12879b552c8f65
  • github.com/CosmWasm/cosmwasm/commit/a6a639e09adc355b5f889a09141649005cb08a46
  • github.com/CosmWasm/cosmwasm/commit/eff79bcbe73b61178817aacf0a6449437adad6a9
  • github.com/advisories/GHSA-8724-5xmm-w5xq
  • rustsec.org/advisories/RUSTSEC-2024-0338.html

Code Behaviors & Features

Detect and mitigate GHSA-8724-5xmm-w5xq with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 1.3.0 before 1.4.4, all versions starting from 1.5.0 before 1.5.4, all versions starting from 2.0.0 before 2.0.2

Fixed versions

  • 1.4.4
  • 1.5.4
  • 2.0.2

Solution

Upgrade to versions 1.4.4, 1.5.4, 2.0.2 or above.

Impact 3.7 LOW

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N

Learn more about CVSS

Weakness

  • CWE-190: Integer Overflow or Wraparound

Source file

cargo/cosmwasm-std/GHSA-8724-5xmm-w5xq.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:16:04 +0000.