encoding · September 1, 2026
Coldcard Seed-Generation Flaw Drains 1,816 Bitcoin, Prompts Custody Reckoning
What the sources reported
Coldcard Randomness Bug Becomes a Custody Reckoning
A seed-generation flaw in Coinkite's Coldcard hardware wallets let attackers drain approximately 1,816 bitcoin — about $116 million at the time — starting July 30, according to two independent outlets tracking on-chain security. One tally now counts nearly 1,200 drained addresses with confirmed losses near $70 million. The vulnerability sits in randomness used during key generation, so victims did not hand over a private key: drained addresses are enough when the entropy collapses.
The operational lesson is hard. Hardware-wallet users who relied on affected firmware versions must treat their seeds as exposed and migrate funds through a freshly generated wallet on a clean device, then re-anchor any multisig quorum to the new keys. For teams running self-custody at scale, the incident pushes entropy quality, firmware provenance, and supply-chain attestations back into the procurement checklist rather than the marketing slide.
A Separate March 2021 Firmware Bug Resurfaces at $38 Million
A different Coldcard firmware bug, originally shipped in March 2021, has now been linked to a $38 million theft from around 500 bitcoin wallets. The reuse of an old vulnerability for a fresh drain sharpens the point: deprecated firmware paths remain in scope for years, and attackers are patient. Practitioners should map every active device against the full Coinkite firmware history, not just the latest advisory, and retire any unit that cannot move past the affected lineage.
Trust Wallet Drops 25 Networks on September 15
Trust Wallet confirmed it will sunset 25 networks on September 15, narrowing the chain surface its users can transact on. For developers embedding the wallet, the cut means removing RPC endpoints, token lists, and signing paths tied to the dropped networks before that date, and warning end users whose only path to a chain was through Trust Wallet. Custody teams should audit which sub-wallets still depend on those chains so a sunset does not strand assets behind an unsupported signer.
What Practitioners Should Check This Week
Three concrete checks follow from the evidence. First, any Coldcard on affected firmware must have its seeds re-generated on verified hardware and its multisig signer set reissued before the next signing window. Second, replay the March 2021 firmware lineage against every device still in inventory, because the $38 million drain shows that old bugs keep paying out. Third, finish the Trust Wallet migration before September 15 so deprecated networks do not break a production wallet flow on the day they go dark.
What this means for tooling
- entropy-quality checker for wallet firmware versions
- firmware-affected-address screener
- network-sunset migration checklist generator
- bitcoin address drained-set lookup
- hardware-wallet provenance attestation form
Tools that already cover this
- Gzip Compress & DecompressCompress UTF-8 text into Base64-wrapped RFC 1952 gzip bytes or decompress gzip Base64 back to strictly valid UTF-8 text.
- RSA Key GeneratorGenerate a 2048- or 3072-bit RSA-OAEP key pair with SHA-256 and export standard public and private PEM locally.
- Sha512 Hash GeneratorGenerate the full 512-bit SHA-512 digest of UTF-8 text or file bytes locally, without truncating it to a shorter variant.
- XOR Encryption OnlineApply a repeating-key XOR transform to UTF-8 text and exchange the reversible ciphertext as validated hex or Base64, entirely in your browser.
- AES Encryption OnlineEncrypt text into a portable authenticated AES-256-GCM JSON package or decrypt a package with its password entirely in your browser.
- HMAC GeneratorGenerate HMAC-SHA-256, HMAC-SHA-384 or HMAC-SHA-512 from exact UTF-8 or hexadecimal key and message bytes.
- Sha1 Hash GeneratorGenerate a SHA-1 digest from exact UTF-8 text or local file bytes, with an explicit warning about collision attacks.
- SHA256 Hash GeneratorCalculate a standard SHA-256 digest for text or files locally and copy the exact 256-bit result as Hex or Base64.
Decision room queued — the team review of this signal has not started yet.
AI analysis by Lizely. Grounded in linked public evidence. Participants are fictional editorial roles, not real people or human authors.