
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-35633 is an unbounded memory allocation vulnerability in OpenClaw's remote media HTTP error handling that allows unauthenticated remote attackers to trigger excessive memory consumption, potentially causing a denial of service. It affects all OpenClaw (npm) versions before 2026.3.22. The vulnerability was disclosed on April 9, 2026, with the fix shipping in version 2026.3.22. It carries a CVSS v3.1 base score of 5.3 (Medium) and a CVSS v4.0 base score of 6.9 (Medium) (Github Advisory, Feedly).
The root cause is that OpenClaw's readErrorBodySnippet function in src/media/fetch.ts called res.text() to read HTTP error response bodies without any size cap, allowing the full body to be buffered into memory regardless of size (CWE-789: Memory Allocation with Excessive Size Value; CWE-770: Allocation of Resources Without Limits or Throttling). An attacker positioned to serve crafted HTTP error responses — for example, by controlling a remote media endpoint that OpenClaw fetches from — can return a non-2xx response with an arbitrarily large body, causing the application to allocate unbounded memory before failure handling occurs. No authentication or user interaction is required. The fix refactored error-body reading through a new readResponseTextSnippet function in src/media/read-response-with-limit.ts that enforces an 8 KB byte cap and idle chunk timeouts, truncating oversized snippets before surfacing failure text (Github Advisory, Fix Commit).
Successful exploitation results in excessive memory consumption on the OpenClaw server, which can degrade performance or crash the application, causing a denial of service. There is no impact on confidentiality or integrity — the vulnerability is limited to availability of the affected OpenClaw instance. Lateral movement and data exfiltration are not directly enabled by this vulnerability (Github Advisory, Feedly).
There is no known public proof-of-concept exploit and no evidence of in-the-wild exploitation at this time. The EPSS score is approximately 0.0024 (0.24%), indicating a low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. No threat actor attribution has been reported (Feedly).
readErrorBodySnippet function calls res.text() on the error response without a size limit, causing OpenClaw to buffer the entire large response body into memory.Upgrade OpenClaw (npm) to version 2026.3.22 or later, which routes non-2xx error body reads through the new bounded readResponseTextSnippet function with an 8 KB cap and idle timeouts. For environments where immediate patching is not feasible, implement network-level controls to restrict which remote media endpoints OpenClaw can reach, limiting exposure to attacker-controlled servers. Monitoring for unusual HTTP error response patterns with large body sizes from remote media endpoints can help detect exploitation attempts (Github Advisory, Fix Commit).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."