SEPTEMBER 16, 2026
Live Feed
Back to database
Case File

CVE-2026-55887

HIGH · CVSS 8.7 EPSS 0.20% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-15 · Last synced 2026-09-16

CyberRota Analysis

AI-Generated

The vulnerability affects Docker's MCP Gateway, specifically versions 0.21.0 to 0.42.2, where an attacker can exploit improperly handled OCI image labels to manipulate the docker run argument vector. This allows for unauthorized access to the host filesystem and execution of arbitrary code with root privileges, posing a significant risk to system integrity. Organizations using affected versions of Docker MCP Gateway should prioritize applying the patch available in version 0.42.2 to mitigate this high-severity risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-55887
Severity
HIGH
CVSS
8.7
EPSS
0.20%
Docker

Original NVD Description

MCP Gateway allows easy and secure running and deployment of MCP servers. From 0.21.0 until 0.42.2, Docker MCP Gateway YAML-unmarshalled the attacker-controlled io.docker.server.metadata OCI image label into the broad catalog.Server structure for direct docker:// references and catalog snapshot imports in pkg/oci/self_contained.go and pkg/workingset/workingset.go. Runtime-shaping fields including Volumes, User, and ExtraHosts were then appended to the docker run argument vector without an origin allowlist, allowing a malicious image author to request host filesystem or Docker socket mounts and UID 0 execution when a victim selected or pulled the image. This container-creation-time boundary bypass can execute arbitrary code on the host and is not prevented by no-new-privileges because no in-container privilege escalation is required. This issue is fixed in version 0.42.2.