AI News AI资讯 3h ago Updated 1h ago 更新于 1小时前 44

Hackers steal over $130M by exploiting bug in offline hardware wallets 黑客利用离线硬件钱包漏洞窃取超过1.3亿美元

Hackers have stolen approximately $130 million from Coldcard hardware wallets by exploiting a predictable seed phrase generation flaw in the device's firmware At least a dozen different hacker groups are believed to be behind the coordinated attacks targeting Bitcoin owners using Coinkite's Coldcard wallets The vulnerability originated from a single line of code introduced in 2021 that made seed phrases mathematically predictable, allowing brute-force reconstruction without physical device acces 至少12个黑客团伙针对Coldcard硬件钱包发起攻击,已盗取约1.3亿美元加密货币 漏洞源于Coinkite公司2021年代码中一行导致种子短语生成可预测的缺陷 攻击者通过暴力破解生成受害者种子短语,无需物理接触离线设备即可窃取资金 受害者即使严格遵循安全操作(不联网、不分享助记词)仍无法避免损失 2024年加密货币行业已发生200+起黑客攻击,总损失超9.5亿美元

72
Hot 热度
58
Quality 质量
55
Impact 影响力

Analysis 深度分析

TL;DR

  • Hackers have stolen approximately $130 million from Coldcard hardware wallets by exploiting a predictable seed phrase generation flaw in the device's firmware
  • At least a dozen different hacker groups are believed to be behind the coordinated attacks targeting Bitcoin owners using Coinkite's Coldcard wallets
  • The vulnerability originated from a single line of code introduced in 2021 that made seed phrases mathematically predictable, allowing brute-force reconstruction without physical device access
  • Victims followed all security best practices—offline storage, no internet exposure, secure physical safes—yet still lost funds due to the fundamental cryptographic weakness
  • This incident represents a significant escalation in hardware wallet attacks, shifting from physical theft or supply chain compromise to algorithmic exploitation of key generation

Why It Matters

This incident fundamentally challenges the core security assumption behind cold storage hardware wallets: that air-gapped devices inherently protect private keys. When the vulnerability lies in the key generation algorithm itself rather than in network exposure or physical security, even the most diligent users are powerless to prevent theft. For AI and cybersecurity practitioners, this underscores the critical importance of rigorous cryptographic auditing and the dangers of subtle implementation flaws in security-critical code.

Technical Details

  • Vulnerability Type: Predictable seed phrase generation due to a flaw in the random number generator (RNG) or entropy collection mechanism within Coldcard firmware, specifically a single line of code introduced in 2021
  • Attack Vector: Hackers reverse-engineered the deterministic seed generation process, enabling them to brute-force and reconstruct victims' private keys without ever accessing the physical hardware wallet
  • Affected Product: Coldcard hardware wallet manufactured by Coinkite, a Bitcoin-only cold storage device marketed as one of the most secure offline wallet solutions
  • Remediation: Coinkite issued an advisory urging users to update device firmware and migrate to newly generated seed phrases, though the long-term trust implications remain significant
  • Scale: Over $130 million stolen as of the report date, with more than 200 cryptocurrency-related hacks totaling over $950 million in losses across the industry this year

Industry Insight

  • Hardware wallet manufacturers must prioritize cryptographic transparency and third-party security audits; a single line of flawed code can undermine the entire security model, regardless of how rigorously users follow operational security practices
  • The shift from physical/network-based attacks to algorithmic exploitation of key generation represents an evolving threat landscape—security teams and product developers should treat RNG and entropy sources as critical attack surfaces requiring continuous monitoring and formal verification
  • Users and enterprises should implement defense-in-depth strategies beyond relying on a single security mechanism, including multi-signature setups, regular key rotation, and independent verification of wallet firmware integrity

TL;DR

  • 至少12个黑客团伙针对Coldcard硬件钱包发起攻击,已盗取约1.3亿美元加密货币
  • 漏洞源于Coinkite公司2021年代码中一行导致种子短语生成可预测的缺陷
  • 攻击者通过暴力破解生成受害者种子短语,无需物理接触离线设备即可窃取资金
  • 受害者即使严格遵循安全操作(不联网、不分享助记词)仍无法避免损失
  • 2024年加密货币行业已发生200+起黑客攻击,总损失超9.5亿美元

为什么值得看

本文揭示了硬件钱包"离线安全"假设的致命缺陷,证明即使物理隔离也无法完全抵御算法级漏洞。对安全从业者而言,这是密码学实现缺陷导致系统性风险的典型案例,警示硬件安全设计必须通过独立第三方审计。

技术解析

  • 漏洞机制:Coldcard钱包的种子短语生成算法存在随机数缺陷,导致生成的助记词可被预测。安全研究员Block发现该漏洞后,攻击者通过暴力破解即可还原私钥。
  • 攻击路径:黑客无需接触物理设备,仅需知道钱包型号和生成时间范围,即可批量生成可能的种子短语组合,匹配区块链上的资金地址。
  • 响应措施:Coinkite发布安全公告要求用户更新固件并迁移至新种子短语,但未公开具体技术细节。漏洞根源是2021年代码中的一行缺陷。
  • 行业背景:TRM Labs数据显示2024年加密货币黑客攻击超200起,损失9.5亿美元。本次攻击针对"冷钱包"这一传统安全标杆产品,突破意义特殊。

行业启示

  • 硬件钱包厂商必须建立持续漏洞扫描机制,关键密码学组件需通过第三方形式化验证
  • 用户教育需更新:即使严格遵循安全操作,硬件设备本身的算法缺陷仍可能导致资金损失
  • 行业应推动种子短语生成标准的透明化审计,建立类似TLS证书的硬件安全认证体系

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Security 安全