Skip to main content

OpenClaw CVE-2026-41408

| EUVDEUVD-2026-26115 LOW
Allocation of Resources Without Limits or Throttling (CWE-770)
2026-04-28 VulnCheck
2.3
CVSS 4.0 · NVD

Severity by source

NVD PRIMARY
2.3 LOW
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
vuln.today AI
4.3 MEDIUM

Network-delivered via authenticated Tlon posts (PR:L); no complexity barrier once account exists; impact is disk availability only on the local system.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L
4.0 AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N

Primary rating from NVD.

CVSS VectorNVD

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

7
Source Code Evidence Fetched
Jul 24, 2026 - 04:22 vuln.today
Analysis Generated
Jul 24, 2026 - 04:22 vuln.today
Severity Changed
Apr 28, 2026 - 19:52 NVD
MEDIUM LOW
CVSS changed
Apr 28, 2026 - 19:52 NVD
4.3 (MEDIUM) 2.3 (LOW)
EUVD ID Assigned
Apr 28, 2026 - 19:30 euvd
EUVD-2026-26115
Patch released
Apr 28, 2026 - 19:30 nvd
Patch available
CVE Published
Apr 28, 2026 - 18:10 nvd
LOW 2.3

Blast Radius

ecosystem impact
† from your stack dependencies † transitive graph · vuln.today resolves 4-path depth
  • 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.

CVE-2026-28446 CRITICAL POC
9.4 Mar 05

Auth bypass in OpenClaw voice-call extension before 2026.2.1. EPSS 0.68%. PoC and patch available.

CVE-2026-33579 CRITICAL POC
9.4 Mar 31

Privilege escalation in OpenClaw (pre-2026.3.28) allows unauthenticated remote attackers to gain administrative access b

CVE-2026-32042 HIGH POC
8.8 Mar 21

OpenClaw versions 2026.2.22 through 2026.2.24 contain a privilege escalation vulnerability that allows authenticated att

CVE-2026-32051 HIGH POC
8.8 Mar 21

An authorization mismatch vulnerability in OpenClaw versions prior to 2026.3.1 allows authenticated users with operator.

CVE-2026-25253 HIGH POC
8.8 Feb 01

OpenClaw versions prior to 2026.1.29 automatically establish WebSocket connections to attacker-controlled gateway URLs e

CVE-2026-32846 HIGH POC
8.7 Mar 26

Path traversal in OpenClaw through version 2026.3.23 enables unauthenticated remote attackers to read arbitrary files in

CVE-2026-32064 HIGH POC
7.7 Mar 21

OpenClaw sandbox browser functionality launches x11vnc for noVNC observer sessions without requiring authentication, all

CVE-2026-32055 HIGH POC
7.6 Mar 21

OpenClaw versions before 2026.2.26 allow authenticated attackers to write arbitrary files outside the workspace director

CVE-2026-32056 HIGH POC
7.5 Mar 21

OpenClaw versions prior to 2026.2.22 contain a shell environment variable injection vulnerability in the system.run func

CVE-2026-32049 HIGH POC
7.5 Mar 21

OpenClaw versions prior to 2026.2.22 contain a resource exhaustion vulnerability where the application fails to consiste

CVE-2026-32048 HIGH POC
7.5 Mar 21

OpenClaw versions prior to 2026.3.1 contain a sandbox escape vulnerability that allows authenticated attackers with low

CVE-2026-25474 HIGH POC
7.5 Feb 19

OpenClaw versions 2026.1.30 and below fail to validate Telegram webhook secret tokens when `channels.telegram.webhookSec

Share

CVE-2026-41408 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy