CVE-2026-24740·Docker vulnerability
Dozzle is a realtime log viewer for docker containers. Prior to version 9.0.3, a flaw in Dozzle’s agent-backed shell endpoints allows a user restricted by label filters (for example, `label=env=dev`) to obtain an interactive root shell in out‑of‑scope containers (for example, `env=prod`) on the same agent host by directly targeting their container IDs. Version 9.0.3 contains a patch for the issue.
- Severity
- critical
- Software
- Docker
- Fixed in
- 9.0.3
- Published
- 2026-01-27
Affected versions
Until: 9.0.3
Fixed in: 9.0.3
How to fix this CVE
Update Docker and Dozzle to version 9.0.3 or later to patch a critical authorization bypass in Dozzle's shell endpoints. This vulnerability allows users with restricted label-based access to escalate privileges and gain root shell access to containers outside their intended scope. Immediate patching is required to prevent unauthorized container access and potential lateral movement within multi-tenant Docker environments.
sudo dnf upgrade -y docker-ceDefensia detects this vulnerability
How to check if you are affected
- Run `docker --version` and `dozzle --version` (if installed separately) to identify the current version; versions prior to 9.0.3 are vulnerable
- Check if Dozzle is deployed by inspecting running containers: `docker ps | grep dozzle`
- Review Dozzle configuration for label-based access controls in the deployment manifest or docker-compose file
- After patching, verify the fix: confirm `docker --version` shows the latest build and restart Dozzle container with `docker restart <dozzle_container_id>`
FAQ
What is CVE-2026-24740?
CVE-2026-24740 is a critical authorization bypass flaw in Dozzle (Docker log viewer) that allows users with restricted label-based access filters to bypass security controls and obtain interactive root shell access to containers outside their permitted scope by directly referencing container IDs.
Is CVE-2026-24740 being actively exploited?
No, this vulnerability is not currently listed on the CISA KEV catalog and has no known public exploits, though the critical CVSS score of 9.9 warrants urgent patching.
What versions of Docker are affected by CVE-2026-24740?
Dozzle versions prior to 9.0.3 are vulnerable. The affected version range extends from early releases up to and including 9.0.2.
How do I check if my server is vulnerable to CVE-2026-24740?
Run `dozzle --version` or inspect the Dozzle container image tag with `docker inspect <dozzle_container_id> | grep -i version`. If the version is below 9.0.3, your deployment is vulnerable.
Does Defensia detect CVE-2026-24740?
Yes — Defensia's CVE advisory scanner compares installed package versions against the NVD database. If Docker/Dozzle is installed on a monitored server, CVE-2026-24740 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-2026-24740. Free for 1 server.
Get started free