CVE-2026-33997
March 28, 2026
Summary A security vulnerability has been detected that allows "plugins" (https://docs.docker.com/engine/extend/legacy_plugins/) privilege validation to be bypassed during "docker plugin install". Due to an error in the daemon's privilege comparison logic, the daemon may incorrectly accept a privilege set that differs from the one approved by the user. Plugins that request exactly one privilege are also affected, because no comparison is performed at all. Impact If plugins are not in use, there is no impact. When a plugin is installed, the daemon computes the privileges required by the plugin's configuration and compares them with the privileges approved during installation. A malicious plugin can exploit this bug so that the daemon accepts privileges that differ from what was intended to be approved. Anyone who depends on the plugin installation approval flow as a meaningful security boundary is potentially impacted. Depending on the privilege set involved, this may include highly sensitive plugin permissions such as broad device access. For consideration: exploitation still requires a plugin to be installed from a malicious source, and Docker plugins are relatively uncommon. Docker Desktop also does not support plugins. Workarounds If unable to update immediately: - Do not install plugins from untrusted sources - Carefully review all privileges requested during "docker plugin install" - Restrict access to the Docker daemon to trusted parties, following the principle of least privilege - Avoid relying on plugin privilege approval as the only control boundary for sensitive environments Credits - Reported by Cody (c@wormhole.guru, PGP 0x9FA5B73E)
Affected Packages
https://github.com/moby/moby.git (GITHUB):
Affected version(s) >=docker-v29.0.0-rc.1 <docker-v29.3.1Fix Suggestion:
Update to version docker-v29.3.1https://github.com/moby/moby.git (GITHUB):
Affected version(s) >=docker-v29.0.0-rc.1 <docker-v29.3.1Fix Suggestion:
Update to version docker-v29.3.1https://github.com/moby/moby.git (GITHUB):
Affected version(s) >=docker-v29.0.0-rc.1 <docker-v29.3.1Fix Suggestion:
Update to version docker-v29.3.1https://github.com/moby/moby.git (GITHUB):
Affected version(s) >=docker-v29.0.0-rc.1 <docker-v29.3.1Fix Suggestion:
Update to version docker-v29.3.1https://github.com/moby/moby.git (GITHUB):
Affected version(s) >=docker-v29.0.0-rc.1 <docker-v29.3.1Fix Suggestion:
Update to version docker-v29.3.1https://github.com/moby/moby.git (GITHUB):
Affected version(s) >=docker-v29.0.0-rc.1 <docker-v29.3.1Fix Suggestion:
Update to version docker-v29.3.1github.com/moby/moby/v2 (GO):
Affected version(s) >=v2.0.0-beta.0 <v2.0.0-beta.8Fix Suggestion:
Update to version v2.0.0-beta.8github.com/moby/moby/v2 (GO):
Affected version(s) >=v2.0.0-beta.0 <v2.0.0-beta.8Fix Suggestion:
Update to version v2.0.0-beta.8github.com/moby/moby/v2 (GO):
Affected version(s) >=v2.0.0-beta.0 <v2.0.0-beta.8Fix Suggestion:
Update to version v2.0.0-beta.8github.com/moby/moby/v2 (GO):
Affected version(s) >=v2.0.0-beta.0 <v2.0.0-beta.8Fix Suggestion:
Update to version v2.0.0-beta.8github.com/moby/moby/v2 (GO):
Affected version(s) >=v2.0.0-beta.0 <v2.0.0-beta.8Fix Suggestion:
Update to version v2.0.0-beta.8github.com/moby/moby/v2 (GO):
Affected version(s) >=v2.0.0-beta.0 <v2.0.0-beta.8Fix Suggestion:
Update to version v2.0.0-beta.8Related ResourcesĀ (5)
Do you need more information?
Contact UsCVSS v4
Base Score:
7.6
Attack Vector
NETWORK
Attack Complexity
HIGH
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
PASSIVE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
6.8
Attack Vector
NETWORK
Attack Complexity
HIGH
Privileges Required
NONE
User Interaction
REQUIRED
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
NONE
Weakness Type (CWE)
Off-by-one Error