Hack Drains $7 Million in Cryptocurrency from Binance’s Trust Wallet

Hack Drains $7 Million in Cryptocurrency from Binance’s Trust Wallet
source: gettyimages
December 30, 2025

On December 26, 2025, a significant security breach was reported involving Binance's Trust Wallet. The incident resulted in the theft of approximately $7 million worth of crypto assets. Trust Wallet announced that the breach affected version 2.68 of its Chrome extension, which led to concerns among users about their digital assets.

Binance founder Changpeng Zhao confirmed that the Trust Wallet team is actively investigating the breach and assured users that the company will cover the losses incurred from the hack. This incident highlights the ongoing challenges in maintaining security within the rapidly evolving landscape of cryptocurrency wallets and digital assets.

Stay tuned for updates on this developing story and insights into how such security incidents can be prevented in the future.

Follow topics and authors from this story to see more like this on your personalized homepage feed and receive email updates.

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 144 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
}
{
  "id": 6644533,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}