Cosmos EVM Flaw Exploited After Cosmos Labs Knew Every Blockchain Running It Was Vulnerable
Cosmos Labs warns of a critical balance-handling flaw in the shared Cosmos EVM module exploited to drain funds from six blockchains. Fix shipped in v0.6.2 and v0.7.2.
Intelligence analysis by Qwen 2.5 (3B)

Cosmos Labs warns of a critical flaw in the Cosmos EVM module that was exploited to drain funds from six blockchains. The fix was released in v0.6.2 and v0.7.2.
A bug in the code made it possible for someone to take money from some blockchain networks. The fix was released to stop this from happening, but some networks had to stop working temporarily to make the change.
Analysis
{"
The Flaw in Detail":"The vulnerability lies in the code that reconciles Ethereum Virtual Machine (EVM) state with the Cosmos SDK x/bank module. The EVM StateDB tracks only an account's spendable balance, while vesting accounts in SDK state hold both a spendable and a locked balance.","
The Fix Process":"Cosmos Labs initially assessed the vulnerability as posing no risk to funds on live networks. However, they later confirmed that all Cosmos EVM chains were affected regardless of decimal configuration. The fix was then routed through the public silent patch process.","
The Impact":"Chains on 0.6.x mint and burn on the backing SDK ledger, causing a supply overflow that halts the chain. Chains running 0.7.x set balances directly in x/bank and accept changes that survive a uint256 to int256 conversion. Both halves run inside a single transaction with a net supply change of zero.","
The Mitigation Steps":"Operators are advised to upgrade to v0.6.2 or v0.7.2 or later, applying it as a coordinated network upgrade. Halt rather than vote. Chains that cannot upgrade at once are told to stop block production instead of running a coordinated governance upgrade. The advisory states there is no configuration-only mitigation, and that disabling the staking precompile removes the primary trigger path but is not a substitute for the patch."}
Key points
- Cosmos Labs warned of a critical flaw in the Cosmos EVM module
- The fix was released in v0.6.2 and v0.7.2
- The flaw could have led to significant financial losses for affected blockchains
- Operators were advised to upgrade to the latest version or halt the chain temporarily
- The fix was released through the public silent patch process
The fix will prevent future attacks and ensure that funds are safe on affected networks.
If the fix was not applied quickly, some networks could have stopped working, causing financial losses.



