Wormhole Hack

TOTAL LOST $326M
Critical Access Control Attacks solana ethereum

What happened

On 2 February 2022, an attacker bypassed the Solana signature-verification path of the Wormhole bridge and minted 120,000 unbacked wrapped ETH. Wormhole normally requires a Guardian quorum before a cross-chain action can mint a wrapped asset. Here, the Solana program accepted attacker-controlled data in place of the canonical Instructions sysvar, so a forged verification path appeared valid.

The attacker redeemed 93,750 ETH through the Ethereum side of the bridge, leaving a collateral shortfall. Jump Crypto later recapitalized the bridge with 120,000 ETH; that protected users but was not a recovery from the attacker.

Technical Root Cause

The Solana core bridge trusted a caller-supplied Instructions sysvar account while using deprecated load_instruction_at. Because the helper did not validate the canonical sysvar identity, attacker-crafted account data could impersonate secp256k1 verification and authorize a forged Guardian VAA.

Case & protocol details

Classification Bridge / Access Control
Protocol Type Exploit/Other
Official Website wormholenetwork.com/
Protocol Twitter/X @wormholecrypto

Attack Timeline

The attacker supplied a controlled Solana account containing data shaped like a secp256k1 verification instruction. Wormhole’s core bridge used the deprecated load_instruction_at helper, which did not confirm that the supplied account was Solana’s real Instructions sysvar. The forged data therefore passed the bridge’s Guardian-signature check without a genuine quorum.

The attacker then posted the forged VAA and called the normal token-bridge completion flow to mint 120,000 wrapped ETH without a matching Ethereum deposit. They redeemed 93,750 ETH to Ethereum and converted other proceeds on Solana. The remediation replaced the unchecked instruction loading with a checked sysvar path and blacklisted the fraudulent messages.

Funds Recovery

100.0%

Recovered

$326.0M

Net Loss

$0

Practice this exploit pattern safely

Work through hands-on labs covering real exploit mechanics, review techniques, and defensive patterns.