Bitcoin Withdrawals Continue: 8 Years of Storage in a Coldcard Cold Wallet Ended in Zero

cryptonews.ru发布于2026-08-02更新于2026-08-02

文章摘要

Coldcard Hardware Wallet Hacked: Losses Mount Due to Vulnerable Seed Generation A critical vulnerability in Coldcard hardware wallets has led to a continued wave of fund thefts. According to Galaxy Research, the total stolen has reached 1,367.05 BTC (approx. $88.6 million) from 4,585 addresses, a significant increase from the initial 594.5 BTC reported on July 30, 2026. Most of the stolen funds remain on the attackers' addresses. The issue is not with the current firmware, which Coinkite has updated, but with seed phrases generated on vulnerable devices between March 2021 and the release of fixed firmware versions. Due to a programmer error, devices switched from using a hardware random number generator to the software-based Yasmarang generator, which was initialized with publicly accessible data like the chip's serial number. This made the seed phrases predictable through offline brute-force attacks, meaning wallets remain at risk until funds are moved to a new wallet generated with the patched firmware. Affected devices include Mk2/Mk3 with firmware 4.0.1–4.1.9 (and up to 5.0.3), Mk4/Mk5 up to version 5.6.0, and Q models up to 1.5.0Q. The only exceptions are seeds created with a high-entropy method like at least 50 independent dice rolls or a strong unique BIP-39 passphrase. All other owners must generate a new seed on the fixed firmware and transfer their assets. A case highlighting the human impact involves a 39-year-old long-term investor who lost 2 BTC (approx. $130...

The Coldcard hardware wallet has been compromised — a new wave of fund withdrawals from vulnerable devices is currently being observed. According to Galaxy Research, the total stolen amount reached 1,367.05 $BTC (approximately $88.6 million) from 4,585 addresses — this is significantly higher than the initial 594.5 $BTC reported on July 30, 2026. Most of the stolen funds remain untouched in the attackers' addresses. Galaxy Research confirmed on August 2, 2026, that the draining of vulnerable addresses continues.

The Problem is Not the Firmware, but the Already Created Seed Phrases

The issue is not that the devices are malfunctioning — Coinkite updated the firmware long ago. The problem is that seed phrases generated since March 2021, due to a programmer's error, turned out to be easily guessable, and updating the firmware does not change the phrase itself. As long as the owner does not transfer the funds to a new address with a new seed phrase, the old wallet remains vulnerable — no matter how many firmware versions are installed. That is why Bitcoin continues to be withdrawn even from those who updated their devices long ago.

The reason is that when integrating the libNgU library, the devices stopped using the STM32 hardware random number generator and switched to the Yasmarang software generator, initialized with publicly accessible data — the chip's serial number and timer state. Because of this, seed phrases could be brute-forced offline, without physical access to the device.

The Coinkite developer clarified which seed phrases are at risk:

  • Mk2/Mk3 with firmware 4.0.1–4.1.9 (and up to 5.0.3)

  • Mk4/Mk5 up to version 5.6.0 (Edge — up to 6.6.0X)

  • Q up to version 1.5.0Q (Edge — up to 6.6.0QX)

Exceptions are seed phrases created using at least 50 independent dice rolls or a strong unique BIP-39 passphrase. All other owners of such devices need to generate a new seed phrase on the fixed firmware (4.2.0 and newer for Mk2/Mk3, 5.6.0 and newer for Mk4/Mk5, 1.5.0Q and newer for Q) and transfer all assets to it — until this is done, the funds remain at risk regardless of the installed firmware version.

Eight Years of Hard Work — and Minutes to Lose Everything

The story of a 39-year-old investor serves as a stark reminder of how vulnerable even the most conservative cryptocurrency storage strategies can be. The man lost 2 $BTC (approximately $130,000) in just a few minutes due to the Coldcard hack. He had bought these coins over eight years, earning them through hard physical labor, and had successfully held them even through the deepest market crashes.

The tragedy lies in the fact that the victim acted with maximum caution. He did not risk capital on hype memecoins and did not entrust his savings to centralized exchanges. For him, Bitcoin was not a speculative tool, but a lifeline. The man lived in a country under strict international sanctions amidst devastating hyperinflation of the local currency. He bought cryptocurrency as a hedge against uncontrolled money printing, to protect his family from financial collapse and retire by the age of 50.

After moving his assets to a cold wallet, he believed his years of hard work were completely safe. However, the vulnerability in Coldcard nullified everything: after the instant theft of funds, the man admitted he was completely broken and would leave cryptocurrencies forever, as his dream of early retirement was dead.

This case is particularly notable because the victims of the vulnerability were not careless speculators, but long-term holders whose "buy and hold in a cold wallet" strategy was always considered the epitome of a cautious approach. Now the crypto community hopes that the manufacturer can find a way to recover the funds and return them to users to somehow mitigate this truly sad situation.

AI Opinion

From the perspective of historical data analysis, the Coldcard case is not the first example where a weakness in a random number generator destroys trust in "cold" storage. A similar situation occurred in 2011–2015 when the browser library BitcoinJS generated insufficiently random keys; the platform DefiLlama later estimated the total losses from compromised private keys over ten years at $17 billion.

A technical aspect, obscured by the emotional side of the story: replacing the hardware STM32 generator with the software Yasmarang reduces entropy precisely where the user least expects vulnerability — inside the "closed" device without internet. This detail challenges the common notion that offline storage automatically means cryptographic reliability.

热门币种推荐

相关问答

QWhat is the core vulnerability in Coldcard wallets that is currently being exploited, according to the article?

AThe core vulnerability lies in the seed phrases generated by certain models (Mk2/Mk3, Mk4/Mk5, Q) during a specific period. Due to a programming error when integrating the libNgU library, the wallets stopped using the hardware random number generator (STM32) and switched to the software-based Yasmarang generator, which was initialized with publicly accessible data (chip serial number and timer state). This made the seed phrases predictable through offline brute-force attacks.

QHow can a Coldcard user protect their assets if they own a vulnerable device model, and why is simply updating the firmware insufficient?

AUsers must generate a completely new seed phrase on a patched firmware version (4.2.0+ for Mk2/Mk3, 5.6.0+ for Mk4/Mk5, 1.5.0Q+ for Q) and transfer all assets to an address derived from that new seed phrase. Updating the firmware alone is insufficient because the firmware update does not change the already-generated, vulnerable seed phrase. The wallet remains at risk until the funds are moved to a secure new address.

QWhat is the total amount of Bitcoin reportedly stolen so far in this Coldcard exploit wave, as per Galaxy Research data mentioned in the article?

AAccording to Galaxy Research data cited in the article, the total volume of stolen Bitcoin has reached 1,367.05 BTC (approximately $88.6 million) from 4,585 addresses.

QWhat is the tragic backstory of the 39-year-old investor profiled in the article, and how did the Coldcard exploit impact his life plans?

AThe 39-year-old investor lived in a country under harsh international sanctions with hyperinflation. He bought 2 BTC over eight years through hard physical labor, viewing Bitcoin as a lifeline and a way to retire early at age 50 to protect his family. The Coldcard exploit resulted in the theft of his entire savings ($130,000) in minutes. This broke him completely, leading him to leave cryptocurrencies forever as his dream of early retirement was destroyed.

QAccording to the AI Opinion section, what historical precedent is mentioned for vulnerabilities arising from weak random number generation, and what was the estimated financial impact?

AThe AI Opinion section cites a similar historical case from 2011–2015 involving the BitcoinJS browser library, which generated insufficiently random keys. The aggregate losses from compromised private keys over a decade were later estimated by the DefiLlama platform at $17 billion.

你可能也喜欢

WEEX API Fast Connect:10秒内将每次登录转化为实盘交易者

WEEX宣布推出API快速连接(API Fast Connect),一种一键式OAuth授权系统。该系统允许用户无需手动处理API密钥即可关联其WEEX账户。该解决方案专为WEEX经纪商合作伙伴设计,旨在通过无缝的一键体验取代传统复杂的技术接入流程,从而在合作伙伴平台上实现更快的用户转化和更强的长期留存。 **核心要点:** * **功能:** 类似“使用Google登录”的一键授权系统,让用户无需创建或管理API密钥即可将其WEEX账户连接到第三方平台。 * **解决问题:** 手动API密钥设置是阻碍潜在用户成为活跃交易者的最大障碍。快速连接彻底消除了这一步骤。 * **获益:** 实现无摩擦转化,降低用户流失,提高留存率,使用户能在数秒内(而非数分钟)从登录进入实盘交易。 * **目标用户:** AI信号平台、量化策略工具、交易机器人以及任何目前需要用户手动配置API访问的WEEX经纪商合作伙伴。 **运作流程:** 1. 用户在合作平台点击“使用WEEX登录”。 2. 系统重定向至官方WEEX授权页面进行验证。 3. 用户确认API密钥的授权范围(默认为交易和读取权限)。 4. 确认后,系统在后台生成API密钥并通过加密通道直接绑定至合作平台。 **优势对比:** 与传统手动API密钥方式相比,快速连接在用户体验(一键操作 vs 手动碎片化流程)、权限管理(预设防错 vs 易出错)、密钥安全(后端加密,用户不接触密钥 vs 前端暴露高风险)和连接速度(即时绑定 vs 手动复制粘贴)方面均有显著提升。 API快速连接是WEEX经纪商工具包的核心组件之一,旨在帮助合作伙伴将感兴趣的用户迅速转化为实际交易者。

TheNewsCrypto5分钟前

WEEX API Fast Connect:10秒内将每次登录转化为实盘交易者

TheNewsCrypto5分钟前

Rubin Ultra大减配,英伟达也扛不住内存涨价了?

知名投研机构SemiAnalysis近日报告指出,英伟达已向主要客户预览了其顶级AI芯片Rubin Ultra的最新规格,但相比此前预期出现显著降配。核心变化包括:算力峰值保持与普通版Rubin相同的35 PFLOPs;显存容量降至8层堆叠的192GB,甚至低于普通版的288GB;显存带宽仅微升1TB/s;芯片功耗反而略有提高。Rubin Ultra的主要升级方向转向“扩展互联规模”,支持通过NVLink将最多576张GPU互联成统一计算域,远高于普通版的72张。 报告分析认为,此次调整主要源于HBM(高带宽内存)价格持续快速上涨。以HBM3为例,其价格已从2025年二季度的低点180-220美元,飙升至目前约700-850美元。HBM成本飙升使得Rubin Ultra单机架的物料成本一度从约660万美元升至800万美元。英伟达因此重新评估设计,通过减少昂贵的HBM配置(成本占比从近40%降至28%),将资源更多投入互联能力等方向,优化整体成本结构。 此消息引发市场对HBM需求见顶的担忧。受冲击影响,韩国存储股开盘大跌,SK海力士、三星股价均下挫约8%。市场解读认为,若英伟达此举成为趋势,意味着AI芯片厂商可能开始通过优化设计来降低对高容量HBM的依赖,这或将限制存储厂商未来的提价空间,标志着AI基础设施的“堆料涨价”时代可能接近尾声。

Odaily星球日报1小时前

Rubin Ultra大减配,英伟达也扛不住内存涨价了?

Odaily星球日报1小时前

交易

现货

热门文章

加密市场宏观研报:《GENIUS Act》法案取得重大进展,BTC突破历史新高,后市全新展望

2025年5月22日,比特币价格正式突破11万美元大关,创下历史新高。在政策面、宏观经济、资金面与投资者结构共同作用下,一场结构性牛市浪潮正在展开。而此轮上涨背后的核心驱动,是美国《GENIUS稳定币法案》的实质性进展以及多项利好的叠加。本文将从政策端突破、宏观环境转向、链上与ETF资金结构、交易行为演化,以及重点受益赛道五大维度,全面解析此轮BTC再创新高的深层逻辑,并前瞻下半年市场的潜在趋势。

1.8k人学过发布于 2025.05.22更新于 2025.05.22

加密市场宏观研报:《GENIUS Act》法案取得重大进展,BTC突破历史新高,后市全新展望

相关讨论

欢迎来到HTX社区。在这里,您可以了解最新的平台发展动态并获得专业的市场意见。以下是用户对BTC(BTC)币价的意见。

活动图片