Skip to content
Vol. 1 · Ed. 2026
CyberGlossary
Entry № 1379

Wormhole Bridge Hack (2022)

Qu'est-ce que Wormhole Bridge Hack (2022) ?

Wormhole Bridge Hack (2022)A February 2022 attack on the Wormhole cross-chain bridge between Solana and Ethereum that minted 120,000 wETH worth ~$326 million by exploiting a signature-verification flaw in the bridge's smart contract.


Wormhole was, in early 2022, the largest bridge between Solana and Ethereum, supporting wrapped-asset transfers in both directions. On 2 February 2022 an attacker exploited a bug in the bridge's Solana program: the smart contract used an outdated version of the `solana_program::sysvar::instructions::load_instruction_at` helper to verify Guardian-set signatures attesting to deposit events on the other chain. The attacker supplied a crafted instruction set that bypassed the deprecated check, convincing the bridge that a valid Guardian-signed message had attested a 120,000-ETH deposit on Ethereum. The contract then minted 120,000 wETH on Solana — worth roughly $326 million at the time — and the attacker swapped and bridged out. Jump Crypto, which had acquired Certus One (Wormhole's core developer), reimbursed the loss from its own balance sheet within hours, preserving Wormhole's user funds. The technical lesson — signature-verification helpers and chain-specific subtleties in bridge contracts — became a canonical example in Web3 audit guides; the broader lesson is that bridges concentrate cross-chain liquidity into small contracts that are catnip for adversaries.

Exemples

  1. 01

    The Wormhole February 2022 incident ($326M minted via a Solana program signature-verification flaw) was reimbursed by Jump Crypto within 24 hours.

  2. 02

    Post-Wormhole bridge audits universally added explicit checks against deprecated `load_instruction_at` patterns and incentivized comprehensive Guardian-signature validation.

Questions fréquentes

Qu'est-ce que Wormhole Bridge Hack (2022) ?

A February 2022 attack on the Wormhole cross-chain bridge between Solana and Ethereum that minted 120,000 wETH worth ~$326 million by exploiting a signature-verification flaw in the bridge's smart contract. Cette notion relève de la catégorie Web3 et blockchain en cybersécurité.

Que signifie Wormhole Bridge Hack (2022) ?

A February 2022 attack on the Wormhole cross-chain bridge between Solana and Ethereum that minted 120,000 wETH worth ~$326 million by exploiting a signature-verification flaw in the bridge's smart contract.

Comment fonctionne Wormhole Bridge Hack (2022) ?

Wormhole was, in early 2022, the largest bridge between Solana and Ethereum, supporting wrapped-asset transfers in both directions. On 2 February 2022 an attacker exploited a bug in the bridge's Solana program: the smart contract used an outdated version of the `solana_program::sysvar::instructions::load_instruction_at` helper to verify Guardian-set signatures attesting to deposit events on the other chain. The attacker supplied a crafted instruction set that bypassed the deprecated check, convincing the bridge that a valid Guardian-signed message had attested a 120,000-ETH deposit on Ethereum. The contract then minted 120,000 wETH on Solana — worth roughly $326 million at the time — and the attacker swapped and bridged out. Jump Crypto, which had acquired Certus One (Wormhole's core developer), reimbursed the loss from its own balance sheet within hours, preserving Wormhole's user funds. The technical lesson — signature-verification helpers and chain-specific subtleties in bridge contracts — became a canonical example in Web3 audit guides; the broader lesson is that bridges concentrate cross-chain liquidity into small contracts that are catnip for adversaries.

Comment se défendre contre Wormhole Bridge Hack (2022) ?

Les défenses contre Wormhole Bridge Hack (2022) combinent habituellement des contrôles techniques et des pratiques opérationnelles, comme détaillé dans la définition ci-dessus.

Quels sont les autres noms de Wormhole Bridge Hack (2022) ?

Noms alternatifs courants : Wormhole hack, wETH mint exploit.

Termes liés