CVE-2026-32914

8.8

OpenClaw · OpenClaw

OpenClaw before 2026.3.12 suffers from insufficient access control in the /config and /debug command handlers, allowing authorized non-owners to perform unauthorized configuration modifications.

Executive summary

A critical authorization vulnerability in OpenClaw allows authenticated non-owner users to gain unauthorized access to and modify sensitive system configurations.

Vulnerability

This flaw is categorized as CWE-863, Incorrect Authorization, occurring within the /config and /debug command handlers. An attacker who already possesses command authorization can bypass owner-level checks to read or modify privileged settings due to missing permission validation.

Business impact

The ability for non-privileged users to manipulate core configuration settings presents a significant risk to system integrity and operational security. Given the CVSS score of 8.8, this vulnerability is classified as High, as it could lead to unauthorized system control, potential privilege escalation, or the disabling of critical security features.

Remediation

Immediate Action: Update the OpenClaw package to version 2026.3.12 or later to apply the necessary access control patches.

Proactive Monitoring: Review application audit logs for unusual access patterns or modifications occurring within the /config and /debug endpoints by non-administrative user accounts.

Compensating Controls: If immediate patching is not possible, restrict network access to the management and debug interfaces to trusted IP ranges using a Web Application Firewall or network-level access control list.

Exploitation status

Public Exploit Available: No

Analyst recommendation

Organizations utilizing OpenClaw must prioritize updating to version 2026.3.12 immediately to remediate this authorization bypass. Failure to patch leaves the system susceptible to configuration manipulation by any authenticated user, which could result in a total compromise of the application environment.

More OpenClaw CVEs

Sources

Originally found and disclosed by tdjackey, per the CVE Program record.