User Hack
Incident Overview
The user on Ethereum chain suffered a phishing scam, losing 73.85 wstETH worth approximately $195,887 USD.
On February 4, 2024, a user fell victim to a phishing scam. The victim signed an "Increase Allowance" transaction, which allowed the attacker to steal 73.85 wstETH (worth around $195,887 USD) from the wallet. The attacker first stole 18.46 wstETH and then, almost immediately, another 55.39 wstETH.
Most of the stolen funds were exchanged for ETH and still remain in one of the attacker's addresses as of February 7, 2024.
Attacker's Addresses:
https://etherscan.io/address/0x63605E53…C44A51
https://etherscan.io/address/0x9fA7bB75…f2C726
Increase Allowance Transaction
https://etherscan.io/tx/0x31c68652…70b4ff
Malicious Transactions:
https://etherscan.io/tx/0x58793d06…4c95da
https://etherscan.io/tx/0x254cfade…bf279c
Funds Holder as of Feb 7, 2024:
https://etherscan.io/address/0x888A44b1…3EBa20
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 User, these are the critical security checks that could have prevented this incident (February 2024).
- 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 User
The User 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.