CVE-2026-62196: OpenClaw: WhatsApp group ID spoof enables auth bypass
HIGHOpenClaw, an AI agent framework, contains an authorization bypass (CVSS 8.3, CWE-863) where the system incorrectly treats a WhatsApp group ID as proof of elevated sender trust, letting a low-privilege user perform actions meant only for higher-trust senders over the network with no user interaction required. There's no public exploit code, no CISA KEV listing, and no EPSS score yet, so exploitation likelihood can't be quantified from external signals, but the flaw sits directly in the agent's authorization logic — the exact trust boundary that determines which actions an AI agent will execute on a user's behalf. Any deployment where OpenClaw mediates WhatsApp-integrated agent actions (customer support automation, internal ops bots) is exposed to confidentiality and integrity impact if a low-trust group member escalates to elevated agent capabilities. Patch to OpenClaw 2026.6.6 or later immediately; until then, audit any allowlist or trust configuration that keys off group identifiers rather than verified sender identity, and review agent action logs for elevated operations originating from unexpected group contexts.
What is the risk?
High risk given the network attack vector, low complexity, and low privilege requirement (an attacker only needs some form of low-trust access, not admin rights), combined with no required user interaction. Confidentiality and integrity impact are both high (C:H/I:H), meaning a successful bypass could expose sensitive data processed by the agent or let the attacker trigger consequential actions; availability impact is limited (A:L). Exploitation probability cannot be benchmarked via EPSS (no score published) and there is no evidence of in-the-wild exploitation or a public PoC/Nuclei template, which tempers urgency somewhat — but trust conflation between a messaging platform identifier and an authorization decision is a common and easily-abused pattern once publicly documented, especially in agent frameworks where 'elevated' typically means broader tool access.
How does the attack unfold?
What systems are affected?
| Package | Ecosystem | Vulnerable Range | Patched |
|---|---|---|---|
| OpenClaw | pip | — | No patch |
Do you use OpenClaw? You're affected.
How severe is it?
What is the attack surface?
What should I do?
1 step-
Upgrade OpenClaw to version 2026.6.6 or later, which fixes the group ID validation logic (see GHSA-fh38-965w-f6c3). As an interim workaround, audit any sender/group allowlist configuration and remove reliance on WhatsApp group IDs alone as an elevated-trust signal — require an additional verified identity factor for privileged actions. Review agent action/audit logs for elevated operations triggered from group contexts that shouldn't hold that trust level, and add detection rules flagging privileged tool invocations originating from newly-seen or low-reputation group IDs. Track the VulnCheck advisory for updates on exploitation activity given the absence of an EPSS score.
What does CISA's SSVC say?
Source: CISA Vulnrichment (SSVC v2.0). Decision based on the CISA Coordinator decision tree.
How is it classified?
Which compliance frameworks are affected?
This CVE is relevant to:
Frequently Asked Questions
What is CVE-2026-62196?
OpenClaw, an AI agent framework, contains an authorization bypass (CVSS 8.3, CWE-863) where the system incorrectly treats a WhatsApp group ID as proof of elevated sender trust, letting a low-privilege user perform actions meant only for higher-trust senders over the network with no user interaction required. There's no public exploit code, no CISA KEV listing, and no EPSS score yet, so exploitation likelihood can't be quantified from external signals, but the flaw sits directly in the agent's authorization logic — the exact trust boundary that determines which actions an AI agent will execute on a user's behalf. Any deployment where OpenClaw mediates WhatsApp-integrated agent actions (customer support automation, internal ops bots) is exposed to confidentiality and integrity impact if a low-trust group member escalates to elevated agent capabilities. Patch to OpenClaw 2026.6.6 or later immediately; until then, audit any allowlist or trust configuration that keys off group identifiers rather than verified sender identity, and review agent action logs for elevated operations originating from unexpected group contexts.
Is CVE-2026-62196 actively exploited?
No confirmed active exploitation of CVE-2026-62196 has been reported, but organizations should still patch proactively.
How to fix CVE-2026-62196?
Upgrade OpenClaw to version 2026.6.6 or later, which fixes the group ID validation logic (see GHSA-fh38-965w-f6c3). As an interim workaround, audit any sender/group allowlist configuration and remove reliance on WhatsApp group IDs alone as an elevated-trust signal — require an additional verified identity factor for privileged actions. Review agent action/audit logs for elevated operations triggered from group contexts that shouldn't hold that trust level, and add detection rules flagging privileged tool invocations originating from newly-seen or low-reputation group IDs. Track the VulnCheck advisory for updates on exploitation activity given the absence of an EPSS score.
What systems are affected by CVE-2026-62196?
This vulnerability affects the following AI/ML architecture patterns: agent frameworks.
What is the CVSS score for CVE-2026-62196?
CVE-2026-62196 has a CVSS v3.1 base score of 8.3 (HIGH). The EPSS exploitation probability is 0.40%.
What is the AI security impact?
Affected AI Architectures
MITRE ATLAS Techniques
AML.T0012 Valid Accounts AML.T0053 AI Agent Tool Invocation AML.T0107 Exploitation for Defense Evasion Compliance Controls Affected
What are the technical details?
Original Advisory
OpenClaw versions 2026.3.22 before 2026.6.6 contain an authorization bypass vulnerability where WhatsApp group IDs can satisfy elevated sender allowlists. Attackers with lower-trust access can perform actions requiring stronger authorization by leveraging group ID validation in the affected feature.
Exploitation Scenario
An attacker gains access to a WhatsApp group with low trust standing — for example, by being added to a general customer-facing group monitored by the OpenClaw agent. By exploiting the flawed group ID validation, the attacker's messages are misclassified as originating from an elevated-trust sender, allowing them to issue commands that trigger the agent's higher-privilege tool invocations (e.g., pulling internal data, modifying configurations, or executing administrative workflows) — actions that should have required verified elevated access.
Weaknesses (CWE)
CWE-863 — Incorrect Authorization: The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check.
- [Architecture and Design] Divide the product into anonymous, normal, privileged, and administrative areas. Reduce the attack surface by carefully mapping roles with data and functionality. Use role-based access control (RBAC) [REF-229] to enforce the roles at the appropriate boundaries. Note that this approach may not protect against horizontal authorization, i.e., it will not protect a user from attacking others with the same role.
- [Architecture and Design] Ensure that access control checks are performed related to the business logic. These checks may be different than the access control checks that are applied to more generic resources such as files, connections, processes, memory, and database records. For example, a database may restrict access for medical records to a specific database user, but each record might only be intended to be accessible to the patient and the patient's doctor [REF-7].
Source: MITRE CWE corpus.
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L References
Timeline
Related Vulnerabilities
CVE-2026-33579 9.9 OpenClaw: scope bypass escalates low-priv to admin
Same package: openclaw CVE-2026-32922 9.9 OpenClaw: privilege escalation to RCE via token scope bypass
Same package: openclaw CVE-2026-32038 9.8 OpenClaw: sandbox bypass enables container lateral movement
Same package: openclaw CVE-2026-53838 9.8 OpenClaw: approval scope bypass via reconnection state
Same package: openclaw CVE-2026-30741 9.8 OpenClaw: RCE via request-side prompt injection
Same package: openclaw