Ethereum alarm clock Hack
Incident Overview
The Ethereum Alarm Clock smart contract was exploited, leading to the theft of $260K in gas fees as of October 2022.
Hackers exploited a bug in the Ethereum Alarm Clock smart contract code, allowing them to profit on returned gas fees from canceled transactions. They essentially called cancel functions on their contracts with inflated transaction fees, and a bug in the smart contract refunded them a greater value of gas fees than they initially paid, allowing them to pocket the difference. This has resulted in the theft of $260K in gas fees so far.
Etherscan transaction: https://etherscan.io/tx/0x4a84d087…ca4e97
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 Ethereum alarm clock, these are the critical security checks that could have prevented this incident (October 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 TrialSources & References
- 01
- 02
-
03
Web Archive https://archive.ph/7hDqt
Learn to Prevent the Next Ethereum alarm clock
The Ethereum alarm clock 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.