CVE-2026-62192: OpenClaw: authz bypass in Discord guild actions
HIGHOpenClaw, an AI agent framework used to automate Discord guild operations, contains an authorization bypass (CWE-863) that lets a caller with only low privileges trigger guild actions meant to require stronger authorization — the flaw skips a cross-provider requester check on certain input paths. For a CISO this matters because Discord-integrated agents are typically wired with broad guild permissions (channel management, moderation, member actions), so a successful bypass carries high integrity and availability impact (CVSS 8.1, C:N/I:H/A:H) and needs no user interaction or elevated privilege to trigger (AC:L, PR:L, UI:N). There is no public exploit or Nuclei template, it is not in CISA KEV, and its EPSS score (0.00248) is low in absolute terms even though it ranks in the 84th percentile for its cohort — a real but not yet weaponized risk. Only 4 known downstream dependents cap the immediate blast radius, but the package's history of 447 other CVEs is a signal to weight into any broader OpenClaw risk decision. Patch to OpenClaw 2026.6.9 or later now, and in the meantime audit which Discord guild actions are reachable by lower-trust bots or integrations and add compensating server-side authorization checks on those input paths.
What is the risk?
Technically high severity: the bypass is network-reachable, requires only low privilege, no user interaction, and low attack complexity (AV:N/AC:L/PR:L/UI:N), making it straightforward to trigger for anyone who already holds a low-trust caller role in an OpenClaw-managed Discord integration. Impact is confined to integrity and availability (I:H/A:H, C:N) — attackers can perform unauthorized guild-management actions but the flaw itself does not directly leak data. Real-world urgency is currently moderate rather than critical: no CISA KEV listing, no public exploit or scanner template, and a low absolute EPSS score suggest active mass exploitation is unlikely today, but the low bar to trigger (once an attacker has any foothold) and the high CVSS mean this should not sit unpatched.
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 2026.6.9 or later immediately (fixed per GHSA-3pmr-x9g8-m55r). Until patched, audit which Discord guild-action input paths are reachable by lower-trust bots, integrations, or user roles, and add independent server-side authorization checks that do not rely on the vulnerable cross-provider requester validation. Apply least-privilege Discord bot/agent permissions so a bypass has less to abuse even if triggered. Monitor guild audit logs for privileged actions (role changes, bans, channel deletion) originating from low-trust identities, and alert on anomalous action patterns from non-admin callers.
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-62192?
OpenClaw, an AI agent framework used to automate Discord guild operations, contains an authorization bypass (CWE-863) that lets a caller with only low privileges trigger guild actions meant to require stronger authorization — the flaw skips a cross-provider requester check on certain input paths. For a CISO this matters because Discord-integrated agents are typically wired with broad guild permissions (channel management, moderation, member actions), so a successful bypass carries high integrity and availability impact (CVSS 8.1, C:N/I:H/A:H) and needs no user interaction or elevated privilege to trigger (AC:L, PR:L, UI:N). There is no public exploit or Nuclei template, it is not in CISA KEV, and its EPSS score (0.00248) is low in absolute terms even though it ranks in the 84th percentile for its cohort — a real but not yet weaponized risk. Only 4 known downstream dependents cap the immediate blast radius, but the package's history of 447 other CVEs is a signal to weight into any broader OpenClaw risk decision. Patch to OpenClaw 2026.6.9 or later now, and in the meantime audit which Discord guild actions are reachable by lower-trust bots or integrations and add compensating server-side authorization checks on those input paths.
Is CVE-2026-62192 actively exploited?
No confirmed active exploitation of CVE-2026-62192 has been reported, but organizations should still patch proactively.
How to fix CVE-2026-62192?
Upgrade OpenClaw to 2026.6.9 or later immediately (fixed per GHSA-3pmr-x9g8-m55r). Until patched, audit which Discord guild-action input paths are reachable by lower-trust bots, integrations, or user roles, and add independent server-side authorization checks that do not rely on the vulnerable cross-provider requester validation. Apply least-privilege Discord bot/agent permissions so a bypass has less to abuse even if triggered. Monitor guild audit logs for privileged actions (role changes, bans, channel deletion) originating from low-trust identities, and alert on anomalous action patterns from non-admin callers.
What systems are affected by CVE-2026-62192?
This vulnerability affects the following AI/ML architecture patterns: agent frameworks, AI agent tool orchestration, cross-platform agent integrations.
What is the CVSS score for CVE-2026-62192?
CVE-2026-62192 has a CVSS v3.1 base score of 8.1 (HIGH). The EPSS exploitation probability is 0.41%.
What is the AI security impact?
Affected AI Architectures
MITRE ATLAS Techniques
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.6.6 before 2026.6.9 contain an authorization bypass vulnerability in Discord guild actions that allows lower-trust callers to perform actions requiring stronger authorization checks. Attackers can exploit misconfigured input paths to skip cross-provider requester authorization and execute restricted operations.
Exploitation Scenario
An attacker who controls or compromises a low-trust Discord account or bot integration connected to an OpenClaw-managed guild sends a crafted request through the vulnerable guild-action input path. Because the cross-provider requester authorization check is skipped, OpenClaw's handler treats the caller as sufficiently privileged and the agent invokes a restricted guild-management tool on the attacker's behalf — for example mass-kicking members, deleting channels, or altering roles — causing service disruption and unauthorized administrative changes without the attacker ever needing legitimate admin credentials.
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:N/I:H/A:H 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