The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-43570

CVE-2026-43570: Openclaw Path Traversal Vulnerability

CVE-2026-43570 is a path traversal vulnerability in Openclaw that enables attackers to escape repository boundaries using crafted symlinks. This article covers the technical details, affected versions, and mitigation strategies.

Published: May 7, 2026

CVE-2026-43570 Overview

CVE-2026-43570 is a symlink traversal vulnerability affecting OpenClaw versions 2026.3.22 through versions before 2026.4.5. The flaw resides in the remote marketplace repository path handling logic, where crafted symbolic links can be used to escape the expected repository root directory. An attacker can supply specially constructed symlink paths to access files outside the intended repository directory on the host system. The issue is tracked under [CWE-61: UNIX Symbolic Link (Symlink) Following].

Critical Impact

Successful exploitation enables unauthorized read access to files outside the marketplace repository root, leading to disclosure of sensitive host filesystem contents.

Affected Products

  • OpenClaw openclaw versions 2026.3.22 and later
  • OpenClaw openclaw versions before 2026.4.5
  • OpenClaw distributions deployed via Node.js (cpe:2.3:a:openclaw:openclaw:*:*:*:*:*:node.js:*:*)

Discovery Timeline

  • 2026-05-05 - CVE-2026-43570 published to NVD
  • 2026-05-07 - Last updated in NVD database

Technical Details for CVE-2026-43570

Vulnerability Analysis

The vulnerability stems from how OpenClaw resolves remote marketplace repository paths. The application invokes fs.realpath() on the derived rootDir before returning the resolved location. When the path contains attacker-controlled symbolic links, realpath follows them and resolves to a directory outside the intended marketplace root. Subsequent file operations then trust this resolved path, granting access to arbitrary locations on the host filesystem.

Because the marketplace repository is reachable over the network and accepts repository content from remote sources, an attacker can plant symlinks within a repository payload to redirect path resolution. The result is a sandbox escape from the marketplace root, exposing files belonging to the OpenClaw process user.

Root Cause

The root cause is the use of fs.realpath() to canonicalize rootDir in src/plugins/marketplace.ts. Resolving symlinks at this layer breaks the assumption that the returned path stays within the marketplace boundary. The fix discards the realpath call and returns the structurally derived path so symlinks no longer alter the trusted root.

Attack Vector

The attack is delivered over the network and requires user interaction, such as installing or browsing a remote marketplace entry. An attacker publishes or supplies a marketplace repository containing crafted symbolic links pointing to sensitive locations on the host. When OpenClaw resolves the repository path, it follows the symlink and exposes files outside the intended directory.

typescript
     const rootDir = deriveMarketplaceRootFromManifestPath(resolved);
     return {
       ok: true,
-      rootDir: await fs.realpath(rootDir),
+      rootDir,
       manifestPath: resolved,
     };
   }

Source: GitHub commit 94b0062. The patch removes the fs.realpath() call so that symlinks within remote marketplace payloads no longer redirect the resolved root directory.

Detection Methods for CVE-2026-43570

Indicators of Compromise

  • Symbolic link entries inside fetched marketplace repository payloads that point to absolute paths outside the repository root.
  • OpenClaw process activity reading files in directories such as /etc, user home directories, or application secrets directories that are unrelated to marketplace operations.
  • Marketplace manifests whose resolved rootDir differs from the directory containing the manifest file.

Detection Strategies

  • Inspect downloaded marketplace archives for symlinks using tar -tvf or equivalent and flag any entries whose targets resolve outside the archive root.
  • Audit OpenClaw logs for marketplace install or refresh operations originating from untrusted remote repositories.
  • Compare installed OpenClaw version against the fixed release 2026.4.5 to identify exposed deployments.

Monitoring Recommendations

  • Monitor file access by the OpenClaw Node.js process for reads outside its expected working directories.
  • Alert on marketplace repository fetches from non-allowlisted sources.
  • Track changes to src/plugins/marketplace.ts and related path-handling code in custom builds to ensure the patch is preserved.

How to Mitigate CVE-2026-43570

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.4.5 or later, which contains the fix for the symlink traversal flaw.
  • Restrict marketplace usage to trusted, internally controlled repositories until the upgrade is complete.
  • Review recently installed marketplace entries for suspicious symlinks and remove any unverified content.

Patch Information

The vendor fix is delivered through commits 94b0062 and b1dd3de, with details documented in the GitHub Security Advisory GHSA-cr8r-7g2h-6wr6 and the VulnCheck Advisory. The patch removes the fs.realpath() resolution on the marketplace root directory so symlinks no longer alter the trusted path.

Workarounds

  • Disable remote marketplace functionality if upgrading is not immediately possible.
  • Run OpenClaw under a least-privileged user account whose filesystem access is constrained to the marketplace working directory.
  • Use containerization or chroot environments to limit the host filesystem reachable through symlink resolution.
bash
# Verify and pin the patched OpenClaw version
npm install openclaw@2026.4.5
npm ls openclaw

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechOpenclaw

  • SeverityMEDIUM

  • CVSS Score6.0

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-61
  • Technical References
  • VulnCheck Advisory
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-43533: OpenClaw Path Traversal Vulnerability

  • CVE-2026-43567: OpenClaw Path Traversal Vulnerability

  • CVE-2026-44111: OpenClaw Path Traversal Vulnerability

  • CVE-2026-42424: Openclaw Path Traversal Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English