CVE-2026-27002: OpenClaw: Docker container escape via unvalidated bind mount config injection
Summary A configuration injection issue in the Docker tool sandbox could allow dangerous Docker options (bind mounts, host networking, unconfined profiles) to be applied, enabling container escape or host data access.
Affected Packages / Versions - Package: openclaw (npm) - Affected versions: <= 2026.2.14 - Fixed version: >= 2026.2.15 (next release)
Impact If an attacker can influence sandbox Docker configuration (or an operator pastes untrusted config), they may be able to: - mount sensitive host paths (e.g. /etc, /proc, /sys, /dev, Docker socket) - use network=host to bypass container network isolation - use seccompProfile=unconfined / apparmorProfile=unconfined to weaken isolation
This can lead to host secret exfiltration or full host control (via Docker socket exposure).
Fix OpenClaw now blocks dangerous sandbox Docker settings: - runtime enforcement when building docker create args - config-schema validation for network=host, seccompProfile=unconfined, apparmorProfile=unconfined - security audit findings to surface dangerous sandbox docker config
Workarounds - Do not configure agents..sandbox.docker.binds to mount system directories or Docker socket paths. - Keep agents..sandbox.docker.network at none (default) or bridge. - Do not use unconfined for seccomp/AppArmor profiles.
Fix Commit(s) - 887b209db47f1f9322fead241a1c0b043fd38339 - 1b6704ef5800152c777ea52b77aa2c8a46c13705 (docs)
Release Process Note This advisory is pre-populated with the planned fixed version (>= 2026.2.15). Once openclaw@2026.2.15 is published to npm, publishing this advisory should be a single-click action.
Thanks @aether-ai-agent for reporting.
Other sources
OpenClaw is a personal AI assistant. Prior to version 2026.2.15, a configuration injection issue in the Docker tool sandbox could allow dangerous Docker options (bind mounts, host networking, unconfined profiles) to be applied, enabling container escape or host data access. OpenClaw 2026.2.15 blocks dangerous sandbox Docker settings and includes runtime enforcement when building docker create args; config-schema validation for network=host, seccompProfile=unconfined, apparmorProfile=unconfined; and security audit findings to surface dangerous sandbox docker config. As a workaround, do not configure agents..sandbox.docker.binds to mount system directories or Docker socket paths, keep agents..sandbox.docker.network at none (default) or bridge, and do not use unconfined for seccomp/AppArmor profiles.
— NVD
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2026-27002?
CVE-2026-27002 has a high severity due to its potential to enable container escape and unauthorized host data access.
How do I fix CVE-2026-27002?
To mitigate CVE-2026-27002, upgrade the 'openclaw' package to version 2026.2.15 or later.
What causes CVE-2026-27002?
CVE-2026-27002 is caused by a configuration injection issue that allows unsafe Docker options to be applied.
Which software is affected by CVE-2026-27002?
CVE-2026-27002 affects the 'openclaw' package in versions prior to 2026.2.15.
What are the risks associated with CVE-2026-27002?
The risks of CVE-2026-27002 include potential container escape and unauthorized access to sensitive host data.