Summary
OpenClaw automatically discovered and loaded plugins from .openclaw/extensions/ inside the current workspace without an explicit trust or install step. A malicious repository could include a crafted workspace plugin that executed as soon as a user ran OpenClaw from that cloned directory.
Impact
Opening or running OpenClaw in an untrusted repository could lead to arbitrary code execution under the user's account.
Affected versions
openclaw <= 2026.3.11
Patch
Fixed in openclaw 2026.3.12. Workspace plugin loading now requires explicit trusted state before execution. Users should update to 2026.3.12 or later and avoid running OpenClaw inside untrusted repositories on older releases.
References
Summary
OpenClaw automatically discovered and loaded plugins from
.openclaw/extensions/inside the current workspace without an explicit trust or install step. A malicious repository could include a crafted workspace plugin that executed as soon as a user ran OpenClaw from that cloned directory.Impact
Opening or running OpenClaw in an untrusted repository could lead to arbitrary code execution under the user's account.
Affected versions
openclaw<= 2026.3.11Patch
Fixed in
openclaw2026.3.12. Workspace plugin loading now requires explicit trusted state before execution. Users should update to2026.3.12or later and avoid running OpenClaw inside untrusted repositories on older releases.References