Do the Coldcard attacks mean all hardware wallets are now insecure?

cointelegraphОпубліковано о 2026-08-05Востаннє оновлено о 2026-08-05

Анотація

The recent discovery of a critical entropy-generation bug in Coldcard hardware wallets, which reportedly led to the theft of over $100 million in Bitcoin, has shaken the crypto community and raised questions about hardware wallet security. The flaw, present in certain firmware versions for over five years, weakened the randomness used to create private keys, making them vulnerable to attack. The incident highlights the fundamental and often overlooked importance of secure random number generation (RNG) in wallet creation. Industry responses vary: Ledger emphasizes certified secure hardware, Trezor combines multiple entropy sources, and Foundation advocates for open-source transparency and reproducible builds. Experts argue the bug was specific to Coldcard's implementation, not a verdict on all hardware wallets. However, it serves as a stark industry wake-up call. Recommendations include adopting stronger, verifiable standards for entropy generation and, for users, moving towards architectural mitigations like multisig setups that don't rely on a single point of failure.

Just when you thought crypto market morale couldn’t sink any lower, along comes the Coldcard entropy bug to prove you wrong.

The discovery of a flaw in one of the industry’s longest-running hardware wallets last Friday serves as a stark reminder that there is no perfectly safe place to put all your Bitcoin.

Coldcard disclosed the entropy-generation flaw affecting multiple Coldcard devices on July 31. Since then, researchers at Galaxy Digital say attackers have been able to steal more than 1,596 Bitcoin worth at least $100 million through several coordinated attacks.

Wallet manufacturers are now being forced to explain a process most users never even think about: how their wallet generates the private key to protect their Bitcoin.

Michael Tanguma, head of product at Bitcoin custody firm Onramp Bitcoin, tells Magazine:

“The whole model rests on trust that the vendor got it right [...] Almost no individual can audit the hardware, the firmware and the entropy generation underneath their device.”

Coinkite, the company behind Coldcard, has released firmware fixes and told affected users to migrate their funds, but the incident has shaken Bitcoin HODLers to the core, and it raises an uncomfortable question:

If Coldcard wallets can be exploited, does that mean all hardware wallets are potentially insecure?

A bug hidden in the foundations

The Coldcard vulnerability did not exploit Bitcoin itself nor break modern cryptography, but it struck at something much more fundamental: randomness.

Every Bitcoin wallet begins by generating a seed phrase from a pool of random data, which means that randomness should be sufficiently unpredictable to make the resulting private keys effectively impossible to guess. Entropy refers to how random it is.

If that randomness is weakened for any reason, attackers can reduce the number of possible keys that could be generate and eventually find a way to reproduce them.

Related: Coldcard hack sparks biggest sub-1 BTC move since FTX: CryptoQuant

Coinkite first alerted users on July 31 that wallets created on affected firmware should be considered at risk and told customers to migrate funds to newly generated wallets. As researchers dug further into the bug over the following days, their attention quickly turned to how a flaw in such a critical part of the wallet had gone unnoticed for more than five years.

Core Lightning developer Dustin Dettmer suggested that it might have originated during firmware changes made in 2021.

He believes that code intended to interface with the hardware random number generator instead disabled it, which caused wallet creation to fall back to MicroPython’s weaker Yasmarang pseudo-random number generator.

His theory has become one of the leading explanations for how the bug may have entered production firmware, although Coinkite has not confirmed that exact sequence of events, and says that it will publish a full technical postmortem “soon.” A Coinkite spokesperson tells Magazine:

“Certain firmware versions had a fallback path in seed generation that could produce weak entropy when generated on the device firmware itself.”

Devices where users generated their own entropy through dice rolls or similar manual methods “were not affected by this specific fallback path,” the spokesperson says.

Weak random number generation (RNG) is not unprecedented, but unlike many other security flaws, it is difficult to detect.

Bitcoin security expert Jameson Lopp noted that RNG vulnerabilities have previously affected a long list of cryptocurrency wallets and libraries, ranging from Blockchain.com’s Android wallet to Trust Wallet.

Weak random number generation is not a new problem. Source: Jameson Lopp

Ledger director of product security Vincent Bouzon tells Magazine that “weak randomness passes output tests,” which means that compromised random-number generators can still produce values that appear random, making flaws difficult to identifiy.

Different wallets, different randomness assumptions

Hardware wallet manufacturers agree that secure entropy generation is non-negotiable, but they take different approaches to achieving it.

Related: Zilliqa Ledger app vulnerability lets attackers recover signer’s private keys

Ledger’s philosophy centers on dedicated security hardware. Bouzon says Ledger devices generate seeds using a true random number generator embedded in a certified Secure Element. The entropy source is certified under the AIS-31 PTG.2 standard and the Secure Element undergoes Common Criteria certification. He says:

“This Coldcard incident was a failure in one specific implementation, not a verdict on secure self-custody [...] The generation of that entropy must be anchored in secure hardware, with an architecture that cannot silently downgrade to an untrusted software-based source.”

Generating high-quality randoness is where the whole thing lives or dies. Source: Charles Guillemet

For its part, Trezor combines randomness generated inside the device with randomness supplied by the host computer, rather than depending on a single entropy source, and newer models also incorporate additional hardware sources.

The company also includes entropy checks to confirm that the device actually contributed unpredictable randomness during wallet creation. Tomáš Sušánka, Trezor’s chief technical officer, tells Magazine:

“The takeaway for the whole industry is that randomness cannot depend on a single source or a single line of code being correct.”

Foundation’s Passport wallet similarly rely on multiple entropy sources while emphasizing transparency. Chief executive Zach Herbert says Passport combines randomness generated by separate hardware components before creating a wallet.

The firmware is also published as free and open-source software with reproducible builds, so independent researchers can verify that the software running on the device matches the published code. Herbert says:

“The bug itself was specific to Coldcard [...] The larger warning is that this went unnoticed for more than five years while people trusted the product with life-changing amounts of money.”

Trust, transparency and verification

The real divide between Ledger, Trezor and Foundation is not about the importance of randomness, but over how users can be certain that it is actually working.

Ledger argues that independent certification provides the strongest assurance. Foundation relies on open-source development, reproducible builds and welcoming external researchers, and Trezor combines open firmware with layered entropy sources to avoid relying on any single component.

Coinkite’s approach to security disclosures has also come under fire, with several Bitcoin developers criticizing the company over past responses to vulnerability reports and the absence of a traditional bug bounty program.

Related: Fears of AI-driven DeFi hack epidemic overstated for now — but not for long

Herbert argues that welcoming external researchers is itself part of building secure products, alongside open-source development and independent audits.

Nick Percoco, chief security officer at Kraken and former chief security officer at Uptake, sees the Coldcard incident as an opportunity for the industry to adopt stronger standards, no matter which design philosophy manufacturers choose.

“The Coldcard entropy failure should be a wake-up call for the entire hardware wallet industry,” he said, arguing that today’s certification schemes often validate individual components without confirming that production firmware is actually using them correctly.

The Coldcard entropy failure should be a wake-up call. Source: Nick Percoco

Percoco proposed an industry-specific assurance standard requiring independent validation of entropy sources, verification that firmware calls the intended hardware random number generator and certification tied to specific hardware and firmware versions.

But the debate goes further than technical implementation, with voices like Herbert arguing that open-source development also shapes security culture. He points to bug bounty programs and constructive engagement with independent researchers as essential parts of secure product development.

What should Bitcoiners do now?

For Coldcard users, their immediate priority is to follow Coinkite’s migration guidance if they believe their wallets were created using affected firmware.

Longer term, Bitcoiners as a whole should use this episode as a learning moment, with experts like Tanguma stressing the need to avoid design architectures in which any single failure can compromise their funds. He says:

“Today, realistically, you want multisig and independently generated entropy [...] The mitigation that actually scales is architectural: setups where no single device, vendor or institution being wrong can lose the funds.”

So for now, the answer appears to be no; not all hardware wallets are insecure.

The Coldcard incident exposed a failure in one implementation, but it has also forced manufacturers to lift the veil on the process at the heart of self-custody: generating a secret that nobody else can predict.

Magazine: The 100x obsession: Fundamentals grow in importance as crypto matures

Трендові криптовалюти

Пов'язані питання

QWhat was the specific nature of the vulnerability discovered in Coldcard hardware wallets?

AThe vulnerability was an entropy-generation flaw, specifically a bug in the firmware that could cause wallet creation to use a weak pseudo-random number generator (MicroPython's Yasmarang) instead of the intended hardware random number generator. This weakened the randomness used to generate the private key seed, making it predictable for attackers.

QAccording to the article, how do major hardware wallet companies like Ledger, Trezor, and Foundation approach secure entropy generation differently?

ALedger relies on a certified Secure Element with a dedicated, certified true random number generator (TRNG). Trezor combines randomness from inside the device with entropy from the host computer and includes checks to verify the device's contribution. Foundation's Passport combines multiple hardware entropy sources and emphasizes transparency through open-source firmware and reproducible builds.

QWhat long-term security measure does Michael Tanguma from Onramp Bitcoin recommend for Bitcoin holders in light of the Coldcard incident?

AMichael Tanguma recommends using multisignature (multisig) setups with independently generated entropy. This architectural approach ensures that no single point of failure—whether a device, vendor, or institution—can result in the loss of funds.

QWhy are weaknesses in random number generation (RNG) particularly difficult to detect, as explained in the article?

AWeak random number generation is difficult to detect because compromised RNGs can still produce output that passes standard statistical tests for randomness. The values appear random, making the underlying flaw hard to identify without deep, specific analysis of the entropy source and generation process.

QWhat broader industry response does Nick Percoco, Kraken's CSO, suggest following the Coldcard incident?

ANick Percoco suggests the industry should adopt a stronger, specific assurance standard. This standard would require independent validation of entropy sources, verification that firmware correctly uses the intended hardware RNG, and certification tied to specific hardware and firmware versions to prevent similar implementation failures.

Пов'язані матеріали

Germany's Decades-Long Lead Lost as China's Machine Tools Quietly Rise to Global No.1

For decades, Germany held the top spot in global machine tool exports, but in 2025, China officially surpassed it for the first time, with its export value reaching 21% of the global market share. This article explores how China transformed from a heavily import-dependent nation to an export leader in this foundational industry for modern manufacturing. It begins by explaining the immense technical challenges in building high-end machine tools. Precision machining faces persistent physical obstacles like thermal expansion, vibration, and component wear, demanding top-tier core components like spindles, ball screws, and CNC systems. Historically, China relied on imports for over 90% of these critical components, and domestic machine tools suffered from short lifespans between failures (MTBF), making them unreliable for industrial use. The article credits the state-backed "04 Special Project" (2009-2020) for laying a crucial foundation. It boosted the market share of domestic high-end CNC systems from below 1% to nearly 32% and significantly improved overall machine reliability. However, the primary driver for China's rise was the massive and fast-evolving domestic market, particularly in the new-energy vehicle (NEV) sector. This created unique, high-demand applications like machining large integrated die-castings and complex battery housings. Domestic manufacturers, being close to the world's largest NEV market, rapidly iterated products to meet these new needs, gaining an edge over foreign competitors in certain emerging segments. Despite reaching the top spot in export value, the article stresses this is just a beginning. The current exports are often in specific categories like special-purpose processing machines (e.g., laser, EDM), with key markets in Asia and emerging economies. Furthermore, part of the "Chinese" export volume comes from foreign-owned factories within China. The true test for China's machine tool industry will be building the global trust and service infrastructure required for long-term, reliable operation overseas. The journey from being a buyer restricted by others' export controls to becoming a seller who must manage sensitive equipment exports and build a global support network has just entered a new, more demanding phase.

marsbit22 хв тому

Germany's Decades-Long Lead Lost as China's Machine Tools Quietly Rise to Global No.1

marsbit22 хв тому

Торгівля

Спот

Популярні статті

Як купити T

Ласкаво просимо до HTX.com! Ми зробили покупку Threshold Network Token (T) простою та зручною. Дотримуйтесь нашої покрокової інструкції, щоб розпочати свою криптовалютну подорож.Крок 1: Створіть обліковий запис на HTXВикористовуйте свою електронну пошту або номер телефону, щоб зареєструвати обліковий запис на HTX безплатно. Пройдіть безпроблемну реєстрацію й отримайте доступ до всіх функцій.ЗареєструватисьКрок 2: Перейдіть до розділу Купити крипту і виберіть спосіб оплатиКредитна/дебетова картка: використовуйте вашу картку Visa або Mastercard, щоб миттєво купити Threshold Network Token (T).Баланс: використовуйте кошти з балансу вашого рахунку HTX для безперешкодної торгівлі.Треті особи: ми додали популярні способи оплати, такі як Google Pay та Apple Pay, щоб підвищити зручність.P2P: Торгуйте безпосередньо з іншими користувачами на HTX.Позабіржова торгівля (OTC): ми пропонуємо індивідуальні послуги та конкурентні обмінні курси для трейдерів.Крок 3: Зберігайте свої Threshold Network Token (T)Після придбання Threshold Network Token (T) збережіть його у своєму обліковому записі на HTX. Крім того, ви можете відправити його в інше місце за допомогою блокчейн-переказу або використовувати його для торгівлі іншими криптовалютами.Крок 4: Торгівля Threshold Network Token (T)Легко торгуйте Threshold Network Token (T) на спотовому ринку HTX. Просто увійдіть до свого облікового запису, виберіть торгову пару, укладайте угоди та спостерігайте за ними в режимі реального часу. Ми пропонуємо зручний досвід як для початківців, так і для досвідчених трейдерів.

629 переглядів усьогоОпубліковано 2024.12.10Оновлено 2026.06.02

Як купити T

Обговорення

Ласкаво просимо до спільноти HTX. Тут ви можете бути в курсі останніх подій розвитку платформи та отримати доступ до професійної ринкової інформації. Нижче представлені думки користувачів щодо ціни T (T).

活动图片