The world of cryptocurrency is no stranger to hacking incidents, but a recent case has highlighted an unusual scenario where an attacker took significant risks yet ended up with relatively modest gains. This incident occurred on a Sunday and involved the exploitation of a vulnerability in a cross-chain gateway connecting different blockchain networks. The attacker successfully minted 1 billion Polkadot tokens, valued at $1.19 billion, on the Ethereum network and then sold them for approximately $237,000 in ether.

This exploit is the latest in a series of bridge vulnerabilities that have come to light in 2026, including a $270 million drain on the Solana network and a social engineering attack that compromised infrastructure. The targeted bridge contract, rather than Polkadot's core network, was the weak point in this incident, with the native DOT token remaining unaffected. The issue stemmed from the validation process of incoming cross-chain messages in the EthereumHost contract, which allowed the attacker to bypass state proof validation and gain admin control over the bridged DOT token.

Bridges, which facilitate the transfer of coins between blockchain networks, are often the most vulnerable points in cross-chain architecture due to their admin-level control over token contracts on destination chains. A single validation failure can grant an attacker unlimited supply, as seen in this case. The attack began with the submission of a forged message via dispatchIncoming, which was then routed to TokenGateway.onAccept.

However, the request receipts check failed to verify the message against a valid cross-chain state commitment from Polkadot, allowing the gateway to process the message as legitimate. This led to the execution of changeAdmin on the bridged Polkadot token contract, transferring admin rights to the attacker's address. The attacker then minted 1 billion tokens in a single transaction and sold them through Odos Router V3 into a Uniswap V4 DOT-ETH pool, resulting in roughly 108.2 ETH.

Interestingly, the limited liquidity in the bridged DOT pool on Ethereum worked against the attacker, capping their profit. If the exploit had occurred on a deeper pool or a higher-value bridged asset, the losses would have been significantly larger.

As of Monday morning, DOT was trading just under $1.20. The incident was flagged by CertiK, which confirmed the attack vector as the Hyperbridge gateway contract and estimated the attacker's profit at approximately $237,000. Hyperbridge has yet to publicly comment on the exploit or disclose whether other bridged token contracts using the same gateway are vulnerable to similar attacks.