Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
5Blast Radius
ecosystem impact- 2 npm packages depend on openclaw (2 direct, 0 indirect)
Ecosystem-wide dependent count for version 2026.2.26.
DescriptionCVE.org
OpenClaw versions prior to 2026.2.26 fail to enforce sender authorization in member and message subtype system event handlers, allowing unauthorized events to be enqueued. Attackers can bypass Slack DM allowlists and per-channel user allowlists by sending system events from non-allowlisted senders through message_changed, message_deleted, and thread_broadcast events.
AnalysisAI
OpenClaw versions prior to 2026.2.26 contain an authentication bypass vulnerability in their Slack system event handlers that fails to properly enforce sender authorization checks. Attackers with low-privilege access (PR:L in CVSS vector) can craft and send unauthorized system events through message_changed, message_deleted, and thread_broadcast event types to bypass Slack DM allowlists and per-channel user allowlists. The vulnerability has a moderate CVSS score of 5.4 with low confidentiality and integrity impact; no KEV or active exploitation has been publicly disclosed, but a patch is available from the vendor.
Technical ContextAI
OpenClaw is a Slack integration platform (identified via CPE cpe:2.3:a:openclaw:openclaw:*:*:*:*:*:*:*:*) that processes Slack system events through member and message subtype handlers. The root cause is classified under CWE-863 (Incorrect Authorization), where the application fails to validate that incoming system events originate from authorized senders before enqueuing them for processing. The vulnerable code path accepts message_changed, message_deleted, and thread_broadcast events without performing sender identity verification, allowing attackers to spoof event sources and bypass downstream authorization checks that rely on per-channel or per-user allowlists. This represents a classic case of incomplete input validation in event-driven architectures where implicit trust assumptions about event provenance are not cryptographically validated.
RemediationAI
Upgrade OpenClaw to version 2026.2.26 or later as detailed in the vendor security advisory at https://github.com/openclaw/openclaw/security/advisories/GHSA-v8cg-4474-49v8. The specific patch commit is available at https://github.com/openclaw/openclaw/commit/3d30ba18a2aba1e1b302e77ff33145c3b06c01c8 for verification. If immediate patching is not feasible, consider temporarily disabling OpenClaw's processing of message_changed, message_deleted, and thread_broadcast events, or restricting OpenClaw's Slack bot token permissions to read-only access until the upgrade can be applied. Additionally, review Slack allowlist configurations to ensure they are not the sole control layer for event authorization.
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-863 – Incorrect Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-13970
GHSA-xgwg-m42c-8q62