
Cloud Vulnerability DB
A community-led vulnerabilities database
URL-backed media fetch handling allocated the entire response payload in memory (arrayBuffer) before enforcing maxBytes, allowing oversized responses to cause memory exhaustion.
openclaw (npm): < 2026.2.14clawdbot (npm): <= 2026.1.24-3openclaw (npm): 2026.2.14openclaw/openclaw main: 00a08908892d1743d1fc52e5cbd9499dd5da2fe0Affected component:
src/media/input-files.ts (fetchWithGuard)
When content-length is missing or incorrect, reading the body via response.arrayBuffer() buffers the full payload before a size check can run.maxBytes (chunked transfer / no content-length).fetchWithGuard URL fetch path.
Example local server (large response):node -e 'require("http").createServer((_,res)=>{res.writeHead(200,{"content-type":"application/octet-stream"});for(let i=0;i<1024;i++)res.write(Buffer.alloc(1024*64));res.end();}).listen(18888)'Availability loss via memory pressure from attacker-controlled remote media responses.
Until a patched release is available, disable URL-backed media inputs (or restrict to a tight hostname allowlist) and use conservative maxBytes limits.
Reported by @vincentkoc.
Source: NVD
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."