Tessera DAO Hack

TOTAL LOST $2.4M
Medium Access Control

Summarize with AI

Affected Chain 2026 Incident surface
Recovered - No recovery reported
All-Time Rank #602 By amount stolen
Protocol Type Dexs Target category

Incident Overview

On June 1, 2026, the DeFi protocol TesseraDAO suffered a critical infrastructure attack on the BNB Chain. An attacker gained unauthorized control over the core contract's execution logic, allowing them to mint 99 million TSR tokens out of thin air. The attacker immediately dumped the tokens into decentralized liquidity pools for approximately $2.4 million, causing the price of $TSR to plummet by 99%.

The exploit was made possible through an arbitrary execution path vulnerability or direct administrative credential leak affecting the core contract. On-chain analysis indicated structural contract issues, including flaws similar to unsafe low-level delegatecall vulnerabilities where execution targets could be altered or forced.

By gaining administrative or upgraded execution rights, the attacker invoked a privileged minting command to generate 99 million $TSR tokens directly to their wallet. To extract the maximum possible value before the market reacted, the attacker coordinated a massive swap execution via PancakeSwap, liquidating the unbacked tokens into roughly 2.5 million USDT. This strategic conversion occurred entirely on the BNB Chain to capture available pool depth before it collapsed. The attacker then bridged the stablecoin proceeds over to the Ethereum mainnet, converted the capital into 1,285.5 ETH, and completely laundered the funds using the Tornado Cash privacy protocol.

Attacker Address: 0x2201037A…6f2Dd8

Incident Report

Protocol / Project Tessera DAO
Date of Incident
Attack Technique Access Control
Classification Other

Protocol Information

Protocol Type Dexs
Protocol Twitter/X @TesseraDao
Team Anonymous
Source Code Unverified

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.

Technical Knowledge Operational-security tradecraft (phishing, malware, leaked seed phrases, or insider access) to obtain treasury signing authority
Capital Required Minimal capital - only enough to cover gas while draining the compromised accounts
On-Chain Access Valid signing authority over the compromised wallets / multisig signers, allowing direct transfer of funds or stake authorization
Target Reconnaissance Identification of Tessera DAO's high-value treasury accounts and the authority / multisig structure controlling them
Execution Speed Speed to drain the compromised accounts before the team detects the breach and revokes signing authority or freezes the assets
Obfuscation Plan A strategy to launder and move stolen funds - typically through mixers, cross-chain bridges, or decentralized DEX swaps to resist tracing

What Auditors Should Check

Could this have been caught in audit? Likely — with a thorough Access Control audit checklist and test coverage

If you're auditing a protocol with similar architecture to Tessera DAO, these are the critical security checks that could have prevented this incident (June 2026).

  • 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 Trial

Related Attack Classes

The technique used in this hack maps to these vulnerability classes in our security curriculum:

See all Access Control Attacks examples →

Proof-of-Concept Exploits

1 PoC available

On-Chain Evidence & References

Sources & References

Learn to Prevent the Next Tessera DAO

The Tessera DAO 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.

Recreate exploit patterns safely Free Trial