Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/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
Network-reachable API, low complexity, requires any authenticated low-privilege account (PR:L), no user interaction, and impact is confidentiality-only on channel messages.
Primary rating from Vendor (VulnCheck).
CVSS VectorVendor: VulnCheck
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/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
Lifecycle Timeline
1DescriptionCVE.org
OpenClaw before 2026.5.19 contains an authorization bypass vulnerability in message read actions that skips channel allowlist checks. Lower-trust callers can request messages from channels not intended for them by exploiting insufficient validation in the affected feature, potentially exposing sensitive channel messages.
AnalysisAI
Authorization bypass in OpenClaw before 2026.5.19 allows authenticated lower-trust users to read messages from channels outside their allowlist by abusing missing validation in message read actions. The flaw maps to CWE-862 (Missing Authorization) and carries a CVSS 4.0 score of 7.1 with high confidentiality impact; no public exploit identified at time of analysis, but a vendor patch is available.
Technical ContextAI
OpenClaw is the affected application (CPE cpe:2.3:a:openclaw:openclaw:*) and the vulnerability resides in its message read action handler, which is supposed to enforce a per-channel allowlist before returning channel messages. CWE-862 (Missing Authorization) describes exactly this root cause: the code path performs the requested data retrieval without first verifying that the caller's role or channel membership entitles them to access that channel. Because the check is skipped server-side, the trust boundary collapses to whatever the client chooses to request, turning a channel identifier into an effectively unauthenticated reference inside an authenticated session.
RemediationAI
Vendor-released patch: upgrade OpenClaw to version 2026.5.19 or later as described in GHSA-q7q8-3mgw-q67r (https://github.com/openclaw/openclaw/security/advisories/GHSA-q7q8-3mgw-q67r); this is the primary and recommended fix. If immediate upgrade is not possible, restrict access to the message read endpoint at a reverse proxy or API gateway so that only trusted user roles can reach it, and audit recent message-read requests for channel IDs that fall outside each caller's allowlist - with the trade-off that proxy-level filtering cannot enforce per-user channel membership and may block legitimate traffic. Reviewing the VulnCheck advisory at https://www.vulncheck.com/advisories/openclaw-channel-allowlist-bypass-in-message-read-actions can help identify request patterns to alert on until patching completes.
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-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-36321
GHSA-q7q8-3mgw-q67r