Description
OpenClaw versions before 2026.6.9 contain a symlink following vulnerability in the mirror sync feature that allows lower-trust callers to perform actions requiring stronger authorization. Attackers can exploit remote symlink parents to bypass policy checks and authorization boundaries when the feature is enabled and reachable.
Published: 2026-07-13
Score: 7.6 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

OpenClaw versions prior to 2026.6.9 contain a vulnerability in the mirror sync feature that follows symbolic links, exploiting directory traversal (CWE‑59) and untrusted symbolic‑link handling (CWE‑367). This flaw allows callers with lower trust to manipulate symlink parents and perform operations that are normally protected by stronger authorization checks. The resulting impact is a breach of the intended access controls, enabling unauthorized users to execute privileged actions against the system.

Affected Systems

The vulnerability affects the OpenClaw product from the OpenClaw vendor, specifically any installation of OpenClaw older than version 2026.6.9. No other products or versions are listed as impacted in the available data.

Risk and Exploitability

The CVSS score of 7.6 classifies the issue as high severity. The EPSS score of < 1% indicates a very low probability of exploitation, and the vulnerability is not listed in CISA's KEV catalog. Attackers are likely to exploit the flaw by invoking the mirror sync endpoint over the network, a remote attack vector that relies on the feature being enabled and accessible. Based on the description, it is inferred that the attack path involves remote interaction with the mirror sync service; the exact network‑access requirements are not explicitly stated in the data.

Generated by OpenCVE AI on August 1, 2026 at 10:06 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade OpenClaw to version 2026.6.9 or later, which fixes the symlink following vulnerability.
  • If the mirror sync feature is not required, disable or remove the endpoint from the application configuration.
  • Restrict network access to the mirror sync endpoint by limiting allowed IP addresses, requiring authentication, and ensuring the connection occurs over HTTPS.

Generated by OpenCVE AI on August 1, 2026 at 10:06 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 14 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 13 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
Description OpenClaw versions before 2026.6.9 contain a symlink following vulnerability in the mirror sync feature that allows lower-trust callers to perform actions requiring stronger authorization. Attackers can exploit remote symlink parents to bypass policy checks and authorization boundaries when the feature is enabled and reachable.
Title OpenClaw < 2026.6.9 Symlink Following via Mirror Sync
First Time appeared Openclaw
Openclaw openclaw
Weaknesses CWE-367
CWE-59
CPEs cpe:2.3:a:openclaw:openclaw:*:*:*:*:*:node.js:*:*
Vendors & Products Openclaw
Openclaw openclaw
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Openclaw Openclaw
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-15T04:00:15.635Z

Reserved: 2026-07-13T16:36:32.095Z

Link: CVE-2026-62189

cve-icon Vulnrichment

Updated: 2026-07-14T14:28:59.852Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T10:15:03Z

Weaknesses
  • CWE-367

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

  • CWE-59

    Improper Link Resolution Before File Access ('Link Following')