VYPR
Critical severity9.1NVD Advisory· Published Apr 19, 2024· Updated Jun 17, 2026

CVE-2024-32644

CVE-2024-32644

Description

Evmos is a scalable, high-throughput Proof-of-Stake EVM blockchain that is fully compatible and interoperable with Ethereum. Prior to 17.0.0, there is a way to mint arbitrary tokens due to the possibility to have two different states not in sync during the execution of a transaction. The exploit is based on the fact that to sync the Cosmos SDK state and the EVM one, we rely on the stateDB.Commit() method. When we call this method, we iterate though all the dirtyStorage and, if and only if it is different than the originStorage, we set the new state. Setting the new state means we update the Cosmos SDK KVStore. If a contract storage state that is the same before and after a transaction, but is changed during the transaction and can call an external contract after the change, it can be exploited to make the transaction similar to non-atomic. The vulnerability is critical since this could lead to drain of funds through creative SC interactions. The issue has been patched in versions >=V17.0.0.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
github.com/evmos/evmos/v16Go
< 17.0.017.0.0
github.com/evmos/evmos/v7Go
<= 7.0.0
github.com/evmos/evmos/v6Go
<= 6.0.4
github.com/evmos/evmos/v5Go
<= 5.0.0
github.com/tharsis/evmosGo
<= 1.1.3
github.com/tharsis/evmos/v2Go
<= 2.0.2
github.com/tharsis/evmos/v3Go
<= 3.0.3
github.com/tharsis/evmos/v4Go
<= 4.0.2
github.com/tharsis/evmos/v5Go
<= 5.0.1

Affected products

10

Patches

Vulnerability mechanics

References

7

News mentions

0

No linked articles in our index yet.