Openclaw
CVE-2026-32024
MEDIUM
Severity by source
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Lifecycle Timeline
3DescriptionCVE.org
OpenClaw versions prior to 2026.2.22 contain a symlink traversal vulnerability in avatar handling that allows attackers to read arbitrary files outside the configured workspace boundary. Remote attackers can exploit this by requesting avatar resources through gateway surfaces to disclose local files accessible to the OpenClaw process.
AnalysisAI
OpenClaw versions before 2026.2.22 suffer from a symlink traversal flaw in avatar processing that enables local attackers with user-level privileges to read sensitive files beyond the intended workspace directory. An attacker can leverage this through gateway interfaces to access arbitrary files with OpenClaw process permissions, resulting in unauthorized information disclosure. No patch is currently available for this vulnerability.
Technical ContextAI
The vulnerability exists in OpenClaw's avatar handling mechanism, which fails to properly validate or sanitize symlink references when processing avatar file requests. This is a classic CWE-59 (Improper Link Resolution Before File Access) issue where the application does not adequately check whether a resolved file path lies within the intended workspace boundary before reading it. The vulnerability is exposed through gateway surfaces that handle avatar resource requests, allowing traversal of the filesystem hierarchy via symbolic links. The root cause is insufficient path canonicalization and validation in the avatar request handler, which fails to detect or prevent symlink-based directory traversal attacks.
RemediationAI
Upgrade OpenClaw to version 2026.2.22 or later, which includes the symlink traversal fix applied in the referenced commits. This is the primary and recommended remediation. Organizations unable to patch immediately should restrict network access to OpenClaw gateway services to trusted IP ranges only, enforce principle of least privilege by running the OpenClaw process with minimal required permissions, and audit filesystem permissions to ensure sensitive files outside the workspace are not world-readable by the OpenClaw process user. Monitor avatar requests in gateway logs for suspicious path traversal patterns. Consult the official security advisory at https://github.com/openclaw/openclaw/security/advisories/GHSA-rx3g-mvc3-qfjf for detailed patch release notes and deployment instructions.
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 weakness CWE-59 – Improper Link Resolution Before File Access
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
GHSA-rx3g-mvc3-qfjf