Blockchain Wallet and Protocol Hacks: What 2024–2026 Taught Us About Key Security

Blockchain technology and wallets
Published on
Aug 20, 2026
From 2024 through H1 2026, blockchain hacks drained billions from hot wallets, cold wallets, admin keys, and bridges. Anjuna analyzed 19 major incidents to see where Trusted Execution Environments (TEEs) could have stopped the bleeding — and where they can't.
https://www.anjuna.io/blog/blockchain-wallet-protocol-hacks-2024-2026-key-security

Blockchain security keeps failing in the same place: the moment a private key — or the trust placed in whoever controls it — gets exploited. From 2024 through the first half of 2026, hot wallets, cold wallets, admin keys, cross-chain bridges, and DeFi protocols were drained for billions of dollars combined, and in most cases the root cause traces back to how, and where, signing keys were handled.

Anjuna reviewed the major incidents from this period to assess financial impact, attack vector, and whether Trusted Execution Environments (TEEs) and Confidential Computing could have changed the outcome. The pattern that emerges is clear: TEEs are a powerful mitigation for key compromise, but they aren't a substitute for sound smart contract engineering, decentralized verification, or careful transaction review. And the attackers are adapting. 2026 has seen a marked shift away from smart-contract bugs and toward attacks on trust itself: social engineering, compromised infrastructure, and cross-chain message forgery.

The Incidents

Platform / Attack Estimated Loss Wallet / Attack Type Mode of Attack TEE Mitigation?
BtcTurk ~$55M Hot wallets Private key compromise Yes — TEE-secured key usage could prevent extraction
BigONE ~$27M Hot wallet Supply-chain/server logic breach enabling unauthorized withdrawals Likely — TEE isolation of signing operations reduces risk
MetaWin ~$4M Hot wallet Direct exploit enabling hot wallet theft Likely — TEE secures keys even if server is compromised
M2 Exchange ~$13.7M Hot wallet Wallet system vulnerability exploited to drain online wallet Likely — TEE key protection helps
Phemex ~$85M Hot wallet Social engineering/internal compromise of staff Likely — TEE helps limit insider key use
AdsPower ~$4.7M User wallet via software Supply-chain malware replacing plugin, stealing mnemonic/private keys Yes — TEE or hardware-backed wallet prevents extraction
UPCX ~$70M Admin key (smart contract) Admin key compromised to upgrade contract and drain funds Possibly — if admin keys managed inside TEE with time-locked upgrades
zkSync ~$5M Admin key in wallet Unauthorized minting from compromised admin key Possibly — TEE plus minting limits helps
WazirX ~$235M Cold multisig wallet Altered smart-contract logic and fake account to gain control of multisig Possibly — if TEE strictly matched UI signing with contract logic
DMM Bitcoin ~$305M Hot & cold keys Credential compromise/social engineering via custody partner systems Possibly — TEE could protect key material, though insider access complicates matters
Loopscale ~$5.8M Smart contract protocol (no wallet component) Pricing bug draining funds Not applicable — contract flaw, not key storage
Cetus DEX ~$223M DEX/AMM (not wallet) Smart contract exploit draining pools Not applicable — contract logic flaw
Bybit $1.46B Cold wallet (ETH multisig) Phishing/fake signing interface manipulated users into approving a malicious transaction Unlikely — UI spoofing bypassed secure signing; a process failure requiring human and UI-level fixes
Upbit ~$36M Hot wallet Solana-network hot wallet compromised, assets drained Likely — TEE key isolation limits what a breached hot-wallet server can expose
Resolv ~$23–25M Admin/minting key (off-chain service) Attacker compromised the AWS KMS environment holding Resolv's minting key and authorized ~80M unbacked USR stablecoins, triggering a depeg of up to ~95%. Yes — a TEE-protected minting key is far harder to extract than one held in a cloud KMS
Drift Protocol ~$285M Multisig/governance (Solana DeFi) Six-month North Korea–linked social-engineering campaign got multisig signers to pre-sign hidden authorizations, then pushed a zero-timelock governance migration and a fake collateral token Possibly — TEE-enforced signing policy could flag anomalous zero-timelock changes, but this was primarily a governance-process failure
Kelp DAO ~$292M Cross-chain bridge (LayerZero verifier) Attacker compromised RPC nodes feeding a single ("1-of-1") message verifier, tricking it into approving a forged cross-chain transfer Possibly — TEE-secured verifier nodes raise the bar, but the deeper flaw was a single-verifier trust model
CoW Swap ~$1.2M Frontend/domain (not wallet) DNS/domain hijack of the cow.fi frontend redirected users to a phishing interface that captured transaction approvals Not applicable — a domain and UI trust failure, not key storage

Originally compiled July 2025; updated August 2026 with incidents through H1 2026, based on public disclosures and verified sources.

Five Trends Worth Noting

Hot wallets remain the highest-risk surface. Every hot wallet incident above traces back to a compromised key, a breached server, or a manipulated employee. This is exactly the problem TEEs are built to solve: isolating key usage and signing so that even a fully compromised server can't extract the key material.

Cold wallets aren't automatically safe. Bybit and WazirX show that "cold" doesn't mean "immune." Both attacks exploited social engineering and altered multisig logic rather than direct key theft. TEEs help here, but only when paired with application-level validation that verifies what's actually being signed.

Admin keys are a recurring blind spot. zkSync, UPCX, and now Resolv were all drained through admin or minting key misuse such as upgrading a contract, minting tokens, or authorizing collateral without proper validation. TEEs can protect the key itself, but that protection only matters if it's paired with governance controls: multi-sig quorums, time-locked upgrades, on-chain transparency.

Not every hack is a key problem. Cetus DEX and Loopscale were pure smart contract failures. There were pricing bugs and liquidity-math flaws with no wallet component at all. No amount of key isolation fixes a bad contract. These require formal verification, audits, and bug bounties, full stop.

Attackers have shifted from bugs to trust. The biggest 2026 incidents including Kelp DAO, Drift Protocol, and CoW Swap weren't code exploits at all. They were attacks on the infrastructure and human processes around the code: a bridge's single trusted verifier, a multisig's signers, a domain registrar. As protocols harden their smart contracts, attackers (increasingly attributed to North Korea–linked groups such as Lazarus/TraderTraitor) are moving up the stack to targets that are harder to patch with an audit.

What This Means for Teams Securing Key Infrastructure

  • Put TEEs in front of all key management, especially hot wallets and admin/minting operations, to isolate keys and enforce secure signing even if the surrounding infrastructure is compromised. Resolv's compromised AWS KMS key is the clearest recent example of what TEE-based key custody is designed to prevent.
  • Verify intent, not just signatures. Pair TEE-based signing with tooling that matches what a user sees in the UI to what a contract will actually execute. This is the gap exploited in Bybit's fake signing UI, WazirX's altered contract logic, and CoW Swap's phishing frontend.
  • Layer governance on top of key security. Admin actions like upgrades, minting, and zero-timelock migrations should require quorum signatures, time delays, and transparency, regardless of how well the key itself is protected. Drift Protocol shows how a socially engineered multisig can bypass even a well-run governance process.
  • Decentralize cross-chain trust. Kelp DAO's single-verifier LayerZero configuration shows why "1-of-1" trust assumptions in bridges are as dangerous as a single private key. Both are single points of failure.
  • Don't skip the audit. Confidential computing secures key material; it doesn't validate contract logic. DeFi protocols and bridges still need deep security review.

How Anjuna Helps

Anjuna's confidential computing platform runs key generation, storage, and transaction signing inside hardware-backed TEEs so even if a hot wallet server, exchange backend, or cloud KMS is fully compromised, the signing key itself is never exposed in the clear. That's precisely the gap that let attackers walk away with BtcTurk's hot wallets, Phemex's staff credentials, and Resolv's AWS KMS-held minting key. Pairing that TEE-based custody with governance controls, transaction-intent verification, and rigorous contract audits closes the remaining gaps this dataset keeps exposing.

The Bottom Line

TEEs are one of the most effective tools available for shutting down key-compromise attacks, which remain a leading category of loss in this dataset. But the record through H1 2026 draws an even sharper boundary around what TEEs can't do on their own: they don't fix bad contract code, they don't decentralize a bridge's trust model, and they don't stop a human from approving a malicious transaction or pre-signing an authorization they were tricked into trusting. Chainalysis puts total crypto theft at $3.4 billion for 2025, and industry trackers show H1 2026 has already crossed $1.1 billion across 212 verified incidents — the highest first-half total on record, with North Korea-linked actors tied to more than half of it. Real resilience requires TEE-based key protection combined with governance controls, decentralized verification, UI/transaction verification, and rigorous smart contract auditing.

Ready to close the key-compromise gap in your own infrastructure? Start a free trial of Anjuna Seaglass and see how TEE-based confidential computing protects your keys even when everything around them is compromised.

Sources

  • Crypto hacks hit $3.4 billion in 2025, attacks on individual wallets rise — The Block (theblock.co)
  • Crypto Hacks Cross $1.1B in Record H1 2026 Losses — CryptoTimes (cryptotimes.io)
  • Explained: The Kelp DAO Hack (April 2026) — Halborn (halborn.com)
  • North Korean Hackers Attack Drift Protocol in $285 Million Heist — TRM Labs (trmlabs.com)
  • $285 Million Drift Hack Traced to Six-Month DPRK Social Engineering Operation — The Hacker News (thehackernews.com)
  • Resolv Hack Analysis: $23M Loss Traced via Compromised Key — Chainalysis (chainalysis.com)
  • How a Compromised Key Minted $80M in Resolv's USR Stablecoin and Triggered a Depeg — Blockaid (blockaid.io)
  • CoW Swap Loses $1.2M in Domain Hijacking Attack — Phemex News (phemex.com)
  • From Bybit to GMX: The 10 biggest crypto hacks of 2025 — The Block (theblock.co)
More like this
Get Started Free with Anjuna Seaglass

Try free for 30 days on AWS, Azure or Google Cloud, and experience the power of intrinsic cloud security.

Start Free