Fantom Foundation Hack
Incident Overview
Fantom Foundation suffered a phishing attack on Oct 17, 2023, resulting in a loss of 7,359,282 USD worth 4701.84 ETH.
In October 2023, an attacker targeted the Fantom Foundation, causing over 7 million USD in losses. The majority of the stolen funds belonged to an employee who was using wallets previously assigned to the Fantom Foundation. Early reports pointed to a vulnerability in Google Chrome, either a zero-day vulnerability or a known heap overflow vulnerability (CVE-2023-4863).
The Fantom Foundation acknowledges the security incident, stating that approximately 550K USD was stolen from the Foundation itself, and the rest belonged to the employee. The attack vector remains unclear, and further investigation is ongoing.
Funds Holder as of Oct 21, 2023:
https://etherscan.io/address/0x0b1F29DF…FE9596
Attackers:
https://ftmscan.com/address/0x1d93c73d…e4f878
https://etherscan.io/address/0x1d93c73d…e4f878
https://etherscan.io/address/0x2f4f1d2c…5f4001
Funds Transfer Transactions:
https://etherscan.io/tx/0xf574dde0…7805f8
Malicious Transactions:
https://ftmscan.com/tx/0xa7c3d133…c60ac3
https://ftmscan.com/tx/0x334f62e0…5bf09a
https://etherscan.io/tx/0xd5d9950e…bd0f8e
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 Fantom Foundation, these are the critical security checks that could have prevented this incident (October 2023).
- Verify all logic paths related to Access Control are guarded by proper access controls and input validation - see the Access Control 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
- 01
-
02
Web Archive https://archive.ph/dpQtH
Learn to Prevent the Next Fantom Foundation
The Fantom Foundation 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.