Improper Resource Shutdown or Release in OpenClaw - CVE-2026-35667
Published: May 1, 2026
OpenClaw
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service and disrupt process cleanup.
The vulnerability exists due to improper resource shutdown or release in the !stop chat command via shell-utils.ts when stopping background bash processes. A local user can invoke the !stop or /bash stop command to cause a denial of service and disrupt process cleanup.
Processes are terminated with SIGKILL immediately, which prevents graceful shutdown handlers from running and can leave files, locks, connections, or audit operations incomplete.