Resource exhaustion in OpenClaw - CVE-2026-27164
Published: May 4, 2026
OpenClaw
Detailed vulnerability description
The vulnerability allows a remote attacker to cause increased resource consumption.
The vulnerability exists due to uncontrolled resource consumption in src/agents/pi-embedded-runner/run.ts when processing adversarial overflow inputs. A remote attacker can trigger repeated overflow recovery retries to cause increased resource consumption.
Successful tool-result truncation resets the overflow retry counter while truncation itself remains a one-shot action, which preserves eventual termination but amplifies bounded retry and cost cycles.