Unknown User Hack
Incident Overview
The user lost 4.20 million in a phishing attack on Ethereum, resulting in a loss of 3,725,002 USD worth of aEthWETH and aEthUNI tokens.
On January 21, 2024, a user fell victim to a phishing attack on the Ethereum network. The attacker exploited multiple ERC20 Permit signatures, using temp addresses pre-computed by CREATE2. The user lost 1576.04 aEthWETH and 39,933.12 aEthUNI tokens, equivalent to 3.72 million USD.
The stolen funds were transferred to another EOAs and still remain in these addresses .
Attacker Address:
https://etherscan.io/address/0x0000db5c…e70000
Funds Holder as of Jan 23, 2024:
https://etherscan.io/address/0xd9b78d83…d557Bc
Malicious Transactions:
https://etherscan.io/tx/0x93a0ce07…0c2f09
https://etherscan.io/tx/0xbc43a531…71b583
Malicious Contract Address:
https://etherscan.io/address/0xed0e416e…b60572
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 Unknown User, these are the critical security checks that could have prevented this incident (January 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 Unknown User
The Unknown 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.