BCE Token Hack
Incident Overview
On March 23, 2026, the BCE token on BNB Chain was hit by a $679K exploit. An attacker took advantage of a flawed burn mechanism. This flaw allowed the burning of BCE tokens directly from the PancakeSwap liquidity pool.
The attacker also manipulated reserves through a deferred destruction feature. This was a token design flaw, not a flash loan attack.
The BCE token had a serious issue with its transfer hook and burn mechanism. When users sold BCE to the PancakeSwap pair, the token contract recorded a global scheduledDestruction variable. The problem arose when a normal transfer, not involving the pair, could trigger this scheduled burn directly from the PancakeSwap pool's balance and then call sync() to update reserves.
This shouldn't happen in typical AMM flows. The attacker took advantage of this by deploying two malicious contracts. First, they borrowed liquidity from Venus and bought BCE tokens.
Then, they executed a sell transaction that loaded the scheduledDestruction variable. The next step was crucial. They used a helper contract to trigger a transfer that caused the delayed burn to execute against the PancakeSwap pair's BCE balance.
When sync() was called, the pool's reserves became severely unbalanced. After the manipulation, the reserves showed 36.5 billion USDT but only 10,000 BCE tokens. With the BCE side nearly empty, the price calculation was totally distorted.
The attacker then made a final BCE sale that drained almost all USDT from the pool due to the flawed reserve ratio. After repaying the Venus loan, the attacker walked away with about $679,000 in profit. The entire attack occurred in a single transaction without needing flash loans.
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 BCE Token, these are the critical security checks that could have prevented this incident (March 2026).
- 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 TrialProof-of-Concept Exploits
On-Chain Evidence & References
- Reference https://t.me/defimon_alerts/2814
Sources & References
Learn to Prevent the Next BCE Token
The BCE Token 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.