ChainBleedv0.1 · open intel
← back to feed·ETHBRIDGE2023-12-31 · 2y ago
Incident · DEFILLAMA

Orbit Bridge

Signature Exploit
Estimated loss
$81.70M
VERDICT —OUT OF SCOPE
The contract's signature verification and threshold logic worked as written. The breach occurred outside the smart-contract trust boundary — in the signer key custody and signing infrastructure — which a pre-deployment source audit cannot enforce. A 7-of-10 threshold over signers controlled by one operator is an operational-security finding, not a Solidity bug.
▰ METHOD
Signature Exploit
BRIDGEBRIDGE
Root cause

Orbit Bridge's Ethereum-side vault contracts gate withdrawals on an off-chain quorum: seven of ten farmer signatures over a (txHash, toAddr, token, amount) tuple. On 2023-12-31 the attacker submitted withdrawal calls signed by seven legitimate signer keys and drained ~$81.7M across ETH, USDT, USDC, DAI, and WBTC pools. Both Theori's and Halborn's post-mortems concluded the contract-level signature verification (ecrecover loop, threshold counter, replay-nonce check) executed as designed — the seven signatures were cryptographically valid. The root cause was operational: the seven signer keys, or the systems holding them, were compromised off-chain (the leading hypothesis is shared infrastructure / shared credential surface across signer machines), not a flaw in the bridge's Solidity. The CosmWasm-side mint authority on Orbit Chain accepted the resulting cross-chain proof because, again, the threshold was met.

▰ PROOF OF CONCEPT
DEFIHACKLABS
src/test/2024-01/OrbitChain_exp.sol
view forked test on github ↗

Reproducible Foundry test fork from SunWeb3Sec/DeFiHackLabs. Clone the repo, run forge test against the file path above, and replay the exploit against a mainnet fork at the historical block. Use for reproduction only — not for live targets.

Forensic narrative

Classification: Protocol Logic. Technique: Signature Exploit. Bridge hack. Target type: DeFi Protocol. Affected chains: Ethereum. Implementation language: Solidity.

Primary source
https://rekt.news/orbit-bridge-rekt/
Sourced from
DefiLlama Hacks dataset · api.llama.fi/hacks
Technical record
chain
ethereum
protocol
Orbit Bridge
bug_class
bridge
date_occurred
2023-12-31
loss_usd
$81,700,000
classification
Protocol Logic
technique
Signature Exploit
target_type
DeFi Protocol
language
Solidity
bridge_hack
YES
source_id
dl:1981
Related — same bug class· bridge
2026-05-16
25d ago
ETH
Adshares
Bridge-Minter Fake-Mint Exploit (wADS)
bridge
$628.0K
AMBIGUOUS
2026-05-15
26d ago
MULTI
THORChain
Cross-Chain Router Exploit (multi-chain drain)
bridge
$10.70M
AMBIGUOUS
2026-04-29
1mo ago
BASE
Syndicate
Commons Bridge Exploit
bridge
$380.0K
UNRATED
2026-04-29
1mo ago
MULTI
Syndicate
Exploit
bridge
$330.0K
UNRATED
2026-04-27
1mo ago
MULTI
ZetaChain
GatewayEVM Contracts Exploit
bridge
$300.0K
UNRATED
2026-04-18
1mo ago
MULTI
Kelp
LayerZero OFT bridge exploit
bridge
$293.00M
CONFIG LAYER
ChainBleed — live web3 threat intelligence