Openclaw
CVE-2026-41329
CRITICAL
Severity by source
CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/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
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/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
Lifecycle Timeline
5Blast 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 sandbox bypass vulnerability allowing attackers to escalate privileges via heartbeat context inheritance and senderIsOwner parameter manipulation. Attackers can exploit improper context validation to bypass sandbox restrictions and achieve unauthorized privilege escalation.
AnalysisAI
Sandbox bypass in OpenClaw (pre-2026.3.31) enables authenticated remote attackers to escalate privileges by manipulating heartbeat context inheritance and senderIsOwner parameters. Exploitation requires low attack complexity with present attack technique capability, achieving complete compromise of confidentiality, integrity, and availability across vulnerable and subsequent system scope. No active exploitation confirmed (not in CISA KEV), but VulnCheck disclosure indicates researcher-identified vulnerability with public GitHub commit and security advisory available.
Technical ContextAI
OpenClaw is an open-source game engine implementation. This vulnerability stems from CWE-648 (Incorrect Use of Privileged APIs), where the application fails to properly validate security context during heartbeat operations-a common mechanism for maintaining connection state or synchronization between components. The 'senderIsOwner' parameter appears to control privilege assertions within the sandbox environment. By inheriting or manipulating heartbeat context data, an attacker can falsify ownership claims and convince the sandbox validation logic to grant elevated privileges. The CVSS 4.0 vector indicates network attack surface (AV:N) with low complexity (AC:L) requiring present attack technique capability (AT:P) and low-level authentication (PR:L), suggesting the heartbeat mechanism accepts authenticated user input without sufficient origin or integrity validation. The Changed scope (S:C indicated by distinct SC/SI/SA High values) means successful exploitation breaks out of the intended security boundary, affecting resources beyond the vulnerable component itself.
RemediationAI
Upgrade immediately to OpenClaw version 2026.3.31 or later, which contains the fix committed in GitHub commit a30214a624946fc5c85c9558a27c1580172374fd (https://github.com/openclaw/openclaw/commit/a30214a624946fc5c85c9558a27c1580172374fd). Review the complete security advisory at https://github.com/openclaw/openclaw/security/advisories/GHSA-g5cg-8x5w-7jpm for additional context. If immediate patching is not feasible, implement network segmentation to restrict authenticated access to the OpenClaw service to only trusted users, recognizing this reduces but does not eliminate risk since the vulnerability requires only low-privilege authentication. Consider disabling heartbeat functionality if the application permits and operational requirements allow, though this may impact connection stability or feature availability-consult application documentation for side effects. Monitor authentication logs for unusual privilege escalation attempts or repeated heartbeat requests with varying context parameters. Do not rely solely on sandbox containment as a control given the bypass nature of this vulnerability.
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-648 – Incorrect Use of Privileged APIs
View allSame technique Privilege Escalation
View allShare
External POC / Exploit Code
Leaving vuln.today
GHSA-g5cg-8x5w-7jpm