Cyber Posture

CVE-2026-33581

MediumPublic PoC

Published: 31 March 2026

Published
31 March 2026
Modified
01 April 2026
KEV Added
Patch
CVSS Score 6.5 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0005 16.8th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-33581 is a medium-severity Path Traversal (CWE-22) vulnerability in Openclaw Openclaw. Its CVSS base score is 6.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 16.8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and AC-4 (Information Flow Enforcement).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Validates mediaUrl and fileUrl alias parameters to block path traversal and prevent bypass of localRoots sandbox validation.

prevent

Enforces access control policies to restrict reading of files outside the intended sandbox directory even if parameters bypass validation.

prevent

Controls information flow from unvalidated file requests to ensure access remains confined within sandbox boundaries.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
Why these techniques?

Remote arbitrary local file read via path traversal/sandbox bypass directly enables exploitation of public-facing applications (T1190) and data collection from local system files (T1005).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

OpenClaw before 2026.3.24 contains a sandbox bypass vulnerability in the message tool that allows attackers to read arbitrary local files by using mediaUrl and fileUrl alias parameters that bypass localRoots validation. Remote attackers can exploit this by routing file requests…

more

through unvalidated alias parameters to access files outside the intended sandbox directory.

Deeper analysisAI

CVE-2026-33581 is a sandbox bypass vulnerability (CWE-22) affecting OpenClaw versions prior to 2026.3.24, specifically in the message tool component. The flaw enables attackers to read arbitrary local files by exploiting mediaUrl and fileUrl alias parameters, which bypass localRoots validation. This allows file requests to be routed through unvalidated aliases, granting access to files outside the intended sandbox directory. The vulnerability carries a CVSS v3.1 base score of 6.5 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N) and was published on 2026-03-31.

Remote attackers with low privileges (PR:L) can exploit this vulnerability over the network with low complexity and no user interaction required. By crafting requests that leverage the aliased parameters, they achieve high-impact confidentiality violations, such as reading sensitive local files beyond the sandbox boundaries, while integrity and availability remain unaffected.

Mitigation details are outlined in official advisories and the patch commit. The GitHub security advisory (GHSA-v8wv-jg3q-qwpq) and the fixing commit (1d7cb6fc03552bbba00e7cffb3aa9741f5556416) in the OpenClaw repository address the issue in version 2026.3.24 and later. VulnCheck's advisory further details the arbitrary file read via these parameters, recommending upgrades to patched versions.

Details

CWE(s)

Affected Products

openclaw
openclaw
≤ 2026.3.24

CVEs Like This One

CVE-2026-32030Same product: Openclaw Openclaw
CVE-2026-28462Same product: Openclaw Openclaw
CVE-2026-32026Same product: Openclaw Openclaw
CVE-2026-32846Same product: Openclaw Openclaw
CVE-2026-32033Same product: Openclaw Openclaw
CVE-2026-22171Same product: Openclaw Openclaw
CVE-2026-28453Same product: Openclaw Openclaw
CVE-2026-35668Same product: Openclaw Openclaw
CVE-2026-32055Same product: Openclaw Openclaw
CVE-2026-28482Same product: Openclaw Openclaw

References