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-35658

CVE-2026-35658: Openclaw Path Traversal Vulnerability

CVE-2026-35658 is a path traversal flaw in Openclaw that allows attackers to bypass filesystem boundaries and access files outside the workspace. This article covers technical details, affected versions, and mitigation.

Published: April 17, 2026

CVE-2026-35658 Overview

OpenClaw before version 2026.3.2 contains a filesystem boundary bypass vulnerability (CWE-668: Exposure of Resource to Wrong Sphere) in the image tool component. The vulnerability stems from the image tool's failure to properly honor tools.fs.workspaceOnly restrictions, allowing attackers to traverse sandbox bridge mounts outside the designated workspace and read files that other filesystem tools would correctly reject.

Critical Impact

Attackers with low-privilege network access can bypass filesystem sandbox restrictions to read sensitive files outside the permitted workspace boundary, potentially exposing configuration files, credentials, and other sensitive data.

Affected Products

  • OpenClaw versions prior to 2026.3.2
  • OpenClaw for Node.js (all platforms)
  • OpenClaw Image Tool component

Discovery Timeline

  • April 10, 2026 - CVE-2026-35658 published to NVD
  • April 13, 2026 - Last updated in NVD database

Technical Details for CVE-2026-35658

Vulnerability Analysis

This vulnerability affects the OpenClaw image tool, a component used for processing and handling image files within the application's sandboxed environment. The core issue lies in the inconsistent enforcement of filesystem access restrictions across different tool types within OpenClaw.

When OpenClaw is configured with tools.fs.workspaceOnly set to restrict filesystem access to the designated workspace directory, the image tool fails to respect this boundary. While other filesystem tools correctly validate and reject attempts to access files outside the workspace, the image tool bypasses these checks when processing sandbox bridge mounts.

The vulnerability requires authenticated access (low privileges) and depends on specific conditions being present (the target must have bridge mounts configured and sensitive files accessible through the traversal path). This explains the network attack vector with partial complexity in the attack requirements.

Root Cause

The root cause is classified under CWE-668 (Exposure of Resource to Wrong Sphere), indicating that the image tool exposes filesystem resources to an unauthorized scope. The image processing code path does not implement the same boundary validation logic that other filesystem tools use when resolving file paths through sandbox bridge mounts. This creates an inconsistency where the same file access that would be blocked by standard filesystem tools is permitted through the image tool interface.

Attack Vector

The attack leverages the network-accessible image tool functionality. An authenticated attacker can craft requests to the image tool that reference files through sandbox bridge mount paths. Because the image tool does not validate these paths against the workspaceOnly restriction, the attacker can traverse outside the workspace boundary to access files that should be restricted.

The attack flow involves:

  1. An authenticated user with low privileges identifies that the target OpenClaw instance has sandbox bridge mounts configured
  2. The attacker crafts image tool requests that traverse the bridge mount path structure
  3. The image tool processes these requests without enforcing workspace boundaries
  4. File contents from outside the workspace are returned to the attacker, enabling information disclosure

For detailed technical information about this vulnerability, see the GitHub Security Advisory and the VulnCheck Advisory.

Detection Methods for CVE-2026-35658

Indicators of Compromise

  • Unusual image tool requests containing path traversal sequences (e.g., ../, ..\)
  • File access logs showing image tool accessing files outside configured workspace directories
  • Requests to the image tool referencing sandbox bridge mount paths with suspicious path components

Detection Strategies

  • Monitor image tool API endpoints for requests containing path traversal patterns or references to bridge mount paths
  • Implement file access auditing to detect when the image tool reads files outside the workspace boundary
  • Review application logs for failed or successful file reads from sensitive system locations

Monitoring Recommendations

  • Enable verbose logging for all filesystem operations performed by OpenClaw tools
  • Configure alerts for image tool requests that resolve to paths outside the workspace directory
  • Implement network traffic analysis to identify anomalous patterns in image tool API usage

How to Mitigate CVE-2026-35658

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.3.2 or later immediately
  • Review access logs to identify any potential exploitation attempts
  • Audit files accessible through sandbox bridge mounts for sensitive data exposure
  • Temporarily disable or restrict access to the image tool if immediate patching is not possible

Patch Information

OpenClaw has released security patches addressing this vulnerability. Multiple commits have been published to remediate the issue:

  • GitHub Commit Fix - Primary fix implementation
  • GitHub Commit Update - Additional updates
  • GitHub Commit Change - Related changes
  • GitHub Commit Enhancement - Enhanced protections

Organizations should upgrade to version 2026.3.2 or apply the relevant commits to their installations.

Workarounds

  • Disable the image tool functionality if it is not required for your deployment
  • Remove or restrict sandbox bridge mount configurations to minimize the attack surface
  • Implement network-level access controls to limit which users can interact with the image tool API
  • Deploy web application firewall rules to block requests containing path traversal patterns targeting the image tool
bash
# Example: Restricting image tool access in OpenClaw configuration
# Add to openclaw.config.json to disable image tool
{
  "tools": {
    "image": {
      "enabled": false
    },
    "fs": {
      "workspaceOnly": true
    }
  }
}

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:L/UI:N/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-668
  • Technical References
  • VulnCheck Advisory
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Commit Fix

  • GitHub Commit Change

  • GitHub Commit Enhancement

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-35668: Openclaw Path Traversal Vulnerability

  • CVE-2026-3689: OpenClaw Canvas Path Traversal Vulnerability

  • CVE-2026-33581: Openclaw Path Traversal Vulnerability

  • CVE-2026-34510: 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