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-2023-7346

CVE-2023-7346: Ledger Bitcoin App Address Vulnerability

CVE-2023-7346 is an address derivation flaw in Ledger Bitcoin app versions 2.1.0 and 2.1.1 that causes incorrect Bitcoin addresses to be displayed. This post covers the technical details, affected versions, and mitigations.

Published: May 21, 2026

CVE-2023-7346 Overview

CVE-2023-7346 affects the Ledger Bitcoin application versions 2.1.0 and 2.1.1. The vulnerability resides in how the app processes miniscript policies that contain the a: fragment. Improper handling of this fragment causes the device to derive and display incorrect Bitcoin receiving addresses. An attacker who supplies a crafted miniscript policy can trick the user into approving an address that does not match the intended destination. Funds sent to the displayed address may end up at an attacker-controlled location. The flaw is classified under [CWE-682] (Incorrect Calculation).

Critical Impact

Crafted miniscript policies cause Ledger hardware wallets to display incorrect receiving addresses, potentially redirecting Bitcoin transactions to attacker-controlled destinations.

Affected Products

  • Ledger Bitcoin app version 2.1.0
  • Ledger Bitcoin app version 2.1.1
  • Ledger hardware wallets running the affected Bitcoin app versions

Discovery Timeline

  • 2026-05-20 - CVE-2023-7346 published to NVD
  • 2026-05-20 - Last updated in NVD database

Technical Details for CVE-2023-7346

Vulnerability Analysis

The Ledger Bitcoin app supports miniscript, a structured language for expressing Bitcoin script spending conditions. Miniscript policies use fragments such as a:, s:, c:, and d: to wrap sub-expressions and modify script semantics. The a: fragment wraps a child expression with OP_TOALTSTACK and OP_FROMALTSTACK, altering stack handling during script evaluation.

In versions 2.1.0 and 2.1.1, the app mishandles policies that include the a: fragment during address derivation. The derivation routine computes a script that does not match the script the user expects from the registered wallet policy. As a result, the address shown on the device screen differs from the address that the user-approved policy should produce.

The trust model of a hardware wallet depends on the displayed address being authoritative. When derivation diverges from policy semantics, that trust assumption breaks.

Root Cause

The root cause is an incorrect calculation in the miniscript-to-script translation logic for the a: wrapper. The app fails to apply the fragment's semantics consistently when deriving the receive script, producing a script hash and corresponding address that do not reflect the registered policy.

Attack Vector

Exploitation requires physical access conditions and user interaction. An attacker convinces the user to register or use a malicious miniscript wallet policy containing the a: fragment. The device then displays an incorrect receiving address derived from the flawed translation. Funds sent to that address are controlled by the script the attacker actually crafted, not the one the user believes was approved.

No verified public exploit code is available. Refer to the Ledger Security Bulletin and the VulnCheck Security Advisory for technical details.

Detection Methods for CVE-2023-7346

Indicators of Compromise

  • Ledger Bitcoin app reporting version 2.1.0 or 2.1.1 in device settings.
  • Registered wallet policies that include the miniscript a: fragment from an untrusted source.
  • Receiving addresses on the device that do not match independently derived addresses from the same policy.

Detection Strategies

  • Audit installed Ledger app versions across managed devices and flag any instance of Bitcoin app 2.1.0 or 2.1.1.
  • Cross-verify addresses generated by the device against an independent miniscript implementation before sending funds.
  • Review wallet policy registrations for unexpected miniscript fragments, particularly a: wrappers introduced by third parties.

Monitoring Recommendations

  • Track Ledger firmware and app version inventory for treasury or custodial environments.
  • Log all wallet policy registrations and require dual-control review for policies containing miniscript constructs.
  • Reconcile on-chain deposit addresses against expected derivations on a recurring schedule.

How to Mitigate CVE-2023-7346

Immediate Actions Required

  • Update the Ledger Bitcoin app to a version later than 2.1.1 using Ledger Live.
  • Avoid registering or using miniscript wallet policies received from untrusted parties until updated.
  • Verify receiving addresses against an independent derivation tool before initiating any transfers.

Patch Information

Ledger has addressed the address derivation error in Bitcoin app versions released after 2.1.1. See the Ledger Security Bulletin for the official advisory and fixed version guidance.

Workarounds

  • Refrain from using miniscript policies containing the a: fragment on affected app versions.
  • Use standard, non-miniscript wallet descriptors until the app is updated.
  • Perform small test transactions and confirm receipt at the expected address before transferring significant amounts.
bash
# Verify the installed Ledger Bitcoin app version via Ledger Live,
# then update to the latest release:
#  1. Open Ledger Live
#  2. Navigate to Manager
#  3. Connect and unlock the device
#  4. Update the Bitcoin app to a version greater than 2.1.1

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechLedger

  • SeverityMEDIUM

  • CVSS Score4.1

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:P/AC:H/AT:P/PR:N/UI:A/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-682
  • Technical References
  • Ledger Security Bulletin

  • VulnCheck Security Advisory
  • Related CVEs
  • CVE-2025-15645: Ledger Nano Hardware Wallet DoS Vulnerability
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