Openclaw
Don't miss out!
Thousands of developers use stack.watch to stay informed.Get an email whenever new security vulnerabilities are reported in Openclaw.
By the Year
In 2026 there have been 373 vulnerabilities in Openclaw with an average score of 6.6 out of ten.
| Year | Vulnerabilities | Average Score |
|---|---|---|
| 2026 | 373 | 6.58 |
It may take a day or so for new Openclaw vulnerabilities to show up in the stats or in the list of recent security vulnerabilities. Additionally vulnerabilities may be tagged under a different product or component name.
Recent Openclaw Security Vulnerabilities
OpenClaw <=2026.4.8 PrivEsc via exec-capable node recon
CVE-2026-42432
7.8 - High
- April 28, 2026
OpenClaw before 2026.4.8 contains a privilege escalation vulnerability allowing previously paired nodes to reconnect with exec-capable commands without operator.admin scope requirement. Attackers can bypass re-pairing authentication to execute privileged commands on the local assistant system.
AuthZ
OpenClaw < 2026.4.8: Browser Profile Mutation Bypass via node.invoke(proxy)
CVE-2026-42431
8.1 - High
- April 28, 2026
OpenClaw before 2026.4.8 contains a security bypass vulnerability in node.invoke(browser.proxy) that allows mutation of persistent browser profiles. Attackers can exploit this path to circumvent the browser.request persistent profile-mutation guard and modify browser configurations.
AuthZ
OpenClaw SSRF via Playwright Redirect (before 2026.4.8)
CVE-2026-42430
6.5 - Medium
- April 28, 2026
OpenClaw before 2026.4.8 contains a server-side request forgery vulnerability in Playwright redirect handling that allows attackers to bypass strict SSRF checks. Attackers can exploit request-time navigation to reach private targets that should be restricted by browser SSRF protections.
SSRF
OpenClaw <2026.4.8: PrivEsc via Gateway Auth Widening Read to Write
CVE-2026-42429
7.1 - High
- April 28, 2026
OpenClaw before 2026.4.8 contains a privilege escalation vulnerability in the gateway plugin HTTP authentication mechanism that widens identity-bearing operator.read requests into runtime operator.write permissions. Attackers can exploit this by sending read-scoped requests through the gateway auth route to gain unauthorized write access to runtime operations.
AuthZ
OpenClaw <2026.4.8: Bypasses Plugin Archive Integrity
CVE-2026-42428
7.1 - High
- April 28, 2026
OpenClaw versions before 2026.4.8 fail to enforce integrity verification on downloaded plugin archives. Attackers can install malicious or tampered plugin packages without detection, compromising the local assistant environment.
Missing Support for Integrity Check
OpenClaw RCE via Missing Env Var Denylist before 2026.4.8
CVE-2026-42427
5.3 - Medium
- April 28, 2026
OpenClaw before 2026.4.8 contains a remote code execution vulnerability caused by missing environment variable denylist entries for HGRCPATH, CARGO_BUILD_RUSTC_WRAPPER, RUSTC_WRAPPER, and MAKEFLAGS. Attackers can inject malicious build tool environment variables to influence host exec commands and achieve arbitrary code execution.
Denylist / Deny List
OpenClaw <=2026.4.8 Improper Auth: node.pair.approve Accepts op.write
CVE-2026-42426
8.8 - High
- April 28, 2026
OpenClaw before 2026.4.8 contains an improper authorization vulnerability where the node.pair.approve method accepts operator.write scope instead of the narrower operator.pairing scope, allowing unprivileged users to approve node pairing. Attackers with operator.write permissions can bypass pairing approval restrictions to gain unauthorized access to exec-capable nodes.
AuthZ
OpenClaw <2026.4.8: Media Path Trust Issue Enables Local File Exfiltration
CVE-2026-42424
5.7 - Medium
- April 28, 2026
OpenClaw before 2026.4.8 treats shared reply MEDIA paths as trusted, allowing crafted references to trigger cross-channel local file exfiltration. Attackers can exploit this by crafting malicious shared reply MEDIA references to cause another channel to read local file paths as trusted generated media.
External Control of File Name or Path
OpenClaw 2026.4.8: Approval-Timeout Bypass Inline Eval (Gateway/Node)
CVE-2026-42423
7.5 - High
- April 28, 2026
OpenClaw before 2026.4.8 contains an approval-timeout fallback mechanism that bypasses strictInlineEval explicit-approval requirements on gateway and node exec hosts. Attackers can exploit this timeout fallback to execute inline eval commands that should require explicit user approval, circumventing the intended security boundary.
Failing Open
OpenClaw <=2026.4.8 Role Bypass via device.token.rotate
CVE-2026-42422
8.8 - High
- April 28, 2026
OpenClaw before 2026.4.8 contains a role bypass vulnerability in the device.token.rotate function that allows minting tokens for unapproved roles. Attackers can bypass device role-upgrade pairing to preserve or mint roles and scopes that had not undergone intended approval.
AuthZ
OpenClaw WS session mgmt flaw before 2026.4.8 allows hijack
CVE-2026-42421
5.4 - Medium
- April 28, 2026
OpenClaw before 2026.4.8 contains a session management vulnerability where existing WebSocket sessions survive shared gateway token rotation. Attackers can maintain unauthorized access to WebSocket connections after token rotation by exploiting the failure to disconnect existing shared-token sessions.
Insufficient Session Expiration
OpenClaw <=2026.4.8: Base64 Decode Improper Input Validation (Memory Exhaustion)
CVE-2026-42420
4.3 - Medium
- April 28, 2026
OpenClaw before 2026.4.8 contains improper input validation in base64 decode paths that allocate memory before enforcing decoded-size limits. Attackers can exploit multiple code paths to cause memory exhaustion or denial of service through crafted base64-encoded input.
Allocation of Resources Without Limits or Throttling
OpenClaw Auth State Bug (config reload) before 2026.4.8
CVE-2026-41916
5.4 - Medium
- April 28, 2026
OpenClaw before 2026.4.8 contains an authentication state management vulnerability where the resolvedAuth closure becomes stale after configuration reload. Newly accepted gateway connections continue using outdated resolved auth state, allowing attackers to bypass authentication controls through config reload operations.
Insufficient Session Expiration
OpenClaw before 2026.4.8: Unleashed Env VAR Injection in Exec
CVE-2026-41915
5.3 - Medium
- April 28, 2026
OpenClaw before 2026.4.8 fails to remove git plumbing environment variables from the execution environment before host exec operations. Attackers can exploit this by setting GIT_DIR and related variables to redirect git operations and compromise repository integrity.
Denylist / Deny List
OpenClaw<2026.4.8 SSRF via QQ Bot media download path
CVE-2026-41914
8.5 - High
- April 28, 2026
OpenClaw before 2026.4.8 contains a server-side request forgery vulnerability in QQ Bot media download paths that bypass SSRF protection. Attackers can exploit unprotected media fetch endpoints to access internal resources and bypass allowlist policies.
SSRF
OpenClaw <2026.4.4: Race Condition Bypass Rate Limit via Shared-Secret Auth
CVE-2026-41913
3.7 - Low
- April 28, 2026
OpenClaw before 2026.4.4 contains a race condition vulnerability in shared-secret authentication that allows concurrent asynchronous requests to bypass the per-key rate-limit budget. Attackers can exploit this by sending multiple simultaneous authentication attempts to circumvent intended rate-limiting protections on Tailscale-capable paths.
Race Condition
OpenClaw <2026.4.8 SSRF Policy Bypass SFRV Exploitation
CVE-2026-41912
7.6 - High
- April 28, 2026
OpenClaw before 2026.4.8 contains a server-side request forgery policy bypass vulnerability allowing attackers to trigger navigations bypassing normal SSRF checks. Attackers can exploit browser interactions to bypass SSRF protections and access restricted resources.
SSRF
OpenClaw < 2026.4.8: File System Policy Bypass in Docx Upload
CVE-2026-41911
6.5 - Medium
- April 28, 2026
OpenClaw before 2026.4.8 contains a filesystem policy bypass vulnerability in docx upload processing that allows local file reads outside workspace boundaries. Attackers can exploit upload_file and upload_image endpoints to access files beyond the intended workspace-only filesystem policy.
Directory traversal
OpenClaw<2026.4.8 Allowlist Enforce Bypass via /allowlist
CVE-2026-41910
4.3 - Medium
- April 28, 2026
OpenClaw before 2026.4.8 omits owner-only enforcement for cross-channel allowlist writes in the /allowlist endpoint. An authorized non-owner sender can bypass access controls to perform allowlist modifications against different channels, violating the intended trust model.
AuthZ
OpenClaw pre-2026.3.31 ResEx via media DL
CVE-2026-41408
4.3 - Medium
- April 28, 2026
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.
Allocation of Resources Without Limits or Throttling
OpenClaw <2026.4.2 Exploits Timing SC via LenMismatch in SharedSecret Compare
CVE-2026-41407
3.7 - Low
- April 28, 2026
OpenClaw before 2026.4.2 contains a timing side channel vulnerability in shared-secret comparison call sites that use early length-mismatch checks instead of fixed-length comparison helpers. Attackers can measure timing differences to leak secret-length information, weakening constant-time handling for shared secrets.
Observable Timing Discrepancy
OpenClaw <2026.3.31: Sender Allowlist Bypass (CVE-2026-41406)
CVE-2026-41406
5.4 - Medium
- April 28, 2026
OpenClaw before 2026.3.31 contains a sender allowlist bypass vulnerability that allows remote attackers to access restricted messages. Attackers can exploit fetched quoted, root, and thread context messages to bypass sender allowlist restrictions and retrieve unauthorized content.
Insecure Direct Object Reference / IDOR
OpenClaw < 2026.3.31: Unauth Resource Exhaustion via MS Teams Webhook Body Parsing
CVE-2026-41405
7.5 - High
- April 28, 2026
OpenClaw before 2026.3.31 parses MS Teams webhook request bodies before performing JWT validation, allowing unauthenticated attackers to trigger resource exhaustion. Remote attackers can send malicious Teams webhook payloads to exhaust server resources by bypassing authentication checks.
Incorrect Behavior Order: Early Amplification
OpenClaw <=2026.3.31 Scope Clearance Bug Trusted-Proxy Auth Op.Priv Escal
CVE-2026-41404
8.8 - High
- April 28, 2026
OpenClaw before 2026.3.31 contains an incomplete scope-clearing vulnerability in trusted-proxy authentication mode that allows operator.admin privilege escalation. Attackers can exploit this by declaring operator scopes on non-Control-UI clients, allowing self-declared scopes to persist on identity-bearing authentication paths and escalate privileges.
AuthZ
OpenClaw <2026.3.31: Proxy as Loopback Unauth Access
CVE-2026-41403
2.9 - Low
- April 28, 2026
OpenClaw before 2026.3.31 misclassifies proxied remote requests as loopback connections in the diffs viewer when allowRemoteViewer is disabled, allowing unauthorized access. Attackers can bypass access controls by sending proxied requests that are incorrectly identified as local loopback traffic, circumventing intended remote viewer restrictions.
Reliance on Untrusted Inputs in a Security Decision
OpenClaw<2026.3.31: Scope Bypass in Webhook Replay Cache
CVE-2026-41402
4.2 - Medium
- April 28, 2026
OpenClaw before 2026.3.31 contains a scope bypass vulnerability in webhook replay cache deduplication that allows authenticated attackers to replay messages across sibling targets using the same messageId. Attackers can exploit overly broad cache keying to bypass replay protection and deliver duplicate webhook messages to unintended targets.
Use of Incorrectly-Resolved Name or Reference
OpenClaw <2026.3.31: CVE-2026-41400 Voice-Call WS Frame Oversize DOS
CVE-2026-41400
5.3 - Medium
- April 28, 2026
OpenClaw before 2026.3.31 contains an incomplete fix for CVE-2026-32062 where the voice-call component parses large WebSocket frames before start validation. Remote attackers can send oversized pre-start WebSocket frames to cause resource consumption and denial of service.
Allocation of Resources Without Limits or Throttling
OpenClaw WS Priority DoS Before 2026.3.28 via Unbounded Unauth Upgrade
CVE-2026-41399
7.5 - High
- April 28, 2026
OpenClaw before 2026.3.28 accepts unbounded concurrent unauthenticated WebSocket upgrades without pre-authentication budget allocation. Unauthenticated network attackers can exhaust socket and worker capacity to disrupt WebSocket availability for legitimate clients.
Allocation of Resources Without Limits or Throttling
OpenClaw <2026.4.2 iOS A2UI Bridge Improper Access Control
CVE-2026-41398
4.6 - Medium
- April 28, 2026
OpenClaw before 2026.4.2 contains an improper access control vulnerability in the iOS A2UI bridge that treats generic local-network pages as trusted origins. Attackers can inject unauthorized agent.request runs by loading attacker-controlled pages from local-network or tailnet hosts, polluting session state and consuming budget.
Origin Validation Error
OpenClaw <2026.3.31 Sandbox Escape via Symlink in File Sync
CVE-2026-41397
6.8 - Medium
- April 28, 2026
OpenClaw before 2026.3.31 contains a sandbox escape vulnerability allowing attackers to traverse directory boundaries through symlink exploitation during file synchronization operations. Remote attackers can bypass sandbox restrictions by crafting malicious symlinks in mirror sync operations to access arbitrary files outside intended boundaries.
insecure temporary file
OpenClaw <2026.3.31: .env override bypasses plugin trust
CVE-2026-41396
7.8 - High
- April 28, 2026
OpenClaw before 2026.3.31 allows workspace .env files to override the OPENCLAW_BUNDLED_PLUGINS_DIR environment variable, compromising plugin trust verification. Attackers with control over workspace configuration can inject malicious plugins by overriding the bundled plugin trust root directory.
Inclusion of Functionality from Untrusted Control Sphere
OpenClaw 2026.3.28 Plivo V3 Webhook Replay via Query Reordering
CVE-2026-41395
7.5 - High
- April 28, 2026
OpenClaw before 2026.3.28 contains a webhook replay vulnerability in Plivo V3 signature verification that canonicalizes query ordering for signatures but hashes raw URLs for replay detection. Attackers can reorder query parameters to bypass replay cache detection and trigger duplicate voice-call processing with a captured valid signed webhook.
Missing Cryptographic Step
OpenClaw <2026.3.31: Unauth Auth Bypass on plugin-auth HTTP routes
CVE-2026-41394
8.2 - High
- April 28, 2026
OpenClaw before 2026.3.31 contains an authentication bypass vulnerability where unauthenticated plugin-auth HTTP routes receive operator runtime write scopes. Attackers can access these routes without authentication to perform privileged runtime actions intended for authorized operators.
AuthZ
OpenClaw <=2026.3.31 DNS Authority Spoofing
CVE-2026-41393
4.8 - Medium
- April 28, 2026
OpenClaw before 2026.3.31 contains a wide-area discovery vulnerability allowing arbitrary tailnet peers to be accepted as DNS authorities. Attackers with same-tailnet position and CA-trusted endpoint access can exfiltrate operator credentials through DNS steering manipulation.
Origin Validation Error
OpenClaw Exec Allowlist Bypass via Shell Init-file (before 2026.3.31)
CVE-2026-41392
6.7 - Medium
- April 28, 2026
OpenClaw before 2026.3.31 contains an exec allowlist bypass vulnerability allowing attackers to inherit allowlist trust via shell init-file wrapper invocations. Attackers can exploit shell options like --rcfile, --init-file, and --startup-file to load attacker-chosen initialization files while bypassing exec allowlist matching restrictions.
Denylist / Deny List
OpenClaw <=2026.3.31 Improper Sanitization of PIP_INDEX_URL/UV_INDEX_URL
CVE-2026-41391
5.3 - Medium
- April 28, 2026
OpenClaw before 2026.3.31 fails to properly sanitize PIP_INDEX_URL and UV_INDEX_URL environment variables in host execution contexts, allowing attackers to redirect Python package-index traffic. Attackers can exploit this bypass to intercept or manipulate package management operations by injecting malicious index URLs through unsanitized environment variables.
Denylist / Deny List
OpenClaw <2026.3.28 exec AL bypass via /usr/bin/script wrappers
CVE-2026-41390
7.3 - High
- April 28, 2026
OpenClaw before 2026.3.28 contains an exec allowlist bypass vulnerability where allow-always persistence fails to unwrap /usr/bin/script and similar wrappers before storing trust decisions. Attackers can obtain user approval for one wrapped command to persist trust for wrapper binaries that execute different underlying programs.
Reliance on Untrusted Inputs in a Security Decision
OpenClaw <2026.3.31 Config Mgmt: Empty Arr Revoke Bypass
CVE-2026-41388
6.5 - Medium
- April 28, 2026
OpenClaw before 2026.3.31 contains a configuration management vulnerability where startup migration treats empty-array settings as missing values. Attackers can restart the application to rehydrate revoked Tlon configuration from file state, bypassing intended revocation controls.
Incomplete Internal State Distinction
OpenClaw <2026.3.22: host env var sanitization flaw allows package override
CVE-2026-41387
7.8 - High
- April 28, 2026
OpenClaw before 2026.3.22 contains an incomplete host environment variable sanitization vulnerability in host-env-security-policy.json and host-env-security.ts that allows package-manager environment overrides. Attackers can exploit approved exec requests to redirect package resolution or runtime bootstrap to attacker-controlled infrastructure and execute trojanized content.
Allowlist / Allow List
OpenClaw <2026.3.22 PrivEsc via Unbound Bootstrap Codes During Pairing
CVE-2026-41386
9.1 - Critical
- April 28, 2026
OpenClaw before 2026.3.22 contains a privilege escalation vulnerability where bootstrap setup codes are not bound to intended device roles and scopes during pairing. Attackers can exploit this during first-use device pairing to escalate privileges beyond their intended role and scope.
Incorrect Use of Privileged APIs
OpenClaw < 2026.3.31: Nostr privateKey stored as plaintext in config
CVE-2026-41385
6.5 - Medium
- April 28, 2026
OpenClaw before 2026.3.31 stores Nostr privateKey as plaintext in configuration, allowing exposure through config.get method calls that bypass redaction mechanisms. Attackers can retrieve unredacted configuration data to obtain plaintext signing keys used for Nostr protocol operations.
Cleartext Storage of Sensitive Information
OpenClaw <2026.3.24 CLI Backend ENV Var Injection
CVE-2026-41384
7.8 - High
- April 28, 2026
OpenClaw before 2026.3.24 contains an environment variable injection vulnerability in the CLI backend runner that allows attackers to inject malicious environment variables through workspace configuration. Attackers can craft malicious workspace configs to inject arbitrary environment variables into the backend process spawning, enabling code execution or sensitive data exposure.
External Control of System or Configuration Setting
OpenClaw<2026.4.2 Dir Deletion via Config in Mirror Mode
CVE-2026-41383
8.1 - High
- April 28, 2026
OpenClaw before 2026.4.2 contains an arbitrary directory deletion vulnerability in mirror mode that allows attackers to delete remote directories by influencing remoteWorkspaceDir and remoteAgentWorkspaceDir configuration values. Attackers can manipulate these OpenShell config paths to cause mirror sync operations to delete unintended remote directory contents and replace them with uploaded workspace data.
Directory traversal
OpenClaw <2026.3.31: Discord Voice Auth Bypass via Voice Ingress
CVE-2026-41382
5.4 - Medium
- April 28, 2026
OpenClaw before 2026.3.31 contains an authorization bypass vulnerability in Discord voice ingress that allows attackers to bypass channel and member allowlist restrictions. Attackers can exploit stale-role validation gaps and improper channel name validation to gain unauthorized access to restricted voice channels.
AuthZ
OpenClaw v<2026.3.31: Discord Voice Manager AC bypass
CVE-2026-41381
5.4 - Medium
- April 28, 2026
OpenClaw before 2026.3.31 contains an access control bypass vulnerability in the Discord voice manager that allows attackers to bypass channel-level member access allowlist restrictions. Attackers can send Discord voice ingress requests before channel allowlist authorization is performed, gaining unauthorized access to restricted voice channels.
AuthZ
OpenClaw <2026.3.28 Exec-Approval Bypass via exec-approvals-allowlist.ts
CVE-2026-41380
7.3 - High
- April 28, 2026
OpenClaw before 2026.3.28 contains an execution approval vulnerability in exec-approvals-allowlist.ts that allows allow-always persistence to trust wrapper carrier executables instead of invoked targets. Attackers can exploit positional carrier executable routing through dispatch wrappers to establish broader allowlist entries than intended, weakening execution approval boundaries.
Reliance on Untrusted Inputs in a Security Decision
OpenClaw < 2026.3.28 PrivEsc via chat.send, admin Talk Voice config
CVE-2026-41379
7.1 - High
- April 28, 2026
OpenClaw before 2026.3.28 contains a privilege escalation vulnerability allowing authenticated operators with write permissions to access admin-class Talk Voice configuration persistence. Attackers with operator.write privileges can exploit the chat.send endpoint to reach and modify sensitive voice configuration settings intended for administrators only.
AuthZ
OpenClaw <2026.3.31 PrivEsc via Unrestricted Node.Event Agent Dispatch RCE
CVE-2026-41378
8.8 - High
- April 28, 2026
OpenClaw before 2026.3.31 contains a privilege escalation vulnerability allowing paired nodes with role=node to dispatch node.event agent requests with unrestricted gateway-side tool access. Attackers with trusted paired node credentials can escalate privileges by leveraging unrestricted agent.request dispatch to achieve remote code execution on the gateway.
AuthZ
OpenClaw <2026.3.31 fail-open plugin install vulnerability
CVE-2026-41377
4.6 - Medium
- April 28, 2026
OpenClaw before 2026.3.31 contains a fail-open vulnerability in the plugin installation flow where security scan failures do not block installation. Attackers can exploit scan failures to install untrusted plugins when operators proceed despite visible scan warnings.
Failing Open
OpenClaw 2026.3.31 Allowlist Bypass in Matrix Reply Context
CVE-2026-41376
5.4 - Medium
- April 28, 2026
OpenClaw before 2026.3.31 contains an allowlist bypass vulnerability in Matrix thread root and reply context handling that fails to properly validate message senders. Attackers can fetch thread-root and reply context messages that should be filtered by sender allowlists, bypassing access controls.
Origin Validation Error