Description
OpenClaw before 2026.5.27 contains a state mutation vulnerability in node pairing reconnection that allows paired nodes to confuse approval scope decisions. Attackers can exploit reconnection logic to restore or present broader node authority than intended, potentially bypassing approval restrictions.
Published: 2026-06-12
Score: 6 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability in OpenClaw involves a state mutation during node pairing reconnection that allows a paired node to modify or confuse approval scope decisions. A malicious actor could exploit the reconnection logic to present a broader set of node authorities than intended, effectively bypassing approval restrictions. This can lead to unauthorized actions performed by the node that were not originally authorized.

Affected Systems

OpenClaw, the open‑source node pairing system, is affected in all releases prior to version 2026.5.27. Systems running these older versions on typical Node.js environments are at risk if they allow peer nodes to reconnect without stringent verification.

Risk and Exploitability

The CVSS score of 6.0 indicates medium severity, and no EPSS data or KEV listing is available, suggesting the probability of exploitation is uncertain but not negligible. The likely attack vector, inferred from the description, is a malicious or compromised peer node that initiates reconnection to gain expanded authority. Attackers would need the ability to inject reconnection traffic or modify pairings, which is feasible in an environment where node-to-node communication is not adequately authenticated. Based on the description, it is inferred that the attacker must have control over a connected peer node and must be able to perform reconnection steps. While the CVSS baseline reflects a moderate risk, organizations that rely on strict approval scopes for critical operations should consider the potential impact of an unauthorized node assuming elevated permissions.

Generated by OpenCVE AI on June 12, 2026 at 23:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade OpenClaw to version 2026.5.27 or later, which includes the patch for the state mutation bug.
  • Reconfigure the system to require mutual TLS or a signed token during node pairing reconnection, ensuring only authenticated peers can re‑establish connections.
  • Review and tighten approval scope logic to validate that the authority presented during reconnection matches the originally granted permissions, and add audit logging to detect suspicious reconnection attempts.

Generated by OpenCVE AI on June 12, 2026 at 23:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 12 Jun 2026 22:15:00 +0000

Type Values Removed Values Added
Description OpenClaw before 2026.5.27 contains a state mutation vulnerability in node pairing reconnection that allows paired nodes to confuse approval scope decisions. Attackers can exploit reconnection logic to restore or present broader node authority than intended, potentially bypassing approval restrictions.
Title OpenClaw < 2026.5.27 - Node Pairing State Mutation via Reconnection
First Time appeared Openclaw
Openclaw openclaw
Weaknesses CWE-367
CPEs cpe:2.3:a:openclaw:openclaw:*:*:*:*:*:node.js:*:*
Vendors & Products Openclaw
Openclaw openclaw
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}

cvssV4_0

{'score': 6, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Openclaw Openclaw
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-06-12T21:57:01.301Z

Reserved: 2026-06-10T21:19:32.651Z

Link: CVE-2026-53838

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-06-12T22:16:55.723

Modified: 2026-06-12T22:16:55.723

Link: CVE-2026-53838

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-12T23:45:26Z

Weaknesses
  • CWE-367

    Time-of-check Time-of-use (TOCTOU) Race Condition