CVE-2026-53828: OpenClaw: auth bypass enables owner command execution

HIGH
Published June 12, 2026
CISO Take

OpenClaw before 2026.5.6 contains a network-exploitable authorization bypass (CWE-863, CVSS 8.8) that lets any authenticated user — regardless of privilege level — trigger the native command handler and execute owner-restricted commands without policy enforcement, achieving full confidentiality, integrity, and availability impact. The attack requires only a low-privilege account and zero user interaction, placing it squarely in opportunistic-exploit territory; the OpenClaw ecosystem was already linked to real-world credential theft (AIID #1368), and the package's 175 associated CVEs signal systemic security neglect that dramatically compresses time-to-exploit once public PoC details emerge. Organizations should patch to 2026.5.6 immediately, restrict network access to the command interface, audit logs for non-owner accounts invoking owner-level commands, and rotate any credentials accessible through agent configuration.

Sources: NVD GitHub Advisory ATLAS VulnCheck

What is the risk?

High risk in any deployment where multiple users share an OpenClaw instance or where the agent operates with elevated system permissions. CVSS 8.8 with network vector, low complexity, and low privileges required means exploitation is accessible to insiders, credential-stuffed accounts, and script-level automation once exploitation mechanics are documented. The Scope:Unchanged designation limits direct lateral movement to the host boundary, but full C/I/A impact means an attacker gains unrestricted control over agent behavior, stored credentials, and any data the agent can access. The 175 CVEs tied to this package strongly indicate persistent security debt; any organization relying on OpenClaw for production agent deployments should evaluate the entire dependency posture, not just this single CVE.

How does the attack unfold?

Initial Access
Attacker authenticates to the OpenClaw instance using a valid low-privilege account obtained through credential stuffing, phishing, or insider access.
AML.T0012
Authorization Bypass
Attacker crafts a request that routes through the native command handling path, which lacks the owner-policy enforcement check present in the standard command dispatcher.
AML.T0049
Privileged Command Execution
The native handler executes owner-only commands without authorization validation, granting the attacker full control over agent configuration, policies, and operations.
AML.T0053
Impact
Attacker modifies agent system prompts, extracts stored API credentials and integration tokens, disables safety constraints, or redirects agent tool invocations to exfiltrate data or establish persistent access.
AML.T0081

What systems are affected?

Package Ecosystem Vulnerable Range Patched
OpenClaw pip No patch
4 dependents 70% patched ~0d to patch Full package profile →

Do you use OpenClaw? You're affected.

How severe is it?

CVSS 3.1
8.8 / 10
EPSS
N/A
Exploitation Status
No known exploitation
Sophistication
Trivial

What is the attack surface?

AV AC PR UI S C I A
AV Network
AC Low
PR Low
UI None
S Unchanged
C High
I High
A High

What should I do?

6 steps
  1. Patch immediately to OpenClaw 2026.5.6, which fixes the native command handler authorization check.

  2. Until patched, restrict network access to the OpenClaw command interface to explicitly trusted IP ranges and eliminate any public-facing exposure.

  3. Audit command execution logs for owner-level or native-path command executions attributed to non-owner accounts; flag any anomalies as potential exploitation.

  4. Review and rotate all API keys, tokens, and credentials stored in or accessible through OpenClaw agent configuration.

  5. Enforce MFA on every account with any level of access to the OpenClaw instance.

  6. Monitor GitHub Advisory GHSA-p73f-w79w-jqr5 and the VulnCheck advisory for PoC disclosure, which would materially accelerate exploitation timelines given the trivial complexity rating.

How is it classified?

Which compliance frameworks are affected?

This CVE is relevant to:

EU AI Act
Article 15 - Accuracy, robustness and cybersecurity
ISO 42001
A.6.2 - AI system design and development
NIST AI RMF
GOVERN 6.1 - Policies and processes for AI risk management
OWASP LLM Top 10
LLM08 - Excessive Agency

Frequently Asked Questions

What is CVE-2026-53828?

OpenClaw before 2026.5.6 contains a network-exploitable authorization bypass (CWE-863, CVSS 8.8) that lets any authenticated user — regardless of privilege level — trigger the native command handler and execute owner-restricted commands without policy enforcement, achieving full confidentiality, integrity, and availability impact. The attack requires only a low-privilege account and zero user interaction, placing it squarely in opportunistic-exploit territory; the OpenClaw ecosystem was already linked to real-world credential theft (AIID #1368), and the package's 175 associated CVEs signal systemic security neglect that dramatically compresses time-to-exploit once public PoC details emerge. Organizations should patch to 2026.5.6 immediately, restrict network access to the command interface, audit logs for non-owner accounts invoking owner-level commands, and rotate any credentials accessible through agent configuration.

Is CVE-2026-53828 actively exploited?

No confirmed active exploitation of CVE-2026-53828 has been reported, but organizations should still patch proactively.

How to fix CVE-2026-53828?

1. Patch immediately to OpenClaw 2026.5.6, which fixes the native command handler authorization check. 2. Until patched, restrict network access to the OpenClaw command interface to explicitly trusted IP ranges and eliminate any public-facing exposure. 3. Audit command execution logs for owner-level or native-path command executions attributed to non-owner accounts; flag any anomalies as potential exploitation. 4. Review and rotate all API keys, tokens, and credentials stored in or accessible through OpenClaw agent configuration. 5. Enforce MFA on every account with any level of access to the OpenClaw instance. 6. Monitor GitHub Advisory GHSA-p73f-w79w-jqr5 and the VulnCheck advisory for PoC disclosure, which would materially accelerate exploitation timelines given the trivial complexity rating.

What systems are affected by CVE-2026-53828?

This vulnerability affects the following AI/ML architecture patterns: agent frameworks, multi-agent orchestration, AI assistant backends, enterprise AI deployments.

What is the CVSS score for CVE-2026-53828?

CVE-2026-53828 has a CVSS v3.1 base score of 8.8 (HIGH).

What is the AI security impact?

Affected AI Architectures

agent frameworksmulti-agent orchestrationAI assistant backendsenterprise AI deployments

MITRE ATLAS Techniques

AML.T0012 Valid Accounts
AML.T0049 Exploit Public-Facing Application
AML.T0053 AI Agent Tool Invocation
AML.T0081 Modify AI Agent Configuration
AML.T0083 Credentials from AI Agent Configuration

Compliance Controls Affected

EU AI Act: Article 15
ISO 42001: A.6.2
NIST AI RMF: GOVERN 6.1
OWASP LLM Top 10: LLM08

What are the technical details?

Original Advisory

OpenClaw before 2026.5.6 contains an authorization bypass vulnerability in native command handling that allows authenticated senders to execute owner-only commands without proper policy enforcement. Attackers can trigger native command handling to bypass the configured owner-command access control, potentially executing privileged commands from unauthorized users.

Exploitation Scenario

An attacker with a standard authenticated account — obtained through credential stuffing, phishing, or insider access — connects to an organization's OpenClaw deployment. Rather than routing through the standard command dispatcher that enforces owner-policy checks, they craft a request targeting the native command handling path. The native handler processes the command without validating the caller's role against the owner-command access control list and executes the privileged operation as if issued by the owner. In a realistic AI agent deployment, the attacker leverages this to modify the agent's system prompt to insert data-exfiltration instructions, read stored integration credentials (API keys for connected services, database tokens), disable rate limits and safety rules, or reconfigure which tools the agent invokes — enabling sustained, stealthy misuse of the agent's full capability set without triggering standard authorization alerts.

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:H

Timeline

Published
June 12, 2026
Last Modified
June 12, 2026
First Seen
June 13, 2026

Related Vulnerabilities