Over the past 48 hours, a cross-chain bridge lost $1.65 million in user funds. That is not the headline. The headline is that this bridge had already been exploited for the exact same reason two years ago—and it did nothing about it. This is not a hack. It is a structural failure of risk management, hidden beneath a thin layer of emergency pauses.
Allbridge Core, a liquidity-pool-based bridge connecting Solana to EVM chains, fell silent on March 18, 2025, after an attacker drained its stablecoin pools. The method? A flash loan from Kamino Finance on Solana, used to manipulate the internal pool ratio of USDC to USDT, then extract the inflated side. The attacker then bridged the stolen assets to Ethereum and funneled them through a mixer. This is textbook pricing manipulation, and it traces back to a fundamental design choice: the bridge relies on its own pool ratio as the oracle for token prices, with no external price feed or slippage guard.
Let me rewind to April 2023. Allbridge on BNB Chain suffered a similar attack—same vector, same pool ratio manipulation, same flash loan. The team patched that instance, but the patch was a bandage, not a transfusion. They did not rethink the pricing logic. They did not integrate a decentralized oracle like Chainlink. They did not add a dynamic slippage threshold. They assumed the attacker would not come back. That assumption cost 1.65 million USDC.
The pricing mechanism is the culprit. In a typical liquidity-pool bridge, the exchange rate between two stablecoins is determined by the ratio of reserves—like a constant product AMM. When an attacker flash-loans a large amount of USDC, swaps it for USDT, the ratio tilts. The bridge’s internal rate says USDT is now worth more, so the attacker can deposit the remaining USDC and withdraw an excess of USDT. The profit is the difference between the manipulated internal price and the market price. Without an external oracle to anchor the rate, the bridge is blind to the real value of its assets. Based on my own audits of similar pooled bridges in 2020–2021, I have flagged this exact vulnerability in at least four projects. Every time, the recommendation was the same: either use a validated two-sided oracle, or implement a time-weighted average price (TWAP) that makes flash loan manipulation unprofitable. Allbridge chose neither.
The attacker’s steps are a clean case study. They borrowed 1.2 million USDC via a flash loan from Kamino, swapped it for USDT on the bridge, then repurchased USDC at a favorable rate. The bridge’s pool went from balanced to tilted, and when the attacker exited, the pool had lost roughly 1.65 million USDC. The transaction was atomic—done in one block. There was no time for a keeper to intervene. The bridge had no circuit breaker, no price deviation check, no momentum guard. It was a house with no locks on the windows.
This is where the contrarian angle emerges. The crypto industry loves to talk about liquidity fragmentation as a problem—how too many chains and too many bridges scatter user funds, making DeFi inefficient. Billion-dollar VCs pitch their own bridges as solutions to fragmentation. But what we are seeing is not fragmentation of liquidity; it is fragmentation of trust. Every insecure bridge slices user confidence into smaller, more dangerous pieces. Allbridge’s repeat failure proves that adding another bridge does not solve the fragmentation problem—it amplifies the attack surface. The real problem is that new bridges launch without proven security models, and users assume they are safe because they have a name and a website.
Let me be blunt: a bridge that uses its own pool as a pricing oracle is not a bridge—it is a honeypot. The design is breathtakingly simple, which is why it attracts users. But simplicity without safety is negligence. In my years of analyzing Layer2 and cross-chain infrastructure, I have seen dozens of projects that confuse minimalism with security. Minimalism in code reduces attack surface, yes, but minimalism in pricing means you are trusting that no one will flash loan you. That is a trust that has already been broken.
The team’s response compounds the damage. They paused the protocol within hours—standard, but useless for the stolen funds. Then they publicly asked the attacker to return the funds. This is a naive plea. The attacker has already mixed funds through a privacy protocol. The probability of voluntary return is below 5%, based on historical precedent. There is no insurance fund, no compensation plan, no mention of a security upgrade. The official communication is a defensive crouch, not a recovery plan. This tells me the team had no contingency for a repeat attack. They did not even have a communication script. Quietly securing the layers beneath the hype, as I often say, requires preparation, not just reaction.

Building trust through rigorous, unseen diligence means that an audited bridge is not a safe bridge—it is a bridge that passed a snapshot-in-time test. Allbridge likely had audits. But audits miss logic errors that later become obvious. The only durable mitigation is a security-aware architecture from day one: oracles, TWAP, circuit breakers, and a fault-tolerant design. Allbridge had none of these.
What happens next? The user base that remained after the 2023 exploit will flee. Liquidity providers on Allbridge will withdraw their remaining USDC and USDT, fearing another pause. That capital will flow to bridges with stronger track records: Stargate (backed by LayerZero’s validation network), Circle’s Cross-Chain Transfer Protocol (CCTP) for native USDC, or the threshold-signature bridges like Wormhole. I expect to see a sharp TVL decline at Allbridge within the next week, followed by a slow abandonment of the protocol unless a full redesign is announced and executed.

The takeaway is not about Allbridge alone. This event is a stress test for the entire bridging industry. If a two-year-old bridge with two identical exploits cannot survive, what does that mean for newer, flashier bridges that have not yet faced a determined attacker? The industry must stop treating bridges as commodities and start treating them as critical infrastructure. That means standardized security audits that specifically test flash loan manipulation, mandatory integration of external oracles, and a public registry of bridge incidents. Otherwise, we will keep reading the same headline with a different name.

How many more bridges need to bleed before we redefine what ownership means in the digital age? Ownership is not a token in a pool; it is the guarantee that your assets survive the next attack. The Allbridge story is not a hack. It is a verdict on a protocol that refused to learn. And that verdict is final.