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-2025-13743

CVE-2025-13743: Docker Desktop Information Disclosure Flaw

CVE-2025-13743 is an information disclosure vulnerability in Docker Desktop where diagnostics bundles expose expired Hub PATs in logs. This article covers the technical details, affected versions, security impact, and mitigation.

Published: May 26, 2026

CVE-2025-13743 Overview

CVE-2025-13743 affects Docker Desktop, where diagnostics bundles inadvertently include expired Docker Hub Personal Access Tokens (PATs) in log output. The exposure stems from error object serialization during access denied conditions, which writes token material into diagnostic logs. When users export diagnostics bundles for troubleshooting or support purposes, the sensitive token data travels with the archive. This information disclosure issue is categorized under [CWE-532] (Insertion of Sensitive Information into Log File). While the leaked tokens are expired, their presence in shared diagnostic artifacts creates a credential hygiene concern and could aid reconnaissance against Docker Hub accounts.

Critical Impact

Expired Docker Hub Personal Access Tokens are written to Docker Desktop diagnostics bundles through error serialization, exposing sensitive identifiers when logs are shared with support staff or third parties.

Affected Products

  • Docker Desktop (all versions prior to the vendor fix)
  • Docker Desktop on Windows, macOS, and Linux hosts
  • Diagnostic bundles generated via the Troubleshoot menu

Discovery Timeline

  • 2025-12-09 - CVE-2025-13743 published to NVD
  • 2026-01-30 - Last updated in NVD database

Technical Details for CVE-2025-13743

Vulnerability Analysis

The vulnerability is an information disclosure issue rooted in how Docker Desktop serializes error objects during authentication failures. When a request to Docker Hub returns an access denied response, the client constructs an error object that retains the originating Hub Personal Access Token. The serialization routine then writes the full error structure into the application log stream. Although the token has expired by the time of serialization, the value remains a sensitive identifier tied to a user account. When a user invokes the Troubleshoot menu to generate a diagnostics bundle, the affected log files are packaged into the exported archive. Recipients of the bundle, including support engineers or anyone with access to the file, can recover the leaked PAT material. The flaw is local in nature and requires a low-privileged user to trigger the diagnostic export, but the resulting artifact is portable and frequently shared outside the original trust boundary.

Root Cause

The root cause is unsafe error object serialization combined with insufficient sanitization of log content. Docker Desktop's logging path captures the entire error payload, including secret material passed to the failed Hub API call, rather than redacting credential fields before writing to disk.

Attack Vector

Exploitation requires local access to the Docker Desktop host and user interaction to produce a diagnostics bundle. An attacker who obtains a shared bundle, intentionally or accidentally, can parse the contained logs to extract expired PATs and correlate them with the user's Docker Hub identity for further targeting.

No public exploit code is available for this issue. The vulnerability manifests through standard diagnostic export workflows rather than a discrete code path that can be demonstrated with a single payload.

Detection Methods for CVE-2025-13743

Indicators of Compromise

  • Diagnostic bundle archives generated by Docker Desktop containing log entries with serialized authentication error objects
  • Presence of Docker Hub PAT-formatted strings (dckr_pat_*) within exported log files
  • Diagnostic bundles transmitted via email, ticketing systems, or chat platforms to external recipients

Detection Strategies

  • Scan stored or transmitted Docker Desktop diagnostics archives for token patterns matching Docker Hub PAT prefixes.
  • Inspect log files inside diagnostic bundles for serialized error objects referencing Hub authentication or access denied conditions.
  • Audit ticketing systems and shared storage locations where users typically upload Docker support artifacts.

Monitoring Recommendations

  • Monitor outbound file transfers containing .zip archives originating from Docker Desktop troubleshooting workflows.
  • Track Docker Hub PAT creation and revocation events for accounts whose owners have generated diagnostic bundles.
  • Alert on Data Loss Prevention (DLP) matches for Docker Hub token regex patterns leaving the corporate environment.

How to Mitigate CVE-2025-13743

Immediate Actions Required

  • Upgrade Docker Desktop to the latest vendor-supplied release that addresses error serialization in diagnostic logs.
  • Revoke and rotate any Docker Hub Personal Access Tokens that may have appeared in previously generated diagnostic bundles.
  • Purge historical diagnostic archives from internal storage, ticketing systems, and email until they can be sanitized.

Patch Information

Docker has documented the diagnostic export workflow and remediation guidance in the Docker Desktop Troubleshooting Guide. Apply the latest Docker Desktop update on all developer workstations and confirm the version through docker version after installation.

Workarounds

  • Manually inspect diagnostics bundles and remove log files containing serialized Hub error objects before sharing.
  • Restrict Docker Hub PAT scope and lifetime so that leaked, expired tokens carry minimal residual value.
  • Establish an internal policy requiring diagnostic bundles to be reviewed by a security-aware engineer prior to external transmission.
bash
# Configuration example
# Verify Docker Desktop version after patching
docker version --format '{{.Client.Version}}'

# Revoke a potentially exposed Docker Hub PAT via the Docker Hub UI:
# Account Settings -> Security -> Personal access tokens -> Revoke

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechDocker

  • SeverityLOW

  • CVSS Score2.4

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:P/VC:L/VI:N/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
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-532
  • Vendor Resources
  • Docker Desktop Troubleshooting Guide
  • Related CVEs
  • CVE-2025-3911: Docker Desktop Information Disclosure Flaw

  • CVE-2025-0495: Docker Buildx Information Disclosure Flaw

  • CVE-2023-5166: Docker Desktop Information Disclosure Flaw

  • CVE-2026-5741: Docker-MCP-Server RCE 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