Convergence Hack

TOTAL LOST $210K
Low Missing Input Validation / Other ethereum

Summarize with AI

Affected Chain ethereum Incident surface
Recovered - No recovery reported
All-Time Rank #1275 By amount stolen
Auditors 1 Prior security audit

Incident Overview

Convergence Finance Exploited on August 1st, 2024: $210K in CVG Tokens Stolen

On August 1st, 2024, Convergence Finance, a yield-enhancing protocol based on Curve, was compromised due to inadequate input validation, resulting in the loss of 58 million CVG tokens, equivalent to approximately $210,000. The vulnerability was traced to the claimMultipleStaking function in the CvxRewardDistributor.sol contract, specifically the cvxRewardCount parameter. This function failed to validate the staking contracts listed in the claimContracts array, allowing the attacker to manipulate the reward distribution process.

The attacker deployed a malicious contract with a function signature matching claimCvgCvxMultiple, used to process reward claims. By including their malicious contract in the claimContracts array, the attacker tricked the claimMultipleStaking function into calling it as if it were a legitimate staking contract. This exploit enabled the attacker to mint 58 million CVG tokens intended for staking emissions.

The stolen tokens have since been moved through Tornado Cash Routers.

Exploiter:

https://etherscan.io/address/0x03560a9d…0de3aa

Victim:

https://etherscan.io/address/0x2b083bea…3E7606

Exploit tx:

https://etherscan.io/tx/0x636be30e…1c65d9

Incident Report

Protocol / Project Convergence
Date of Incident
Affected Chain(s) ethereum
Attack Technique Missing Input Validation / Other
Classification Protocol Logic / Yield Aggregator
Primary Source View Post-Mortem

Protocol Information

Protocol Type Dexs
Smart Contract Language Solidity
Official Website cvg.finance/
Protocol Twitter/X @Convergence_fi
Team Anonymous
Source Code Unverified

Market Context at Time of Hack

Token Categories
Ethereum Ecosystem Arbitrum Ecosystem

What the Attacker Needed to Succeed

Understanding the prerequisites for this type of attack helps auditors identify protocols that are most at risk and helps developers build better defenses.

Technical Knowledge Deep understanding of missing input validation / other and Solidity and EVM internals
Capital Required Seed capital to cover gas and initial position setup
On-Chain Access Ability to interact with ethereum smart contracts and deploy a custom exploit contract
Protocol Analysis Identification of the exploitable vulnerability in Convergence's contract logic - root cause: protocol logic / yield aggregator
Execution Speed Precise transaction ordering and timing to exploit the vulnerability within a single atomic block
Obfuscation Plan A strategy to launder and move stolen funds - typically through mixers, cross-chain bridges, or decentralized DEX swaps to resist tracing

What Auditors Should Check

Could this have been caught in audit? Likely — with a thorough Missing Input Validation / Other audit checklist and test coverage
Audited by Audit Report 1 — still lost $210K. Prior audits don't guarantee safety, especially after post-audit code changes.

If you're auditing a protocol with similar architecture to Convergence, these are the critical security checks that could have prevented this incident (August 2024).

  • Verify all logic paths related to Missing Input Validation / Other are guarded by proper access controls and input validation
  • Review privileged functions (owner, admin, governance) for potential abuse vectors - centralization risks should be documented and bounded with timelocks or multi-sigs

Master these auditing techniques with hands-on labs and real exploit scenarios in the Smart Contract Hacking course.

Free Trial

Security Audit History

Proof-of-Concept Exploits

1 PoC available

On-Chain Evidence & References

Sources & References

Learn to Prevent the Next Convergence

The Convergence hack is one of many attacks that skilled auditors are trained to detect before deployment. Master real exploit patterns and defense techniques with hands-on Web3 security training.

Recreate exploit patterns safely Free Trial