OpenClaw CLI process cleanup used system-wide process enumeration and pattern matching to terminate processes without verifying they were owned by the current OpenClaw process. On shared hosts, unrelated processes could be terminated if they matched the pattern.
openclaw (npm)< 2026.2.14 (including the latest published version 2026.2.13)2026.2.14 (planned next release)The CLI runner cleanup helpers could kill processes matched by command-line patterns without validating process ownership.
Process cleanup is now scoped to owned processes only by filtering to direct child PIDs of the current process (ppid == process.pid) before sending signals.
Hardening follow-ups:
SIGTERM, then SIGKILL fallback).ps argv truncation by preferring wide output (ps -axww) with a fallback.This advisory is pre-set with patched version 2026.2.14. After 2026.2.14 is published to npm, the remaining step should be to publish this advisory.
Thanks @aether-ai-agent for reporting.
{
"cwe_ids": [
"CWE-283"
],
"github_reviewed": true,
"github_reviewed_at": "2026-02-18T17:41:09Z",
"nvd_published_at": "2026-02-21T10:16:12Z",
"severity": "MODERATE"
}