CVE-2026-35653
8.1OpenClaw · OpenClaw
OpenClaw before 2026.3.24 contains an incorrect authorization vulnerability in the POST /reset-profile endpoint, allowing authenticated users to bypass profile mutation restrictions.
Executive summary
An incorrect authorization flaw in OpenClaw allows authenticated attackers with specific privileges to perform unauthorized profile deletions and disrupt browser operations.
Vulnerability
The vulnerability exists in the POST /reset-profile endpoint, which fails to correctly validate permissions for authenticated callers who possess operator.write access to browser.request. This allows an attacker to bypass intended privilege boundaries and execute commands to terminate browser processes, close connections, and delete profile directories.
Business impact
Successful exploitation allows an attacker to cause significant service disruption by stopping browser instances and destroying user profile data. Given the CVSS score of 8.1, this vulnerability poses a high risk to organizational availability and data integrity, as it grants unauthorized control over critical browser-based automation workflows.
Remediation
Immediate Action: Upgrade the OpenClaw package to version 2026.3.24 or later to apply the necessary authorization checks.
Proactive Monitoring: Review application logs for unusual activity targeting the POST /reset-profile endpoint, specifically monitoring for requests originating from accounts with operator.write privileges that attempt to trigger unauthorized profile resets.
Compensating Controls: Implement strict access control lists or API gateway policies to restrict access to the /reset-profile endpoint to only authorized service accounts while the patch is being deployed.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
The risk associated with this authorization bypass is substantial due to its potential for total service disruption within the OpenClaw environment. Administrators are urged to prioritize the update to version 2026.3.24 immediately to remediate the underlying logic error and prevent unauthorized profile manipulation.
More OpenClaw CVEs
Sources
Originally found and disclosed by tdjackey, per the CVE Program record.
- GitHub Security Advisory (GHSA-xp9r-prpg-373r) Vendor advisory
- Patch Commit #1 Patch commit
- Patch Commit #2 Patch commit
- VulnCheck Advisory: OpenClaw < 2026.3.24 - Incorrect Authorization in POST /reset-profile via browser.request Third-party advisory