Bitcoin’s cold storage ecosystem is having its worst month in years. What started in late July as a firmware bug in Coinkite’s Coldcard hardware wallets has metastasized into a full-blown security crisis: confirmed losses near $111 million, a potential ceiling closer to $130 million, and a volunteer audit team that just flagged 85 critical bugs across 390 open-source Bitcoin repositories in a single 27.5-hour sprint. Add a separate $8 million cross-chain heist against exchange Coinsbuy on August 9, and the picture looks less like an isolated incident and more like a systemic stress test that Bitcoin’s self-custody infrastructure is failing in real time.
For an industry that has spent a decade telling users “not your keys, not your coins,” the timing is brutal. Hardware wallets are the recommended endpoint for that advice, and the device at the center of this mess, the Coldcard, has been a favorite among Bitcoin maximalists precisely because it’s open source and air-gapped. The events of August 2026 are forcing a harder question: if a five-year-old entropy bug can sit undetected in widely-audited, open-source firmware, what else is hiding in the code that secures billions of dollars in Bitcoin?
What Happened: The Coldcard Entropy Flaw Explained
The root cause traces back to how Coldcard devices generated seed phrases. Investigators found that affected units relied on a software-based random number generator rather than a true hardware entropy source, which cut the effective randomness of some generated seeds down to roughly 40 or 72 bits, far short of the 128 to 256 bits users expect from a hardware wallet built for cold storage. Once that randomness is weak enough, an attacker with sufficient compute can brute-force or reconstruct the private key behind a wallet address without ever touching the physical device.
Forensic work traced the flawed code to a firmware release from March 2021, meaning the weakness sat in open-source, publicly reviewable code for more than five years before anyone weaponized it at scale. The affected hardware spans Coldcard Mk3, Mk4, Mk5, and Q models, with some Mk2 devices also implicated depending on firmware version. Coinkite, the Canada-based manufacturer, has since shipped a firmware patch and published an entropy remediation disclosure, and the company has been explicit that this is a firmware-level random number generation failure, not a flaw in the Bitcoin protocol itself.
Coinkite CEO NVK put it bluntly in guidance to affected users: “If you generated a seed using a Coldcard wallet, move your funds now, using our updated best practices, before reading further,” he wrote in an open letter reported by CoinDesk as the losses were still climbing.
How the Losses Escalated: From $89M to $130M in Ten Days
What makes this incident unusual is how the loss figures kept climbing as investigators dug deeper. Early on-chain forensics identified around 500 single-signature wallets and 1,324 UTXOs as compromised, totaling roughly 594.5 BTC. Within days that expanded to about 1,196 addresses holding 1,082.65 BTC, worth close to $70 million at the time. By August 2, CoinDesk reported the attack had spread to 4,500 Bitcoin addresses with losses nearing $89 million, describing an attacker who was systematically draining wallets worth “a few thousand dollars each” in a broad, script-driven sweep rather than chasing only high-value targets.
The number kept rising. By August 3, KuCoin’s incident desk called it the largest Bitcoin theft of 2026, citing 1,359 BTC confirmed stolen in the main exploitation wave. Galaxy Research’s on-chain analysis then put the figure at 1,816 BTC, worth nearly $116 million. The most recent tally, confirmed by Galaxy Research on August 8, sets stolen funds at 1,719 BTC (about $111 million), with potential total losses reaching as high as 2,055 BTC, or roughly $130 million, as more compromised addresses continue to surface.
Security researcher Garrett, discussing the mechanics of the flaw in CBC’s coverage, explained why the device itself became the weak link: “The device is just responsible for generating your passwords, and if the underlying math is broken then your passwords can be reverse-engineered.” In earlier commentary to Fox Business, the same researcher had offered a more measured read on the immediate danger: “Our assessment is this presents no risk of remote drains or immediate funds loss.” Events since then have complicated that assessment considerably, as the sweeps have continued for weeks rather than resolving quickly.
Escalating Loss Estimates: A Timeline
| Date | Addresses/UTXOs Affected | BTC Stolen | USD Estimate |
|---|---|---|---|
| Late July 2026 | ~500 wallets, 1,324 UTXOs | ~594.5 BTC | ~$38M (initial reports) |
| Aug 2, 2026 | 4,500 addresses | Not fully quantified | ~$89M |
| Aug 3, 2026 | 1,196+ addresses | 1,359 BTC | ~$83-89M (largest 2026 theft) |
| Aug 3-8, 2026 | Ongoing forensics | 1,816 BTC | ~$116M |
| Aug 8, 2026 (confirmed) | Expanding address set | 1,719 BTC | ~$111M |
| Aug 8, 2026 (potential ceiling) | All flagged addresses | Up to 2,055 BTC | Up to ~$130M |
The pattern is telling: each new forensic pass by Galaxy Research and independent analysts pushed the number higher, not lower. That’s unusual for a hack investigation, where early estimates are often inflated and get revised down. Here, the opposite happened, because the attacker’s automated sweeps (some completed in 25 to 41 minutes against hundreds to thousands of addresses at a time, according to KuCoin’s analysis) kept surfacing new compromised wallets as more Coldcard users checked their holdings against the disclosed vulnerability.
Bitcoin Red Team’s AI-Assisted Audit Uncovers Thousands of Bugs
While the Coldcard losses were still being tallied, a separate and arguably more alarming story broke. A volunteer initiative called Bitcoin Red Team, led by developer Calle alongside AnchorWatch CEO Rob Hamilton, launched a sweeping, AI-assisted security audit of open-source Bitcoin infrastructure. The scale is hard to overstate: within the first 24 to 27.5 hours, the team had filed 4,962 findings across 390 separate repositories, including 85 rated critical and 635 rated high severity.
Calle described the pace of discovery in stark terms: “We’re averaging on the order of 1 critical exploit per hour per person,” he said, a rate that would be alarming for any single project, let alone across nearly 400 of them simultaneously. He later gave a running tally that captured just how fast the findings were piling up: “27.5 hours in, we’ve filed 4,962 findings across 390 projects.”
Forbes characterized the mood among Bitcoin developers watching the audit unfold as grim, describing warnings that the “situation is extremely bad” as the team braced for more critical exploits to surface across major projects. That framing matters because Bitcoin Red Team isn’t reviewing some obscure side project. It’s auditing the software layer that secures wallets, exchanges, and payment infrastructure used by millions of people, and it found this volume of critical issues in barely more than a day of concentrated effort.
Severity Breakdown: What the Red Team Found
| Severity Level | Findings Reported | Share of Total (approx.) | Risk Category |
|---|---|---|---|
| Critical | 85 | ~1.7% | Remote exploitation, key exposure, fund loss |
| High | 635 | ~12.8% | Privilege escalation, denial of service, data exposure |
| Medium/Low/Informational | ~4,242 | ~85.5% | Code quality, hardening gaps, best-practice violations |
| Total findings (27.5 hrs) | 4,962 | 100% | Across 390 open-source Bitcoin repositories |
Even setting aside the medium and low-severity noise that any large-scale audit generates, 85 critical findings and 635 high-severity findings in roughly a day of work is a lot for an ecosystem that markets itself on the strength of its open-source review process. The assumption underpinning Bitcoin’s “don’t trust, verify” ethos is that enough eyeballs on the code will catch serious bugs quickly. The Coldcard flaw alone undercuts that assumption: it sat in production firmware, presumably reviewed by a security-conscious user base, for over five years.
BTCPay Server and Boltz: The Exploit Wave Widens
The Coldcard flaw and the Red Team audit aren’t happening in isolation. They’re part of what researchers at D-Central Technologies have termed a broader “Bitcoin exploit wave” running through the first half of August 2026. BTCPay Server, the widely used self-hosted payment processor, disclosed its own critical vulnerability and published a security advisory on August 7, shipping version 2.4.2 to close the hole. Shattered.io covered that incident in depth when it broke, including how the flaw could be used to drain connected Lightning nodes via exposed macaroon credentials.
D-Central’s analysis also flags a third thread: Boltz, a widely used Lightning submarine-swap service, went through what the outlet described as “the shutdown that should worry you most,” tying its exposure to the same period of heightened scrutiny across Bitcoin infrastructure. Taken together, the three incidents share a common thread: none of them were bugs in Bitcoin’s core protocol. Each was a failure in the surrounding software, hardware, and services that everyday users actually touch, which is exactly where most people’s real-world risk lives.
The Coinsbuy Hack: A Parallel $8 Million Warning
As if to underline the point, a separate incident hit crypto platform Coinsbuy on August 9. According to blockchain investigator BlockWatchdog and CoinDesk’s reporting, an attacker drained more than $8 million across the Tron and Ethereum networks in a coordinated, cross-chain attack. The exploit reportedly began with a deceptively small 5 USDT transaction before the attacker moved on to draining eight TRON wallets of roughly 6.04 million of a dollar-pegged stablecoin, then bridged the funds across chains to complicate tracing.
Coinsbuy is a smaller player than the exchanges typically making headlines, but that’s part of the point: attackers are working the full spectrum of crypto infrastructure right now, from Bitcoin-native hardware wallets down to mid-sized exchange hot wallets. It echoes the pattern seen with the Harmony ONE token-minting exploit in mid-August, where an attacker minted roughly 4 billion ONE tokens (about 26% of supply) and crashed the token’s price 37%, and the Coreum bridge hack that drained 200,000 XRP in 97 minutes. Different chains, different mechanisms, same underlying story: 2026 has been an unusually rough year for crypto infrastructure security.
Which Hardware Wallets Are Affected
For Coldcard owners specifically, the affected scope covers Mk3, Mk4, Mk5, and Q devices, with some Mk2 units also implicated depending on which firmware version generated the seed. The key detail is that the vulnerability is tied to seed generation, not just device operation. That means a wallet is only at risk if its seed phrase was originally generated on an affected device running the flawed firmware. Seeds imported from another source, or generated after the patch, are not affected by this specific bug.
Coinkite’s guidance, and the broader consensus among security researchers covering the story, is straightforward: if there’s any doubt about when or how a seed was generated, treat it as compromised and move funds to a freshly generated wallet using patched firmware or a different hardware vendor entirely. Shattered.io’s earlier step-by-step hardware wallet security guide walks through that migration process in detail, and the seed phrase offline backup guide covers how to store a new seed correctly once you’ve moved funds.
Coinkite’s Response and the Firmware Patch
To its credit, Coinkite moved relatively fast once the scale of the problem became clear. The company shipped a firmware patch, published a detailed entropy remediation disclosure explaining exactly how the software-based random number generator failed, and repeatedly emphasized that the bug lives in Coldcard’s firmware rather than in Bitcoin’s protocol or cryptographic primitives like SHA-256 or ECDSA. That distinction matters for confidence in Bitcoin itself, even as it does nothing to soften the financial hit for affected users.
Coinkite’s transparency has been notable given how badly the disclosure could have gone. No CVE has been formally issued for the flaw, which is itself a point of friction among researchers who argue that an issue draining nine figures in Bitcoin deserves the standard vulnerability-tracking treatment regardless of where it originated. The lack of a CVE hasn’t slowed the flow of information, but it has made it harder for automated security tooling to flag Coldcard devices running vulnerable firmware.
Why Software-Based RNGs Keep Failing Cold Storage
Random number generation is one of those problems that looks simple and isn’t. True hardware entropy sources, physical noise generators built into a chip, are expensive to implement correctly and hard to verify from the outside. Software-based pseudo-random number generators are cheaper and easier to audit in theory, but they’re also easier to get subtly wrong in ways that don’t show up until someone specifically goes looking for weak entropy, as happened here five years after the flawed code shipped.
This isn’t the first time weak entropy has burned a cryptocurrency project, and it won’t be the last. The pattern tends to repeat because entropy bugs are invisible under normal use. A wallet with a 40-bit seed generates addresses, signs transactions, and behaves identically to a wallet with a proper 256-bit seed, right up until someone with enough compute decides to go looking for weak keys. That’s part of why this class of bug is so dangerous: there’s no error message, no crash, no obvious symptom until funds start disappearing.
Market Impact: Bitcoin Wallet Activity and Investor Confidence
Ironically, the crisis has driven a spike in legitimate Bitcoin network activity. KuCoin’s flash reporting noted that Bitcoin wallet activity reached a 2026 high as users rushed to check their holdings and migrate funds off potentially affected Coldcard devices. Transaction counts and address churn both jumped in the days following the disclosure, a pattern consistent with a mass, defensive wallet migration rather than organic adoption growth.
The reputational impact is harder to quantify but arguably more consequential long-term. Self-custody has been Bitcoin’s core value proposition since its inception, and hardware wallets are the primary tool recommended to retail holders who want to avoid exchange custody risk. When the recommended alternative to “trust an exchange” turns out to have its own multi-year, undetected flaw, it hands ammunition to the argument that regulated custodians and spot ETFs are the more practical option for most people, even if that runs against Bitcoin’s founding philosophy.
Historical Context: Cold Storage Wasn’t Supposed to Fail Like This
Hardware wallets emerged specifically to solve the exchange-hack problem that has plagued crypto since Mt. Gox collapsed in 2014. The pitch was simple: keep your keys offline, air-gapped, and away from internet-connected attack surfaces, and you eliminate the biggest category of crypto theft. For most of the last decade, that pitch mostly held. Physical hardware wallet compromises tended to require either physical access to the device or supply-chain tampering before it reached the customer, both of which are harder to pull off at scale than a remote exploit.
The Coldcard entropy flaw breaks that model because it doesn’t require physical access at all. If the seed was generated weakly, the attacker only needs to guess or reconstruct the key mathematically, a purely remote, purely computational attack against a device that was specifically marketed as immune to remote attacks. That’s a meaningfully different threat model than anything the hardware wallet industry has had to publicly reckon with before, and it’s why this incident is being discussed alongside historically significant breaches rather than dismissed as a routine bug fix.
Competitive Comparison: How Other Wallet Makers Handle Entropy
Not every hardware wallet maker takes the same approach to randomness. Ledger and Trezor, Coldcard’s two biggest competitors in the dedicated hardware wallet space, both rely on certified secure element chips or dedicated hardware entropy sources for seed generation, an architectural choice Coinkite had historically avoided in part because it also avoids the closed-source, non-auditable secure element chips that Ledger uses. That openness is a real trade-off: fully open-source, auditable code is easier to review in theory, but as this incident shows, “easier to review” doesn’t guarantee anyone actually found the bug in five years.
The practical takeaway for buyers isn’t that open-source hardware is worse than closed secure elements, or vice versa. It’s that neither architecture is a substitute for active, funded, ongoing security auditing. A secure element chip that’s never independently tested is not meaningfully safer than open-source firmware that nobody actually reads closely, and the Bitcoin Red Team’s findings suggest a lot of Bitcoin-adjacent code has been going unread for longer than anyone would like to admit.
What Bitcoin Holders Should Do Right Now
- Check whether your Coldcard’s seed was generated before the firmware patch. If you’re unsure, treat it as compromised.
- Move funds to a newly generated wallet, ideally using freshly updated firmware or a different vendor, rather than simply updating firmware on an existing seed.
- Apply Coinkite’s official firmware patch immediately even on wallets you plan to retire, to avoid leaving a vulnerable device connected to any network.
- If you self-host BTCPay Server, confirm you’re running version 2.4.2 or later.
- Avoid reusing seed phrases across multiple wallets or services. Each new wallet should get its own independently generated seed.
- Keep an eye on Bitcoin Red Team’s ongoing disclosures, since the audit is still surfacing new critical findings across the ecosystem.
Predictions: What Happens Next in Bitcoin Security
- More critical findings surface from Bitcoin Red Team. With 4,962 findings logged in the first 27.5 hours and the audit still running, expect the critical and high-severity counts to climb further as researchers work through the backlog across all 390 repositories.
- Formal CVE tracking gets adopted for wallet firmware. The absence of a CVE for a $100M+ incident is likely to trigger renewed pressure for hardware wallet vendors to adopt standard vulnerability disclosure and tracking practices.
- Hardware entropy sources become a marketing differentiator. Expect competing wallet makers to lean harder into “certified hardware RNG” messaging as a direct response to Coldcard’s software-based generator failure.
- Insurance and custody products see a demand bump. Firms offering Bitcoin custody insurance, including the kind AnchorWatch itself provides, are likely to see increased interest from holders spooked by an incident that undermined confidence in DIY self-custody.
- Regulatory scrutiny of hardware wallet security claims increases. A nine-figure loss tied to a marketed security feature is the kind of event that draws attention from consumer protection regulators, particularly in jurisdictions already scrutinizing crypto custody practices.
Frequently Asked Questions
What is the Coldcard entropy flaw?
It’s a firmware bug in Coinkite’s Coldcard hardware wallets where seed phrases were generated using a software-based random number generator instead of true hardware entropy, reducing effective randomness to around 40 to 72 bits and making some seeds computationally guessable.
How much Bitcoin has been stolen so far?
Galaxy Research confirmed 1,719 BTC stolen (about $111 million) as of August 8, 2026, with a potential total of up to 2,055 BTC (roughly $130 million) as investigators continue identifying compromised addresses.
Which Coldcard models are affected?
Mk3, Mk4, Mk5, and Q models are affected, along with some Mk2 devices depending on firmware version. Only wallets whose seed was originally generated on an affected device running the flawed firmware are at risk.
What is Bitcoin Red Team?
It’s a volunteer security initiative, led by developer Calle and AnchorWatch CEO Rob Hamilton, running an AI-assisted audit of open-source Bitcoin repositories. In its first 27.5 hours, it logged 4,962 findings across 390 projects, including 85 critical and 635 high-severity bugs.
Has Coinkite fixed the vulnerability?
Yes. Coinkite released a firmware patch and published an entropy remediation disclosure, and has stated the issue is isolated to firmware-level random number generation, not the Bitcoin protocol or its cryptography.
Is this related to the BTCPay Server vulnerability?
They’re separate bugs but part of the same broader wave of Bitcoin infrastructure security disclosures in August 2026. BTCPay Server published its own advisory and shipped version 2.4.2 on August 7 to fix an unrelated credential-exposure issue.
Should I stop using a Coldcard wallet?
Not necessarily. Update to the patched firmware and generate a fresh seed on the updated device. The flaw affects seeds generated before the patch, not the hardware itself going forward.
Was there a CVE issued for the Coldcard flaw?
No formal CVE has been issued as of this writing, which researchers have flagged as unusual given the scale of the financial losses involved.
Related Coverage
- Hardware Wallet Security: 12 Steps After $100M Hack [2026]
- BTCPay Server Bug Drains Lightning Nodes: Patch in 1 Day [2026]
- Seed Phrase Security: 12 Steps to an Offline Backup [2026]
- Harmony ONE Crashes 37% as Hacker Mints 4B Tokens [2026]
- Coreum Bridge Hack Drains 200K XRP in 97 Minutes [2026]
- Bitcoin Lightning Node Setup: 12 Steps, 45 Min [2026]
- More Cryptocurrency Coverage




