Time-of-check Time-of-use (TOCTOU) Race Condition in OpenClaw - CVE-2026-32043
Published: May 1, 2026
OpenClaw
Detailed vulnerability description
The vulnerability allows a remote user to execute approved commands in an unintended working directory.
The vulnerability exists due to a time-of-check time-of-use race condition in system.run on node hosts when resolving a symlinked cwd between approval and execution. A remote user can retarget the symlink after approval and before process spawn to execute approved commands in an unintended working directory.
The issue affects approval-bound command execution where cwd is provided as a symlink path.