Skip to main content
CVE Vulnerability Database
Vulnerability Database/CVE-2026-53852

CVE-2026-53852: Openclaw Auth Bypass Vulnerability

CVE-2026-53852 is an authentication bypass flaw in Openclaw that allows operators to restore unauthorized device access through empty-scope re-pairing requests. This article covers technical details, affected versions, impact, and mitigation strategies.

Published:

CVE-2026-53852 Overview

CVE-2026-53852 is a scope containment bypass vulnerability in OpenClaw versions prior to 2026.4.25. The flaw resides in the device re-pairing workflow, where authenticated operators can submit re-pairing requests with empty scope sets. The application fails to enforce containment guards when the scope set is empty, allowing previously restricted operators to retain or restore broader device access than intended. The issue is categorized under CWE-636: Not Failing Securely and requires valid low-privilege authentication on the network-accessible OpenClaw interface.

Critical Impact

Authenticated operators can bypass scope containment controls during device re-pairing and retain unauthorized access to devices outside their assigned scope.

Affected Products

  • OpenClaw versions prior to 2026.4.25
  • OpenClaw 2026.4.25 beta1 through beta11 pre-release builds
  • OpenClaw deployments running on Node.js

Discovery Timeline

  • 2026-06-16 - CVE-2026-53852 published to NVD
  • 2026-06-17 - Last updated in NVD database

Technical Details for CVE-2026-53852

Vulnerability Analysis

OpenClaw enforces scope containment to restrict which devices an operator can pair, manage, or re-pair. The device re-pairing endpoint accepts a scope set parameter that defines the boundaries of the operation. When this parameter is supplied as an empty set, the containment logic does not deny the request or fall back to the operator's current scope. Instead, the empty value bypasses the guard entirely, and the server processes the re-pairing against a broader implicit scope.

The net effect is that an operator who has been narrowed to a smaller scope can issue a re-pairing request with an empty scope payload and re-establish access to devices they previously controlled. This breaks the principle of least privilege between authenticated operator roles. The vulnerability does not grant code execution, but it undermines authorization boundaries between tenants or operator groups sharing the same OpenClaw instance.

Root Cause

The re-pairing handler treats an empty scope set as equivalent to no restriction, rather than as an invalid or maximally restrictive input. This is a fail-open condition mapped to [CWE-636]. The containment guard executes only when scope values are present, so an attacker submitting [] skips the check completely.

Attack Vector

Exploitation requires network access to the OpenClaw API and valid operator credentials. The attacker sends a re-pairing request to the device endpoint with an empty scope array in the request body. Because no containment evaluation occurs, the server completes the re-pairing and the operator regains or expands device access. No user interaction or elevated privileges are required beyond a standard authenticated session.

For technical specifics on the request structure and exploitation conditions, refer to the VulnCheck Advisory and the GitHub Security Advisory GHSA-8mg9-j9cf-54cj.

Detection Methods for CVE-2026-53852

Indicators of Compromise

  • Device re-pairing API requests where the scope field is an empty array, empty object, or omitted entirely.
  • Audit log entries showing an operator re-pairing devices that fall outside their currently assigned scope.
  • Repeated re-pairing actions from the same operator account targeting devices across multiple scope boundaries.

Detection Strategies

  • Parse OpenClaw application logs for re-pairing events and flag any where the submitted scope payload is empty or null.
  • Correlate operator identity, assigned scope, and the device identifiers touched by re-pairing operations to detect cross-scope activity.
  • Alert on re-pairing requests that succeed despite an operator having a restricted scope in the identity store.

Monitoring Recommendations

  • Enable verbose request and response logging on the OpenClaw API gateway, capturing full JSON bodies for re-pairing endpoints.
  • Forward OpenClaw audit logs to a central SIEM or data lake and build detections for the empty-scope pattern.
  • Review historical re-pairing events since deployment to identify any prior abuse of the bypass condition.

How to Mitigate CVE-2026-53852

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.4.25 or later, which contains the fix for the empty-scope bypass.
  • Audit all operator accounts and revoke any device pairings that may have been re-established through empty-scope requests.
  • Rotate operator API tokens for accounts that interact with the device re-pairing endpoint.

Patch Information

The maintainers released the fix in OpenClaw 2026.4.25 stable. Beta releases 2026.4.25-beta1 through 2026.4.25-beta11 remain affected and should not be deployed. See the GitHub Security Advisory GHSA-8mg9-j9cf-54cj for upgrade guidance and patch references.

Workarounds

  • Place a reverse proxy or API gateway in front of OpenClaw and reject re-pairing requests whose scope field is empty, null, or missing.
  • Restrict network access to the OpenClaw management API to trusted operator workstations until the upgrade is applied.
  • Temporarily disable the device re-pairing endpoint for low-privileged operator roles if business processes permit.

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.