Skip to main content

OpenClaw CVE-2026-43583

| EUVDEUVD-2026-28178 MEDIUM
Missing Authorization (CWE-862)
2026-05-06 disclosure@vulncheck.com
6.0
CVSS 4.0 · NVD
Share

Severity by source

NVD PRIMARY
6.0 MEDIUM
CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:N/VC:N/VI:H/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

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:N/VC:N/VI:H/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
Attack Vector
Network
Attack Complexity
High
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

4
Patch available
May 06, 2026 - 21:03 EUVD
Source Code Evidence Fetched
May 06, 2026 - 20:36 vuln.today
Analysis Generated
May 06, 2026 - 20:36 vuln.today
CVE Published
May 06, 2026 - 20:16 nvd
MEDIUM 6.0

DescriptionCVE.org

OpenClaw versions 2026.4.10 before 2026.4.14 fail to persist session context during delivery queue recovery for media replay. Attackers can exploit recovered queued outbound media to bypass group tool policy enforcement and weaken channel media restrictions after service restart or recovery.

AnalysisAI

OpenClaw versions 2026.4.10 through 2026.4.13 fail to persist session context when recovering queued outbound media after service restart, allowing authenticated attackers to bypass group tool policy enforcement and weaken channel media restrictions. The vulnerability affects the delivery queue recovery mechanism, which replays queued messages without the original requester's session context needed for policy validation. Exploitation requires authenticated access and prior knowledge of queued delivery entries, with CVSS 6.0 and confirmed patch available in version 2026.4.14.

Technical ContextAI

OpenClaw is a Node.js/npm-based communication delivery platform that manages outbound media dispatch through a write-ahead delivery queue. The vulnerability resides in the session context persistence layer across three modules: delivery-queue-storage.ts (queue persistence), delivery-queue-recovery.ts (queue replay), and deliver.ts (media transmission). The root cause is CWE-862 (Missing Authorization), manifesting as missing session context fields during delivery queue recovery. When messages are queued for delivery, the originating OutboundSessionContext object-containing requesterAccountId, requesterSenderId, agentId, and sender metadata-is not persisted to the queue storage. During recovery after restart, the queued entries are replayed without this context, causing policy checks that depend on session identity to fail or be skipped, effectively removing authorization controls that restrict which media types can be sent per group policy. The fix adds optional session field to QueuedDeliveryPayload type and propagates it through enqueueDelivery, buildRecoveryDeliverParams, and deliverOutboundPayloads functions.

RemediationAI

Upgrade OpenClaw to version 2026.4.14 or later immediately. Users can execute npm update openclaw@2026.4.14 or npm install openclaw@2026.4.14 to obtain the patched version, which includes PR #66025 that adds session context persistence to the delivery queue. Organizations unable to upgrade immediately should implement compensating controls: disable automatic queue recovery after unplanned restarts by setting recovery mode to manual-only (trade-off: queued messages may not deliver until explicit recovery is initiated); restrict access to queue storage files to prevent unauthorized queue manipulation; implement per-message audit logging of delivery queue recovery events to detect policy-bypass attempts; or temporarily disable group tool policy for media channels and enforce policies at application boundary until upgrade is complete. The fix is confirmed in commit 48aae82bbc19ba8b0741e61a08063eb0d1df464e. For detailed advisory, see https://www.vulncheck.com/advisories/openclaw-loss-of-group-tool-policy-context-in-delivery-queue-recovery.

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

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