What happened?
A critical vulnerability in Cosmos EVM software was exploited across six networks between August 20 and August 25, turning one software defect into a multi-chain security event.
The disclosed monetized impact was approximately $5.7 million. Around $2.87 million was converted through decentralized exchanges, while roughly $2.85 million moved through centralized exchanges.
The vulnerability involved a balance calculation that could underflow under specific conditions. In practical terms, an attacker could cause an unsigned integer to wrap around and produce an abnormally large balance value, enabling transfers that should not have been possible.
This matters because the flaw did not sit inside one isolated smart contract. It existed in shared infrastructure used by multiple blockchain deployments.
Why the timeline is important
The most serious part of the incident is the vulnerability-management timeline.
The underlying issue had reportedly been reported in April. Code was patched, but the problem was initially assessed as not exploitable against production configurations.
That assumption later proved wrong.
By August, additional investigation established that deployed networks could be vulnerable. A patch was released on August 19. Exploitation began roughly 20 hours later and continued across multiple chains through August 25.
The sequence highlights a common security failure mode: a patch may exist, but downstream operators remain exposed if exploitability is underestimated or if they are not warned and upgraded before attackers act.
Why six chains could be affected
Cosmos-based networks can operate independently while still sharing important software components.
That produces an uncomfortable trade-off. Shared software accelerates development, testing and interoperability, but it also creates correlated failure risk.
A vulnerability in a widely deployed EVM implementation can therefore become a systemic issue for every chain running the affected version.
For risk monitoring, the relevant unit is not merely “which chain was hacked?” It is also:
- Which shared component was vulnerable?
- Which versions contained the flaw?
- Which downstream networks deployed those versions?
- Which networks patched before exploitation?
- Which exchanges accepted affected assets during the incident?
Financial impact
The reported monetized impact is approximately $5.7 million across the six affected networks.
That figure is important but should not be confused with a complete ecosystem loss estimate. Asset movements, frozen funds, recoveries and token valuations may change the final economic impact.
CEXVia therefore treats $5.7 million as the disclosed monetized impact for the current monitoring cycle rather than a guaranteed final-loss figure.
Patch status
Affected operators should verify that they are running fixed Cosmos EVM versions.
Safe versions identified in the disclosure include:
0.6.2or later for the relevant 0.6 branch0.7.2or later for the relevant 0.7 branch
Networks running earlier affected versions should be treated as requiring urgent verification.
What the incident says about crypto infrastructure
The larger lesson is dependency concentration.
A blockchain can have its own validator set, governance and economic model while remaining dependent on common software maintained outside the chain itself.
The same pattern exists across crypto:
- EVM implementations
- rollup stacks
- bridges
- oracle libraries
- wallet SDKs
- validator clients
- cross-chain messaging frameworks
The more projects reuse shared components, the more security teams need dependency inventories and downstream notification procedures.
What to watch next
CEXVia is monitoring:
- the final confirmed list of affected networks;
- chain-by-chain patch status;
- recovery or freezing of stolen assets;
- centralized-exchange tracing and account action;
- whether additional downstream Cosmos EVM deployments were exposed;
- changes to Cosmos vulnerability triage and disclosure procedures.
Risk assessment
Critical.
The rating reflects confirmed multi-chain exploitation of shared infrastructure, meaningful financial loss and the possibility that exposure extended beyond one application.
The immediate exploitation window may be closing as networks patch, but the incident remains active until downstream coverage and recovery are clearer.
FAQ
How much was stolen in the Cosmos EVM exploit?
The disclosed monetized impact is approximately $5.7 million across six networks.
What caused the exploit?
The vulnerability involved an unsigned-integer balance underflow that could produce an invalidly large balance under specific conditions.
Was the bug known before exploitation?
Yes. The issue had reportedly been disclosed earlier and patched, but its exploitability against live deployments was initially underestimated.
Does every Cosmos chain need to worry?
No. Exposure depends on whether a network used the affected Cosmos EVM software and version. Operators should verify their exact dependency and patch level.
What versions are considered safe?
The disclosure identified 0.6.2 / 0.7.2 or later in the respective branches as fixed versions.