Last week I came across a research paper that made me rethink everything we’re building in cross-chain infrastructure. Between August and October 2025, attackers extracted $5.27 million through cross-chain sandwich attacks targeting the Symbiosis protocol. That’s $5.27M in just two months, from one protocol.
Here’s what makes this so concerning: this isn’t your typical MEV problem.
The Attack Vector
Traditional sandwich attacks work in the mempool—attacker sees your pending transaction, front-runs it, you execute, they back-run. We’ve built defenses for this: private mempools, MEV-Boost, encrypted transactions.
But cross-chain sandwich attacks bypass all of that.
Here’s how:
- You initiate a bridge transaction on the source chain
- The bridge emits an event (has to—this is how bridges work)
- Attacker monitors these events and learns your transaction details
- Attacker front-runs you on the destination chain before your transaction even appears in the destination mempool
- Your transaction executes, attacker back-runs
- Profit
The research shows these attacks achieved a 21.4% profit rate on Ethereum Mainnet, compared to just 0.8% for traditional single-chain MEV bots. Why? Because the attacker has perfect information and zero competition—they see your transaction before anyone else on the destination chain.
Why Traditional Defenses Don’t Work
This is the critical part: the attack happens before the transaction appears in the destination chain mempool.
Flashbots? Doesn’t help—the vulnerability is in the architectural design of how bridges communicate across chains.
Private RPC endpoints? Irrelevant—the attacker isn’t reading your RPC traffic, they’re reading public on-chain events from the source chain.
Encrypted mempools? Can’t encrypt what isn’t in the mempool yet.
The Real Question
Over the past year, we’ve seen an explosion of new bridges, cross-chain protocols, and interoperability solutions. The ecosystem is racing to connect every chain to every other chain.
But if we’re losing 1.28% of bridge volume to MEV (that’s what the research indicates), and that MEV is extracting 21x more profit than single-chain attacks, are we building infrastructure that’s fundamentally exploitable?
I’m not saying we should stop building bridges. Interop is infrastructure, not a feature—Web3 needs it to scale. But I am saying we need to have an honest conversation about security-first design versus ship-first-fix-later.
The $5.27M figure is just what we can measure from one protocol over two months. How much are we actually losing across all bridges, all chains, all users?
What I Think We Need
- Architectural changes: Intent-based protocols that don’t leak transaction details through events
- Cryptographic solutions: Threshold encryption for cross-chain messages, commitments instead of clear-text events
- Industry standards: Security requirements for bridge designs, mandatory MEV impact disclosure
- Better tooling: Ways for developers to test MEV vulnerability before deploying cross-chain features
Every chain is an island until connected—but we need bridges that don’t leak value to MEV extractors.
Curious what others think: Are current bridge designs fundamentally flawed, or can we patch these vulnerabilities with better relay networks and encryption?
References: