Phishing Hack
Incident Overview
On March 12, 2025, a victim lost $1.82M worth of cUSDCv3 due to a phishing attack. The scammer tricked the victim into signing a malicious transaction, allowing them to transfer the assets.
The attacker (0x000069f7…2f0000) used a phishing scheme to deceive the victim (0xa4c11b4a…84683f) into signing an unauthorized transaction. This likely involved:
Fake dApp or Social Engineering – The victim was lured into interacting with a malicious contract, possibly through fake websites, Discord messages, or Twitter DMs.
Malicious Transaction Signature – The victim unknowingly approved token transfers, allowing the scammer to drain $1.82M worth of cUSDCv3 from their wallet.
Immediate Asset Transfer – The funds were quickly moved to the scammer’s wallet, with no reported recovery attempts at this time.
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 Phishing, these are the critical security checks that could have prevented this incident (March 2025).
- Verify all logic paths related to Phishing are guarded by proper access controls and input validation - see the Phishing Attacks attack class for patterns
- 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 TrialRelated Attack Classes
The technique used in this hack maps to these vulnerability classes in our security curriculum:
Sources & References
Learn to Prevent the Next Phishing
The Phishing 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.