Skip to content

Commit afac884

Browse files
authored
DD release notes: security addition (#23614)
<!--Delete sections as needed --> ## Description <!-- Tell us what you did and why --> ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent bd8c911 commit afac884

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

content/manuals/desktop/release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
4040
>
4141
> Support for Windows 10 21H2 (19044) and 11 22H2 (22621) has ended. Installing Docker Desktop will require Windows 10 22H2 (19045) or Windows 11 23H2 (22631) in the next release.
4242
43+
### Security
44+
45+
- Fixed [CVE-2025-9164](https://www.cve.org/cverecord?id=CVE-2025-9164) where the Docker Desktop for Windows installer was vulnerable to DLL hijacking due to insecure DLL search order. The installer searches for required DLLs in the user's Downloads folder before checking system directories, allowing local privilege escalation through malicious DLL placement.
46+
4347
### New
4448

4549
- [cagent](/manuals/ai/cagent/_index.md) is now available through Docker Desktop.

content/manuals/security/security-announcements.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ toc_max: 2
1212

1313
{{< rss-button feed="/security/security-announcements/index.xml" text="Subscribe to security RSS feed" >}}
1414

15+
## Docker Desktop 4.49.0 security update: CVE-2025-9164
16+
17+
A vulnerability in Docker Desktop for Windows was fixed on October 23 in the [4.49.0](/manuals/desktop/release-notes.md#4490) release:
18+
19+
- Fixed [CVE-2025-9164](https://www.cve.org/cverecord?id=CVE-2025-9164) where the Docker Desktop for Windows installer was vulnerable to DLL hijacking due to insecure DLL search order. The installer searches for required DLLs in the user's Downloads folder before checking system directories, allowing local privilege escalation through malicious DLL placement.
20+
1521
## Docker Desktop 4.47.0 security update: CVE-2025-10657
1622

1723
A vulnerability in Docker Desktop was fixed on September 25 in the [4.47.0](/manuals/desktop/release-notes.md#4470) release:

0 commit comments

Comments
 (0)