Skip to main content

OpenClaw CVE-2026-41908

| EUVDEUVD-2026-25274 LOW
Incorrect Authorization (CWE-863)
2026-04-23 VulnCheck GHSA-qgx9-6px9-7p75
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:L/VI:N/VA:N/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

Trusted-proxy callers are already low-privilege authenticated users (PR:L); only media file confidentiality is impacted (C:L) with no integrity, availability, or scope-change effect.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
4.0 AV:N/AC:L/AT:P/PR:L/UI:N/VC:L/VI:N/VA:N/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:39 vuln.today
Analysis Generated
Jul 24, 2026 - 04:39 vuln.today
Severity Changed
Apr 23, 2026 - 18:42 NVD
MEDIUM LOW
CVSS changed
Apr 23, 2026 - 18:42 NVD
4.3 (MEDIUM) 2.3 (LOW)
EUVD ID Assigned
Apr 23, 2026 - 18:15 euvd
EUVD-2026-25274
Patch released
Apr 23, 2026 - 18:15 nvd
Patch available
CVE Published
Apr 23, 2026 - 17:52 nvd
LOW 2.3

DescriptionCVE.org

OpenClaw before 2026.4.20 contains a scope enforcement bypass vulnerability in the assistant-media route that allows trusted-proxy callers without operator.read scope to access protected assistant-media files and metadata. Attackers can bypass identity-bearing HTTP auth path scope validation to retrieve sensitive media content within allowed media roots.

AnalysisAI

Scope enforcement bypass in OpenClaw's Control UI assistant-media route allows authenticated trusted-proxy callers lacking the operator.read scope to read protected assistant-media files and metadata. Affected versions are all OpenClaw npm releases before 2026.4.20; deployments not using trusted-proxy authentication mode are unaffected. No active exploitation is confirmed (absent from CISA KEV), EPSS is 0.03% (7th percentile), and SSVC rates exploitation as none with only partial technical impact, making this a low-urgency patch cycle item.

Technical ContextAI

OpenClaw (CPE: cpe:2.3:a:openclaw:openclaw:*:*:*:*:*:*:*:*) is an npm-distributed AI gateway whose Control UI exposes an /__openclaw__/assistant-media HTTP route for serving assistant media files and metadata. The route's authorization logic in src/gateway/control-ui.ts (handleControlUiAssistantMediaRequest) correctly enforced gateway authentication and media-root boundary checks but omitted the call to authorizeOperatorScopesForMethod('assistant.media.get', ...) for trusted-proxy callers using identity-bearing HTTP auth paths (i.e., auth modes other than token, password, or none). Because the x-openclaw-scopes header was read but never validated against the required operator.read scope, any trusted-proxy-authenticated caller could retrieve media regardless of its declared scope set. The root cause is CWE-863 (Incorrect Authorization): the system authenticated the caller but failed to verify the caller held sufficient authorization for the requested operation.

RemediationAI

Upgrade the openclaw npm package to version 2026.4.20 or later, which enforces operator.read scope validation on all assistant-media file and metadata requests made over identity-bearing HTTP auth paths; the fix is in commit 99ef3a63c58440d53f8e45ad861b846032fcb036 (https://github.com/openclaw/openclaw/commit/99ef3a63c58440d53f8e45ad861b846032fcb036). If an immediate upgrade is not feasible, operators can mitigate by ensuring no trusted-proxy service account is granted route access without also being explicitly assigned the operator.read scope at the identity provider level - this limits exposure but requires careful scope auditing and does not eliminate the underlying code flaw. As a stronger compensating control, temporarily restricting or disabling the /__openclaw__/assistant-media route at the gateway or network layer eliminates the attack surface entirely at the cost of Control UI assistant media functionality.

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-41908 vulnerability details – vuln.today

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