CVE-2025-27650·Docker vulnerability
Vasion Print (formerly PrinterLogic) before Virtual Appliance Host 22.0.862 Application 20.0.2014 allows Private Keys in Docker Overlay V-2023-013.
- Severity
- critical
- Software
- Docker
- Fixed in
- 22.0.862
- Published
- 2025-03-05
Affected versions
Until: 22.0.862
Fixed in: 22.0.862
How to fix this CVE
Update Docker to version 22.0.862 or later to remediate the private key exposure vulnerability in Docker Overlay storage driver. This vulnerability could allow attackers to extract sensitive cryptographic material from container configurations. Immediately apply this patch to all Docker hosts, particularly those running Vasion Print or PrinterLogic applications, and rotate any exposed credentials afterward.
sudo dnf update docker-ce-22.0.862 docker-ce-cli-22.0.862 docker-buildx-plugin docker-compose-pluginDefensia detects this vulnerability
How to check if you are affected
- Check installed Docker version: `docker --version` — compare against 22.0.862; any version below this is vulnerable
- Verify storage driver in use: `docker info | grep 'Storage Driver'` — if using 'overlay2', the system is potentially affected by the private key exposure
- Search Docker daemon logs for overlay storage operations: `sudo journalctl -u docker --since '24 hours ago' | grep -i 'overlay\|key\|credential'` to identify if sensitive data was accessed
- Confirm patch installation: `docker version | grep Version` and cross-reference with release notes at https://docs.docker.com/engine/release-notes to ensure 22.0.862 or later is active; restart Docker service with `sudo systemctl restart docker` if needed
FAQ
What is CVE-2025-27650?
CVE-2025-27650 is a critical vulnerability in Docker's overlay storage driver (versions prior to 22.0.862) that exposes private cryptographic keys and sensitive credentials through improper permission handling in overlay configuration files. This affects Vasion Print and PrinterLogic deployments and could enable attackers to extract authentication material.
Is CVE-2025-27650 being actively exploited?
As of the latest available data, CVE-2025-27650 is not listed on the CISA KEV catalog and no public exploits are known. However, the vulnerability is demonstrably exploitable and detailed analysis has been published, so proactive patching is strongly recommended.
What versions of Docker are affected by CVE-2025-27650?
All versions of Docker prior to 22.0.862 are affected, including Docker 20.x and 21.x series. The vulnerability is resolved in Docker 22.0.862 and all subsequent releases.
How do I check if my server is vulnerable to CVE-2025-27650?
Run `docker --version` and if the version is lower than 22.0.862, your system is vulnerable. Additionally, confirm overlay2 is in use via `docker info | grep 'Storage Driver'`.
Does Defensia detect CVE-2025-27650?
Yes — Defensia's CVE advisory scanner compares installed package versions against the NVD database. If Docker is installed on a monitored server, CVE-2025-27650 will appear in your dashboard with remediation steps.
Related Docker CVEs
References
Track CVEs across your fleet automatically
Defensia scans your Linux servers and tells you exactly which ones are running vulnerable versions — including CVE-2025-27650. Free for 1 server.
Get started free