Resource exhaustion in OpenClaw - CVE-2026-29609
Published: May 4, 2026
OpenClaw
Detailed vulnerability description
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to uncontrolled resource consumption in fetchWithGuard in src/media/input-files.ts when fetching URL-backed media responses with missing or incorrect content-length values. A remote attacker can serve a specially crafted oversized response to cause a denial of service.
The issue occurs because the full response body is buffered in memory via arrayBuffer() before maxBytes is enforced.