PoW ETH Hack
Incident Overview
Fake Ethereum PoW token was exploited on the Binance chain, causing of loss more than 255,780 $USD of user's funds in $WETH
PoW ETH is a BEP20 standard token, which is not related to the original $ETH or $ETHW. The scammer created ETHW/WETH pair and added liquidity. The scammer had more than 95% token supply in balance and an opportunity to mint an infinite amount of fake $ETHW.
After users began trading on various DEX'es the scammer used the remaining $ETHW tokens to drain $WETH. The profit of the scammer reached 180 $WETH or $255,780 in dollar terms.
Scammer addresses:
https://etherscan.io/address/0x014fa682…04f269
https://etherscan.io/address/0x6001b9ff…f29204
Token pair:
https://etherscan.io/token/0xf64af470…f72aff
Draining transactions:
https://etherscan.io/tx/0xf1b564b1…c0a92d
https://etherscan.io/tx/0x242595a1…994704
https://etherscan.io/tx/0x8f247284…661c6b
Incident Report
Protocol Information
Market Context at Time of Hack
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 PoW ETH, these are the critical security checks that could have prevented this incident (September 2022).
- 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 PoW ETH
The PoW ETH 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.