Coldcard Hack

TOTAL LOST $130M
Critical #65 All-Time Other

Summarize with AI

Affected Chain 2026 Incident surface
Recovered - No recovery reported
All-Time Rank #65 By amount stolen
Protocol Type Exploit/Other Target category

Incident Overview

Starting July 30, 2026, Bitcoin hardware wallet manufacturer Coldcard (by Coinkite) disclosed a critical firmware entropy defect that enabled attackers to systematically brute-force and drain user funds offline, resulting in cumulative losses estimated between $85 million and $130 million+ (~1,900 to 2,055+ BTC) across multiple organized attack waves.

The vulnerability originated from a firmware code refactoring introduced in version 4.0.1 (March 2021), where seed phrase generation calls were migrated from ckcc.rng_bytes() to ngu.random.bytes(). This migration unintentionally caused the underlying rng_get() function to resolve to MicroPython's software Pseudo-Random Number Generator (PRNG) fallback instead of Coldcard's dedicated True Hardware Random Number Generator (TRNG). Consequently, generated wallet seeds possessed severely degraded entropy, approximately 40 bits on Mk3 devices and ~72 bits on newer models, down from the intended 128/256 bits.

Attackers leveraged this reduced search space to pre-compute and offline brute-force the predictable private keys for affected single-signature addresses, executing sweeping transactions across four distinct waves without requiring physical access to the hardware devices. Coinkite issued security advisories across affected models (Mk3, Mk4, Q, Mk5) while security researchers worked with victims to perform Replace-By-Fee (RBF) cancellations for pending mempool sweeps.

Incident Report

Protocol / Project Coldcard
Date of Incident
Attack Technique Other
Classification Other

Protocol Information

Protocol Type Exploit/Other
Official Website coldcard.com/
Protocol Twitter/X @COLDCARDwallet
Team Anonymous
Source Code Unverified

Market Context at Time of Hack

Token Categories
Payments Solana Ecosystem

What the Attacker Needed to Succeed

Understanding the prerequisites for this type of attack helps auditors identify protocols that are most at risk and helps developers build better defenses.

Technical Knowledge Deep understanding of other and Solidity and EVM internals
Capital Required Seed capital to cover gas and initial position setup
On-Chain Access Ability to interact with smart contracts and deploy a custom exploit contract
Protocol Analysis Identification of the exploitable vulnerability in Coldcard's contract logic - root cause: other
Execution Speed Precise transaction ordering and timing to exploit the vulnerability within a single atomic block
Obfuscation Plan A strategy to launder and move stolen funds - typically through mixers, cross-chain bridges, or decentralized DEX swaps to resist tracing

What Auditors Should Check

Could this have been caught in audit? Likely — with a thorough Other audit checklist and test coverage

If you're auditing a protocol with similar architecture to Coldcard, these are the critical security checks that could have prevented this incident (July 2026).

  • Verify all logic paths related to Other are guarded by proper access controls and input validation
  • Review privileged functions (owner, admin, governance) for potential abuse vectors - centralization risks should be documented and bounded with timelocks or multi-sigs

Master these auditing techniques with hands-on labs and real exploit scenarios in the Smart Contract Hacking course.

Free Trial

Sources & References

Learn to Prevent the Next Coldcard

The Coldcard hack is one of many attacks that skilled auditors are trained to detect before deployment. Master real exploit patterns and defense techniques with hands-on Web3 security training.

Recreate exploit patterns safely Free Trial