Security vulnerabilities have been discovered in Docker's Moby container framework and Docker Model Runner (DMR). These flaws could allow privilege escalation and server-side request forgery. Patches are available to address these issues; users are urged to update immediately.
CVE-2026-33997 has a CVSS score of 6.8, indicating medium severity.
What is Docker?
CVE-2026-33997: Moby Plugin Privilege Validation Bypass
Medium severity: Exploitable with some access restrictions required.
EPSS score of 0.011 indicates a low probability of exploitation.
A flaw in Moby's plugin privilege comparison logic allows bypassing privilege validation during docker plugin installation. The daemon may incorrectly accept a privilege set different from the one approved by the user, potentially leading to unauthorized access.
How to fix CVE-2026-33997 in Moby
Patch immediately- 1.Upgrade your Moby installation to version 29.3.1 or later.
Verify with:
docker versionWorkaround: No known workarounds are available; upgrading is the recommended solution.
NextGuard automatically flags CVE-2026-33997 if Moby appears in any of your monitored projects — no manual lookup required.
CVE-2026-33990: Docker Model Runner SSRF Vulnerability
Severity not specified.
EPSS score of 0.013 suggests a low probability of exploitation.
Docker Model Runner (DMR) is vulnerable to Server-Side Request Forgery (SSRF) in its OCI registry token exchange flow. A malicious OCI registry can cause Model Runner to make arbitrary GET requests to internal services, potentially exposing sensitive data.
How to fix CVE-2026-33990 in Docker Model Runner
Patch immediately- 1.Upgrade your Docker Model Runner installation to version 1.1.25 or later.
Verify with:
dmr --versionWorkaround: Enable Enhanced Container Isolation (ECI) in Docker Desktop, but note that this does not fully mitigate the vulnerability if DMR is exposed to localhost over TCP.
Stay ahead of Docker vulnerabilities
Proactively identify and remediate risks in your Docker environments. Use NextGuard to monitor your docker dependencies.
Compare PlansFrequently asked questions
These vulnerabilities highlight the importance of keeping your Docker components up to date. Regularly patching your systems is crucial for maintaining a secure environment. See all docker vulnerabilities.
Related topics