Know every vulnerabilitybefore it knows you.
DevGuard continuously monitors your dependencies and alerts you when CVEs like this one affect your stack — with real-time threat intelligence built for developers.
GHSA-w235-x559-36mg
No affected components available
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=hostto bypass container network isolation - use
seccompProfile=unconfined/apparmorProfile=unconfinedto 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 createargs - 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.bindsto mount system directories or Docker socket paths. - Keep
agents.*.sandbox.docker.networkatnone(default) orbridge. - Do not use
unconfinedfor 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.
The vulnerability can be exploited over the network without needing physical access. It is easy for an attacker to exploit this vulnerability. An attacker does not need any special privileges or access rights.
Exploitation attempts have been detected. Elevated vigilance and prompt remediation are advised.
The exploit probability is very low. The vulnerability is unlikely to be exploited in the next 30 days.
We did not find any exploit available. Neither in GitHub repositories nor in the Exploit-Database.
Browse More
Continuously monitor your dependencies and get alerted when vulnerabilities like this one affect your stack.
Checkout DevGuard