Tableland Hack
Incident Overview
The Tableland Discord was compromised by a hacker posing as a moderator on the channel. The hacker published a link to the fake Tableland website inside Tableland's Discord group. During any interaction with the website, the assets of the users were withdrawn from their wallets to the addresses of the scammer.
The Tableland Network is a decentralized web3 protocol for structured relational data, focussing on Ethereum and EVM-compatible L2s.
Community members that reached the phishing domain, triggered a function to witdraw funds from their browser-based wallets through clicking the mint button. The stolen assets were sent to two ETH wallets:
- hacker address (A)
- hacker address (B)
Hacker address (A) began receiving stolen assets through a phishing domain. Eleven Tableland Rigs (Name of the NFT collection) were sent to this address, as well as NFT from other projects. The tokens were stored for a short period of time before they were sold on an open trading platform or transferred to the address of a hacker address (B).
Involved addresses:
- Hacker address (A): https://etherscan.io/address/0x28804031…63b716
- Hacker address (B): https://etherscan.io/address/0xb3b79426…30e8e9
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 Tableland, these are the critical security checks that could have prevented this incident (July 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 Tableland
The Tableland 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.