A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2024-23660

CVE-2024-23660: Trust Wallet Information Disclosure Flaw

CVE-2024-23660 is an information disclosure vulnerability in Binance Trust Wallet for iOS that exposes mnemonic words through weak entropy. This article covers the technical details, affected versions, real-world impact, and mitigation.

Published: June 2, 2026

CVE-2024-23660 Overview

CVE-2024-23660 affects the Binance Trust Wallet application for iOS at commit 3cd6e8f647fbba8b5d8844fcd144365a086b629f (git tag 0.0.4). The application misuses the trezor-crypto library and generates wallet mnemonic seed phrases using only the device timestamp as the entropy source. This deterministic seed generation allows attackers to reconstruct mnemonics for any timestamp within a given window and link them to known wallet addresses. According to the description, the flaw was exploited in the wild in July 2023, resulting in theft of cryptocurrency funds. The weakness is classified under CWE-338: Use of Cryptographically Weak Pseudo-Random Number Generator.

Critical Impact

Attackers can brute-force wallet mnemonics by iterating timestamps, derive private keys, and drain associated cryptocurrency wallets without any user interaction.

Affected Products

  • Binance Trust Wallet for iOS, version 0.0.4
  • Git commit 3cd6e8f647fbba8b5d8844fcd144365a086b629f
  • Wallets created with the vulnerable build on iPhone OS

Discovery Timeline

  • July 2023 - Vulnerability exploited in the wild against affected wallets
  • 2024-02-08 - CVE-2024-23660 published to NVD
  • 2025-05-15 - Last updated in NVD database

Technical Details for CVE-2024-23660

Vulnerability Analysis

The vulnerability stems from improper use of the trezor-crypto library when generating BIP-39 mnemonic phrases. Mnemonic generation requires a cryptographically secure source of entropy, typically 128 or 256 bits drawn from a hardware RNG or operating system CSPRNG. The vulnerable Trust Wallet build instead seeded the mnemonic generator with the current device time. This collapses the effective entropy space from 2^128 to the number of seconds in the application's release window. An attacker who knows the approximate creation time of a wallet can enumerate all candidate mnemonics, derive deterministic key pairs through BIP-32 and BIP-44 hierarchies, and compute the resulting public addresses. Matching those addresses against on-chain balances yields private keys for any wallet still holding funds. The flaw enables full impersonation of the wallet owner across every blockchain derived from that seed.

Root Cause

The root cause is the substitution of a cryptographically secure random source with a low-entropy time value. The trezor-crypto library exposes mnemonic functions that expect caller-supplied entropy. The Trust Wallet iOS code at commit 3cd6e8f647fbba8b5d8844fcd144365a086b629f supplied timestamp bytes instead of output from SecRandomCopyBytes or an equivalent CSPRNG. This pattern matches [CWE-338] and mirrors the earlier MilkSad class of vulnerabilities in other wallet implementations.

Attack Vector

Exploitation is performed off-device and requires no contact with the victim. An attacker enumerates timestamps across the period during which the vulnerable version was active. For each timestamp the attacker reproduces the mnemonic, derives the seed via PBKDF2-HMAC-SHA512, and walks the standard derivation paths to compute wallet addresses. Public blockchain explorers then reveal which derived addresses hold balances. The attacker signs transactions with the recovered private keys and transfers funds to wallets under their control. Refer to the MilkSad Research Update and SecBit Blog on Trust Wallet's Vulnerability for full technical reconstructions.

Detection Methods for CVE-2024-23660

Indicators of Compromise

  • Unauthorized outbound transactions from wallets created in the vulnerable Trust Wallet iOS build between late 2018 and the patched release
  • Wallet addresses derived from mnemonics that map to second-resolution timestamps within the vulnerable release window
  • Funds consolidating into known MilkSad-cluster collector addresses documented in the external research references

Detection Strategies

  • Identify wallets created with Trust Wallet iOS commit 3cd6e8f647fbba8b5d8844fcd144365a086b629f or git tag 0.0.4 and treat their seeds as compromised
  • Replay the vulnerable mnemonic generation routine across the release timeframe and check whether any internal or customer wallet address appears in the derived set
  • Cross-reference wallet creation timestamps against on-chain transaction patterns matching the MilkSad attacker clusters

Monitoring Recommendations

  • Continuously monitor at-risk wallet addresses for any signing activity and trigger alerts on outbound transfers
  • Audit mobile device management (MDM) inventories for installations of legacy Trust Wallet iOS builds
  • Track public threat intelligence feeds for new collector addresses associated with timestamp-seeded mnemonic theft

How to Mitigate CVE-2024-23660

Immediate Actions Required

  • Generate a new wallet using a current, audited wallet application that draws entropy from the platform CSPRNG
  • Transfer all assets out of any wallet created with Trust Wallet iOS 0.0.4 to the newly generated wallet immediately
  • Revoke any token approvals and disconnect the compromised addresses from decentralized applications
  • Treat the original mnemonic as permanently burned — never reuse it on any chain or derivation path

Patch Information

No vendor advisory URL is listed in the NVD record for this CVE. The vulnerable code path exists only in the historical commit 3cd6e8f647fbba8b5d8844fcd144365a086b629f (tag 0.0.4). Subsequent Trust Wallet iOS releases replaced the time-based entropy with a cryptographically secure random source. Users must migrate funds rather than upgrade in place, because the seed itself is the compromised material.

Workarounds

  • Do not import the affected mnemonic into any other wallet application — the seed remains brute-forceable regardless of the host app
  • Use a hardware wallet for any high-value cryptocurrency holdings to ensure entropy is generated on a dedicated secure element
  • Verify that wallet software in use sources mnemonic entropy from SecRandomCopyBytes on iOS or /dev/urandom on Linux/Android equivalents
bash
# Verify that a mobile build links against the platform CSPRNG rather than time-based seeding
# Example: inspect an iOS binary for use of SecRandomCopyBytes
otool -L TrustWallet.app/TrustWallet | grep -i Security
nm TrustWallet.app/TrustWallet | grep -i SecRandomCopyBytes

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechBinance Trust Wallet

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.19%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-338
  • Technical References
  • MilkSad Research Update

  • SecBit Blog on Trust Wallets Vulnerability
  • Latest CVEs
  • CVE-2024-8261: Prolizyazilim OBS Auth Bypass Vulnerability

  • CVE-2024-13068: LimonDesk Auth Bypass Vulnerability

  • CVE-2025-53679: Fortinet FortiSandbox RCE Vulnerability

  • CVE-2026-9446: Simple POS Inventory System SQLi Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English