CVE-2025-14740 – Docker Desktop for Windows Incorrect Permission Assignment Privilege Escalation Vulnerabilities
CVE ID : CVE-2025-14740
Published : Feb. 4, 2026, 2:16 p.m. | 1 hour, 2 minutes ago
Description : Docker Desktop for Windows contains multiple incorrect permission assignment vulnerabilities in the installer’s handling of the C:ProgramDataDockerDesktop directory. The installer creates this directory without proper ownership verification, creating two exploitation scenarios:
Scenario 1 (Persistent Attack):
If a low-privileged attacker pre-creates C:ProgramDataDockerDesktop before Docker Desktop installation, the attacker retains ownership of the directory even after the installer applies restrictive ACLs. At any time after installation completes, the attacker can modify the directory ACL (as the owner) and tamper with critical configuration files such as install-settings.json to specify a malicious credentialHelper, causing arbitrary code execution when any user runs Docker Desktop.
Scenario 2 (TOCTOU Attack):
During installation, there is a time-of-check-time-of-use (TOCTOU) race condition between when the installer creates C:ProgramDataDockerDesktop and when it sets secure ACLs. A low-privileged attacker actively monitoring for the installation can inject malicious files (such as install-settings.json) with attacker-controlled ACLs during this window, achieving the same code execution outcome.
Severity: 6.7 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more…