Severity by source
CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Network-delivered via authenticated Tlon posts (PR:L); no complexity barrier once account exists; impact is disk availability only on the local system.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
7Blast Radius
ecosystem impact- 1 npm packages depend on openclaw (1 direct, 0 indirect)
Ecosystem-wide dependent count for version 2026.3.31.
DescriptionCVE.org
OpenClaw before 2026.3.31 contains a resource exhaustion vulnerability in media downloads that bypasses core safety limits for file size, count, and cleanup operations. Attackers can exhaust disk space by downloading media files without triggering intended safety restrictions, causing availability impact.
AnalysisAI
Disk exhaustion via unbounded Tlon media downloads affects OpenClaw versions up to and including 2026.3.28, where the Tlon extension bypasses the shared media runtime's file size cap (6 MB per file), per-message image count limit (8 images), and cleanup controls. An authenticated attacker with a valid Tlon account can craft posts containing large numbers of oversized image URLs, causing the OpenClaw instance to write unbounded media to local storage until disk space is exhausted. No active exploitation is confirmed (not in CISA KEV), EPSS is 0.04% (11th percentile), and SSVC classifies exploitation as none - vendor-released patch version 2026.3.31 resolves the issue.
Technical ContextAI
OpenClaw is an npm-distributed AI assistant application (CPE: cpe:2.3:a:openclaw:openclaw:*:*:*:*:*:*:*:*) that includes a bundled Tlon extension for interacting with the Tlon decentralized social network. The vulnerable path lies in extensions/tlon/src/monitor/media.ts, which prior to the fix performed direct filesystem writes using Node.js stream primitives (createWriteStream, pipeline) without routing downloads through the shared openclaw/plugin-sdk/media-runtime module that enforces resource limits. This is a textbook instance of CWE-770 (Allocation of Resources Without Limits or Throttling): the code allocated disk resources during media ingestion without enforcing any cap on file size, count of files per message, or post-download cleanup, allowing resource consumption to grow without bound in response to attacker-controlled input.
RemediationAI
Upgrade OpenClaw to version 2026.3.31 or later via npm (npm install openclaw@2026.3.31), which is the vendor-confirmed patched release. The fix, landed in commit 2194587d70d2aef863508b945319c5a7c88b12ce, routes all Tlon inbound image downloads through the shared openclaw/plugin-sdk/media-runtime, enforcing a 6 MB per-file size cap and stopping after 8 images per message. If immediate upgrade is not possible, disabling or removing the Tlon extension entirely eliminates the vulnerable code path with no side effects beyond loss of Tlon integration functionality. No additional network-layer mitigations are necessary given the authentication prerequisite and limited blast radius. Full advisory and patch references: https://github.com/openclaw/openclaw/security/advisories/GHSA-4g5x-2jfc-xm98 and https://github.com/openclaw/openclaw/commit/2194587d70d2aef863508b945319c5a7c88b12ce.
Auth bypass in OpenClaw voice-call extension before 2026.2.1. EPSS 0.68%. PoC and patch available.
Privilege escalation in OpenClaw (pre-2026.3.28) allows unauthenticated remote attackers to gain administrative access b
OpenClaw versions 2026.2.22 through 2026.2.24 contain a privilege escalation vulnerability that allows authenticated att
An authorization mismatch vulnerability in OpenClaw versions prior to 2026.3.1 allows authenticated users with operator.
OpenClaw versions prior to 2026.1.29 automatically establish WebSocket connections to attacker-controlled gateway URLs e
Path traversal in OpenClaw through version 2026.3.23 enables unauthenticated remote attackers to read arbitrary files in
OpenClaw sandbox browser functionality launches x11vnc for noVNC observer sessions without requiring authentication, all
OpenClaw versions before 2026.2.26 allow authenticated attackers to write arbitrary files outside the workspace director
OpenClaw versions prior to 2026.2.22 contain a shell environment variable injection vulnerability in the system.run func
OpenClaw versions prior to 2026.2.22 contain a resource exhaustion vulnerability where the application fails to consiste
OpenClaw versions prior to 2026.3.1 contain a sandbox escape vulnerability that allows authenticated attackers with low
OpenClaw versions 2026.1.30 and below fail to validate Telegram webhook secret tokens when `channels.telegram.webhookSec
Same technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-26115