Secret Network's Axelar Bridge Loses $4.67M in Exploit That Hid for Seven Days
A three-year-old flaw in a custom smart contract let an attacker mint unbacked tokens and drain real assets. Privacy features made the theft invisible to standard monitoring tools.
An attacker drained approximately $4.67 million in bridged tokens from Secret Network's Axelar integration starting around June 10, using a spoofed deposit channel routed through a malicious Cosmos chain to mint unbacked wrapped assets and redeem them for real funds. The theft went undetected for seven days, surfacing only on June 17 when a legitimate user's cross-chain transfer failed because the escrow account had run dry. By then, the attacker had already moved the bulk of the funds through roughly 30 wallets and into centralized exchanges.
Axelar confirmed the figures in a public statement on June 19, noting that its core protocol, validators, and connections to other chains were not affected. The Emergency Committee has since disabled both the Secret and Secret-SNIP IBC connections. Secret Network's native token, SCRT, fell roughly 9.81% in the 24 hours following disclosure and was trading near $0.055 as of June 20. The network carries a fully diluted market cap of around $36 million and holds approximately $7 million in total value locked.
AXL had surged 23.57% in April 2026 amid cross-chain security narratives following the Drift Protocol exploit, making this incident a reputational setback for Axelar after a period of strong investor momentum. Squid, Axelar's cross-chain routing frontend, immediately removed Secret Network support upon detection of the exploit, representing a significant user-facing consequence for anyone relying on that interface.
How the Attack Worked
Security firm Common Prefix identified the root cause in Secret Network's CW20-ICS20 contract (Code ID 2446), a custom piece of code that handled token deposits and withdrawals on the Secret side of the bridge. Two critical validation checks had been commented out. The contract never verified that an incoming deposit packet came through a legitimate Axelar-controlled channel, and it never confirmed that a redemption request matched actual escrowed balances. It only checked whether a token's denomination name appeared on an approved list.
The attacker exploited this gap by launching a single-validator Cosmos SDK chain and opening a fresh IBC channel directly to the vulnerable contract. From there, they relayed forged deposit packets carrying the approved denomination names. The contract accepted them and minted seven types of wrapped tokens: saUSDT, saUSDC, saDAI, saWETH, saWBTC, saWBNB, and sawstETH. None of these minted tokens were backed by real assets. The attacker then redeemed them through the legitimate Axelar bridge channel, pulling out actual escrowed funds on the Axelar side.
The flaw had been present since the contract's original deployment in March 2023. A migration on March 5, 2026 updated the bytecode but carried the defective logic forward unchanged.
Why It Took a Week to Notice
Secret Network is a Cosmos-based Layer 1 blockchain built around programmable privacy. Balances and transaction details are encrypted by default through trusted execution environments. That architecture is the network's core selling point, but it also meant the anomalous minting activity was invisible to standard block explorers and on-chain monitoring tools. The exploit only became apparent when a routine transfer broke at the protocol level. By that point, roughly $3.9 million had already been routed through Osmosis, converted to ETH via CoW Protocol, dispersed across approximately 30 wallets, and deposited into KuCoin, ChangeNow, and HitBTC.
About $770,000 remained in the attacker's Axelar wallet. Secret Network requested that Axelar freeze those funds. According to The Block, Axelar declined, a detail Verse Press could not independently verify.
Axelar has confirmed that a full post-mortem is forthcoming. As of press time on June 20, Secret Network's core team had issued no public statement on the incident.
Regional Stakes
The incident carries specific weight outside the United States. According to a December 2025 MEXC Research report, 81% of global privacy coin trading volume originates from MENA, CIS, and Southeast Asia, regions where financial surveillance, currency instability, and limited banking access make privacy-preserving tools practically useful rather than merely ideological. An incident that undermines the very mechanism that makes a privacy chain private complicates the case for this infrastructure in those markets.
In South Asia, India has already restricted privacy coins on domestic exchanges and Pakistan's PVARA, established under the Virtual Assets Act of March 2026, is unlikely to carve out space for privacy-chain DeFi under its current AML framework. Pakistan is also actively building a regulatory sandbox, but the fact that this exploit evaded detection specifically because of privacy features will reinforce existing regulatory skepticism in both countries.
In Africa, the laundering route runs directly through exchanges popular with Nigerian and Kenyan users. KuCoin maintains a significant user base across the continent, and ChangeNow is widely used for conversions that require no identity verification. Nigeria's Investments and Securities Act 2025 brought digital assets under SEC oversight, and Ghana's central bank has introduced VASP registration mandates, yet the ability of regional regulators or platforms to intercept proceeds from cross-chain exploits in real time remains limited. The appearance of KuCoin in the laundering route carries additional context: the exchange delisted SCRT in March 2026, just three months before stolen Secret Network assets moved through its platform.
Broader Pattern
This incident extends a difficult stretch for cross-chain infrastructure. Bridge-related losses accounted for 42% of all DeFi losses in May 2026, totaling $28.6 million that month alone. The Axelar-Secret exploit adds to a string of incidents that includes the KelpDAO exploit (approximately $292 million) and the Drift Protocol exploit (approximately $295 million), both in April 2026. Against that backdrop, the $4.67 million figure is relatively contained, but the detection failure and the governance questions it raises extend well beyond the dollar amount.
For developers building IBC-connected applications on Cosmos, Common Prefix's findings point to a direct lesson: modifying audited standard contracts without a full re-audit creates gaps that persist through migrations. Secret Network's case shows a three-year window between deployment and exploit. Any contract migration that carries forward legacy code should be treated as a new deployment from a security standpoint.
Axelar's post-mortem, when published, will be the next significant data point in determining whether the freeze refusal and the detection delay reflect structural governance limits or addressable operational failures.