Convex Finance Hack
Incident Overview
A DNS attack was conducted on Convex Finance. The hacker managed to create a contract with a similar address, prompting users to sign approval without noticing the substitution.
Convex Finance, a protocol offering boosted rewards for Curve liquidity providers and stakers.
Hackers changed the original website address with the original contract to a copy of the website with a fake contract address.
Original contract address: 0xF403C135…8AAE31
Malicious contract address: 0xF403a2c1…87AE31.
The hackers managed to recreate the address of the contract, very similar to the address of the Convex contract, and the users did not notice the substitution, paying attention to the first 4 or last 4 characters thinking there is no problem and signed the malicious approval transaction. In total, 15,968 $CVXCRV and 433 $CRV were lost.
Scammer address: https://etherscan.io/address/0xb7326148…5af9aa
Malicious contract address: https://etherscan.io/address/0xF403a2c1…87AE31
Accounts that approved malicious contract:
1) https://etherscan.io/address/0x496e53c3…9d1b4f
2) https://etherscan.io/address/0x4ffc5f22…7a03e7
3) https://etherscan.io/address/0x5b186c93…688e4b
4) https://etherscan.io/address/0x62430109…5412c1
5) https://etherscan.io/address/0x92557b6f…7ed4c9
Incident Report
Protocol Information
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.
What Auditors Should Check
If you're auditing a protocol with similar architecture to Convex Finance, these are the critical security checks that could have prevented this incident (June 2022).
- Verify all logic paths related to 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 TrialSecurity Audit History
- Audit Report 1 Report
Sources & References
Learn to Prevent the Next Convex Finance
The Convex Finance 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.