The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-5166

CVE-2023-5166: Docker Desktop Information Disclosure Flaw

CVE-2023-5166 is an information disclosure vulnerability in Docker Desktop that enables access token theft through malicious extension icons. This article covers the technical details, affected versions, and mitigation.

Published: January 28, 2026

CVE-2023-5166 Overview

CVE-2023-5166 is an Information Disclosure vulnerability affecting Docker Desktop versions prior to 4.23.0. The vulnerability allows attackers to steal Access Tokens through a crafted extension icon URL, potentially compromising user credentials and enabling unauthorized access to Docker resources.

Critical Impact

Access Token theft could allow attackers to gain unauthorized access to Docker Hub accounts, private registries, and container infrastructure managed through Docker Desktop.

Affected Products

  • Docker Desktop versions before 4.23.0
  • All platforms running vulnerable Docker Desktop versions (Windows, macOS, Linux)

Discovery Timeline

  • 2023-09-25 - CVE-2023-5166 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-5166

Vulnerability Analysis

This vulnerability stems from improper handling of extension icon URLs within Docker Desktop's extension framework. When Docker Desktop processes extension metadata, it fails to properly validate and sanitize icon URLs, allowing malicious extensions to specify crafted URLs that can exfiltrate access tokens to attacker-controlled servers.

The vulnerability requires user interaction—specifically, the user must interact with or install a malicious extension. Once triggered, the extension's icon URL can be crafted to include authentication tokens as URL parameters, effectively leaking sensitive credentials to external endpoints.

Root Cause

The root cause is classified under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor). Docker Desktop's extension system did not implement adequate input validation on icon URLs, nor did it ensure that access tokens were excluded from requests to external resources. This oversight allowed extension developers (or attackers posing as such) to craft icon URLs that would cause Docker Desktop to inadvertently transmit access tokens when fetching extension icons.

Attack Vector

The attack is network-based and exploits the trust relationship between Docker Desktop and its extension ecosystem. An attacker would need to:

  1. Create a malicious Docker Desktop extension with a specially crafted icon URL
  2. Distribute the extension through social engineering or by publishing it where users might discover it
  3. When a user installs or views the extension, Docker Desktop fetches the icon from the malicious URL
  4. The crafted URL captures the user's access token in the request, sending it to an attacker-controlled server

The vulnerability does not require elevated privileges but does require user interaction to trigger the token exfiltration.

Detection Methods for CVE-2023-5166

Indicators of Compromise

  • Unusual outbound network connections from Docker Desktop to unknown or suspicious domains
  • Extension icon URLs containing query parameters or unusual path structures
  • Access token usage from unexpected IP addresses or geographic locations
  • Unexpected Docker Hub or registry API calls using stolen credentials

Detection Strategies

  • Monitor Docker Desktop extension installations and review installed extensions for unknown or untrusted sources
  • Implement network traffic analysis to detect token exfiltration attempts through URL parameters
  • Audit Docker Hub and private registry access logs for unauthorized authentications
  • Review installed extension metadata for suspicious icon URL patterns

Monitoring Recommendations

  • Enable logging for Docker Desktop extension activities and network connections
  • Configure SIEM alerts for anomalous Docker-related network traffic patterns
  • Implement endpoint detection rules to identify Docker Desktop communicating with unknown external domains
  • Monitor for signs of credential misuse across your Docker infrastructure

How to Mitigate CVE-2023-5166

Immediate Actions Required

  • Upgrade Docker Desktop to version 4.23.0 or later immediately
  • Review currently installed Docker Desktop extensions and remove any untrusted or unknown extensions
  • Rotate Docker Hub and registry access tokens as a precautionary measure
  • Audit Docker Hub account activity for any suspicious access patterns

Patch Information

Docker has addressed this vulnerability in Docker Desktop version 4.23.0. The fix implements proper validation of extension icon URLs and prevents access tokens from being leaked through crafted URLs. Users should upgrade to the patched version as soon as possible. For detailed release information, see the Docker Desktop Release Notes.

Workarounds

  • Avoid installing Docker Desktop extensions from untrusted or unverified sources until the patch is applied
  • Consider temporarily disabling Docker Desktop extensions if immediate upgrade is not possible
  • Implement network-level controls to restrict Docker Desktop's outbound connections to known, trusted domains
  • Use network monitoring tools to detect and block suspicious outbound token exfiltration attempts
bash
# Verify Docker Desktop version and upgrade
docker --version
# If below 4.23.0, download the latest version from https://www.docker.com/products/docker-desktop/

# List installed extensions (requires Docker Desktop CLI)
docker extension ls

# Remove suspicious extensions
docker extension rm [extension-name]

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

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.18%

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

  • NVD-CWE-noinfo
  • Vendor Resources
  • Docker Release Notes #4230
  • Related CVEs
  • CVE-2025-3911: Docker Desktop Information Disclosure Flaw

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

  • CVE-2025-15558: Docker CLI Privilege Escalation Vulnerability

  • CVE-2026-28400: Docker Model Runner Privilege Escalation
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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