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

CVE-2025-3911: Docker Desktop Information Disclosure Flaw

CVE-2025-3911 is an information disclosure vulnerability in Docker Desktop where environment variables are logged, potentially exposing sensitive credentials. This article covers the technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-3911 Overview

CVE-2025-3911 is an Information Leakage vulnerability in Docker Desktop that results from the recording of environment variables configured for running containers in application logs. This logging behavior could lead to unintentional disclosure of sensitive information such as API keys, passwords, and other credentials.

A malicious actor with read access to these logs could obtain sensitive credentials information and further use it to gain unauthorized access to other systems. This vulnerability is classified under CWE-532 (Insertion of Sensitive Information into Log File), highlighting the risk of logging secrets in plaintext.

Critical Impact

Sensitive credentials including API keys, passwords, and authentication tokens may be exposed through Docker Desktop application logs, potentially enabling lateral movement and unauthorized access to connected systems.

Affected Products

  • Docker Desktop versions prior to 4.41.0

Discovery Timeline

  • 2025-04-29 - CVE CVE-2025-3911 published to NVD
  • 2025-05-02 - Last updated in NVD database

Technical Details for CVE-2025-3911

Vulnerability Analysis

This vulnerability stems from Docker Desktop's logging mechanism, which captured environment variables passed to running containers without proper sanitization. Environment variables are commonly used in containerized applications to pass configuration data, including sensitive credentials like database passwords, API keys, and authentication tokens. When these variables are written to application logs in plaintext, they become accessible to anyone with read permissions on the log files.

The attack requires local access to the system where Docker Desktop is installed, specifically to the application log files. An attacker who compromises a developer workstation or gains access to shared development environments could extract these credentials from the logs and use them for further attacks.

Root Cause

The root cause of this vulnerability is the improper handling of sensitive data in the logging subsystem of Docker Desktop. The application logged environment variable values without implementing proper redaction or filtering mechanisms for potentially sensitive content. This is a common oversight in software development where logging verbosity during debugging may inadvertently capture secrets.

Attack Vector

The attack vector is local, requiring an adversary to have read access to the Docker Desktop log files on the target system. Potential attack scenarios include:

  • An insider threat with legitimate system access reviewing log files
  • An attacker who has gained initial foothold on a developer workstation through phishing or other means
  • Shared development environments where multiple users have access to log directories
  • Log aggregation systems that collect and store Docker Desktop logs centrally

The vulnerability requires attackers to parse log files to extract environment variable values containing sensitive credentials, which they can then leverage for unauthorized access to other systems referenced in those credentials.

Detection Methods for CVE-2025-3911

Indicators of Compromise

  • Unusual access patterns to Docker Desktop log file locations
  • Evidence of log file reading by unauthorized processes or users
  • Access to log files from unexpected user accounts or at unusual times
  • Signs of credential reuse or unauthorized access to systems whose credentials were stored in container environment variables

Detection Strategies

  • Monitor file access events on Docker Desktop log directories using endpoint detection tools
  • Implement file integrity monitoring on log file locations to detect unauthorized access
  • Review authentication logs for signs of credential abuse that may indicate extracted secrets are being used
  • Enable auditing on log file directories to track which users and processes access these files

Monitoring Recommendations

  • Configure SentinelOne to monitor for suspicious access to Docker Desktop log file paths (typically located in ~/Library/Containers/com.docker.docker/Data/log/ on macOS and %APPDATA%\Docker\log\ on Windows)
  • Implement behavioral analysis to detect anomalous file access patterns by non-Docker processes
  • Set up alerts for bulk log file reads that may indicate credential harvesting attempts

How to Mitigate CVE-2025-3911

Immediate Actions Required

  • Upgrade Docker Desktop to version 4.41.0 or later, which no longer logs environment variables set by users
  • Review existing Docker Desktop log files for exposed credentials and rotate any potentially compromised secrets
  • Implement proper secrets management solutions instead of passing sensitive data via environment variables
  • Restrict file system permissions on Docker Desktop log directories to limit access

Patch Information

Docker has addressed this vulnerability in Docker Desktop version 4.41.0. Starting with this version, Docker Desktop no longer logs environment variables set by the user, preventing the unintentional disclosure of sensitive information. Users should update to version 4.41.0 or later to remediate this vulnerability. Additional details can be found in the Docker Troubleshooting Guide.

Workarounds

  • Use Docker secrets or mounted secret files instead of environment variables for passing sensitive configuration data
  • Implement strict file system permissions on Docker Desktop log directories to prevent unauthorized access
  • Regularly purge old log files that may contain sensitive information
  • Consider using a secrets management solution like HashiCorp Vault to inject credentials at runtime without environment variables
bash
# Restrict log directory permissions (Linux/macOS example)
chmod 700 ~/Library/Containers/com.docker.docker/Data/log/

# Purge existing logs that may contain sensitive data
rm -f ~/Library/Containers/com.docker.docker/Data/log/*.log

# Verify Docker Desktop version
docker --version
# Ensure version is 4.41.0 or higher

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 Score5.2

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:H/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
  • Technical References
  • Docker Troubleshooting Guide
  • Related CVEs
  • CVE-2025-0495: Docker Buildx Information Disclosure Flaw

  • CVE-2023-5166: Docker Desktop 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