Multichain Hack

TOTAL LOST $147K
Low Other

Summarize with AI

Affected Chain 2023 Incident surface
Recovered - No recovery reported
All-Time Rank #1404 By amount stolen
Auditors 1 Prior security audit

Incident Overview

Multichain Protocol encountered a front-run attack resulting in the loss of 147,326 $USD worth of $ETH

Multichain is an infrastructure designed to support arbitrary cross-chain interactions. On February 15, 2023, the AnyswapV4Router contract of Multichain encountered a front-run attack, during which the attacker made a profit of 87 $ETH, worth approximately 147,326 $USD at the moment.

The vulnerability occurred because the attacker used an MEV contract to front-run and invoke a function of the AnySwapV4Router contract to sign and approve the transfer. Due to the lack of signature verification, the attacker was able to transfer the $ETH approved to the victim contract, through the from address parameter directly to the attack contract using the safeTransferFrom() function.

This was an old vulnerability that was reported in January 2022 and more than 61% of all affected users had revoked access to the contract containing the underlying vulnerability. The liquidity pool's vulnerability was quickly fixed after it was reported, as the Multichain team upgraded the affected tokens' liquidity to new contracts.

Attacker address:

https://etherscan.io/address/0xfde0d157…81455a

Malicious MEV contract:

https://etherscan.io/address/0xd050e0a4…f3805d

Malicious transaction:

https://etherscan.io/tx/0x192e2f19…1be47f

Incident Report

Protocol / Project Multichain
Date of Incident
Attack Technique Other
Classification Exchange (DEX)

Protocol Information

Protocol Type Bridge
Official Website multichain.org/
Protocol Twitter/X @MultichainOrg
Team Anonymous
Source Code Verified On-Chain

Market Context at Time of Hack

Token Categories
Ethereum Ecosystem Three Arrows Capital Portfolio Polygon Ecosystem Fantom Ecosystem Arbitrum Ecosystem Moonriver Ecosystem BNB Chain Ecosystem Circle Ventures Portfolio

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 Deep understanding of other and Solidity and EVM internals
Capital Required Seed capital to cover gas and initial position setup
On-Chain Access Ability to interact with smart contracts and deploy a custom exploit contract
Protocol Analysis Identification of the exploitable vulnerability in Multichain's contract logic - root cause: exchange (dex)
Execution Speed Precise transaction ordering and timing to exploit the vulnerability within a single atomic block
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 Other audit checklist and test coverage
Audited by BlockSec — still lost $147K. Prior audits don't guarantee safety, especially after post-audit code changes.

If you're auditing a protocol with similar architecture to Multichain, these are the critical security checks that could have prevented this incident (February 2023).

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

Security Audit History

Bug Bounty Immunefi Details

Sources & References

Learn to Prevent the Next Multichain

The Multichain 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