CVE-2026-32914: OpenClaw: access control bypass in config/debug handlers
HIGHOpenClaw before 2026.3.12 omits owner-level permission checks on its /config and /debug command handlers, allowing any low-privilege command-authorized user to read or overwrite configuration settings that should be restricted to owners. The vulnerability scores CVSS 8.8 — network-reachable, low privileges required, no user interaction, full C/I/A impact — and sits in the top 84th EPSS percentile for exploitation probability, making it statistically likely to attract active exploitation despite no public exploit yet being available. In AI agent deployments, configuration surfaces routinely store LLM API keys, system prompts, tool permissions, and provider credentials; an attacker who reads them gains lateral movement paths into connected AI services, while one who modifies them can silently redirect agent behavior across all subsequent interactions. Upgrade to OpenClaw 2026.3.12 immediately; if patching is blocked, audit and revoke non-essential command authorization grants and rotate any credentials stored in agent configuration.
What is the risk?
High risk. CVSS 8.8 reflects a network-accessible exploit requiring only low privileges and no user interaction, with full confidentiality, integrity, and availability impact on the affected scope. EPSS at the 84th percentile signals elevated exploitation probability relative to the broader CVE population, despite no public exploit or Nuclei template being available at time of disclosure. The 396 CVEs recorded in the same package indicate OpenClaw is an actively-researched target with sustained attacker interest. Blast radius is partially contained by only 4 downstream dependents, but AI agent configuration surfaces carry disproportionate value — exposure of embedded credentials or silent system prompt manipulation can cascade across the entire LLM-connected pipeline with minimal forensic trace.
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?
5 steps-
Patch immediately to OpenClaw 2026.3.12 or later, which adds owner-level authorization checks to /config and /debug handlers.
-
If patching is not possible, audit all principals holding command authorization and revoke any grants not strictly required.
-
Rotate all credentials (API keys, LLM provider tokens, tool secrets) stored in OpenClaw configuration if exploitation cannot be ruled out.
-
Monitor command handler logs for /config and /debug calls from non-owner principals — treat any unexpected hit as a potential IOC.
-
Isolate OpenClaw command interfaces behind network-layer controls (VPN, IP allowlist) to reduce the attack surface until the patch is applied.
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-32914?
OpenClaw before 2026.3.12 omits owner-level permission checks on its /config and /debug command handlers, allowing any low-privilege command-authorized user to read or overwrite configuration settings that should be restricted to owners. The vulnerability scores CVSS 8.8 — network-reachable, low privileges required, no user interaction, full C/I/A impact — and sits in the top 84th EPSS percentile for exploitation probability, making it statistically likely to attract active exploitation despite no public exploit yet being available. In AI agent deployments, configuration surfaces routinely store LLM API keys, system prompts, tool permissions, and provider credentials; an attacker who reads them gains lateral movement paths into connected AI services, while one who modifies them can silently redirect agent behavior across all subsequent interactions. Upgrade to OpenClaw 2026.3.12 immediately; if patching is blocked, audit and revoke non-essential command authorization grants and rotate any credentials stored in agent configuration.
Is CVE-2026-32914 actively exploited?
No confirmed active exploitation of CVE-2026-32914 has been reported, but organizations should still patch proactively.
How to fix CVE-2026-32914?
1. Patch immediately to OpenClaw 2026.3.12 or later, which adds owner-level authorization checks to /config and /debug handlers. 2. If patching is not possible, audit all principals holding command authorization and revoke any grants not strictly required. 3. Rotate all credentials (API keys, LLM provider tokens, tool secrets) stored in OpenClaw configuration if exploitation cannot be ruled out. 4. Monitor command handler logs for /config and /debug calls from non-owner principals — treat any unexpected hit as a potential IOC. 5. Isolate OpenClaw command interfaces behind network-layer controls (VPN, IP allowlist) to reduce the attack surface until the patch is applied.
What systems are affected by CVE-2026-32914?
This vulnerability affects the following AI/ML architecture patterns: agent frameworks, multi-user AI agent deployments, LLM-connected agent pipelines, AI orchestration platforms.
What is the CVSS score for CVE-2026-32914?
CVE-2026-32914 has a CVSS v3.1 base score of 8.8 (HIGH). The EPSS exploitation probability is 0.25%.
What is the AI security impact?
Affected AI Architectures
MITRE ATLAS Techniques
AML.T0002.002 AI Agent Configuration AML.T0049 Exploit Public-Facing Application AML.T0081 Modify AI Agent Configuration AML.T0083 Credentials from AI Agent Configuration AML.T0084 Discover AI Agent Configuration Compliance Controls Affected
What are the technical details?
Original Advisory
OpenClaw before 2026.3.12 contains an insufficient access control vulnerability in the /config and /debug command handlers that allows command-authorized non-owners to access owner-only surfaces. Attackers with command authorization can read or modify privileged configuration settings restricted to owners by exploiting missing owner-level permission checks.
Exploitation Scenario
An adversary with low-privilege command authorization — for example, a compromised team member account or an invited guest user — issues a crafted request to OpenClaw's /config command handler. Because the handler performs no owner-level check, the request succeeds and returns the full owner configuration including embedded LLM API keys and system prompt definitions. The adversary extracts these secrets for lateral movement to connected AI services, then issues a follow-up /config write to redirect the agent's LLM provider endpoint to an adversary-controlled proxy, enabling silent interception and manipulation of all future agent interactions. The /debug endpoint is subsequently queried to enumerate tool call history and internal agent state, providing intelligence for follow-on attacks against connected downstream systems without triggering 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 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-30741 9.8 OpenClaw: RCE via request-side prompt injection
Same package: openclaw CVE-2026-53838 9.8 OpenClaw: approval scope bypass via reconnection state
Same package: openclaw CVE-2026-32038 9.8 OpenClaw: sandbox bypass enables container lateral movement
Same package: openclaw