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

CVE-2026-35668: Openclaw Path Traversal Vulnerability

CVE-2026-35668 is a path traversal flaw in Openclaw that allows sandboxed agents to access arbitrary files outside their designated roots. This article covers technical details, affected versions, and mitigation.

Published: April 17, 2026

CVE-2026-35668 Overview

CVE-2026-35668 is a path traversal vulnerability (CWE-22) in OpenClaw before version 2026.3.24 that affects sandbox enforcement mechanisms. The vulnerability allows sandboxed agents to read arbitrary files from other agents' workspaces through unnormalized mediaUrl or fileUrl parameter keys. Attackers can exploit incomplete parameter validation in the normalizeSandboxMediaParams function combined with missing mediaLocalRoots context to access sensitive files including API keys and configuration data outside designated sandbox roots.

Critical Impact

Attackers with low privileges can bypass sandbox isolation to access sensitive files from other agents' workspaces, potentially exposing API keys, credentials, and confidential configuration data.

Affected Products

  • OpenClaw versions prior to 2026.3.24
  • OpenClaw Node.js package (cpe:2.3:a:openclaw:openclaw:*:*:*:*:*:node.js:*:*)

Discovery Timeline

  • 2026-04-10 - CVE-2026-35668 published to NVD
  • 2026-04-13 - Last updated in NVD database

Technical Details for CVE-2026-35668

Vulnerability Analysis

This path traversal vulnerability exists in OpenClaw's sandbox enforcement layer, which is designed to isolate agents and restrict their file access to designated workspace directories. The flaw stems from incomplete validation of media URL parameters, allowing attackers to craft requests that escape the intended sandbox boundaries.

The vulnerability is exploitable over the network and requires low privileges (authenticated access as a sandboxed agent). Once exploited, an attacker can read arbitrary files from other agents' workspaces, leading to unauthorized disclosure of sensitive information. The attack does not require user interaction and can be performed with low complexity.

Root Cause

The root cause of CVE-2026-35668 lies in the normalizeSandboxMediaParams function, which fails to properly normalize and validate the mediaUrl and fileUrl parameter keys before resolving file paths. Additionally, the absence of proper mediaLocalRoots context validation allows path traversal sequences (such as ../) to escape the sandbox root directory. This combination of incomplete input validation and missing boundary enforcement creates a bypass condition that circumvents sandbox isolation.

Attack Vector

An attacker with access as a sandboxed agent can exploit this vulnerability by crafting malicious requests containing path traversal sequences in the mediaUrl or fileUrl parameters. By using unnormalized paths such as ../../other-agent/config/api-keys.json, the attacker can traverse directory boundaries and access files belonging to other agents or system-level configuration files.

The attack scenario involves:

  1. Authenticating as a sandboxed agent with low privileges
  2. Crafting a request with a malicious mediaUrl or fileUrl parameter containing directory traversal sequences
  3. Bypassing the incomplete validation in normalizeSandboxMediaParams
  4. Reading sensitive files from other agents' workspaces or system directories

The vulnerability allows read-only access to files, resulting in confidentiality impact. No direct write capabilities or availability impact have been identified.

Detection Methods for CVE-2026-35668

Indicators of Compromise

  • Unusual file access patterns from sandboxed agents accessing paths outside their designated workspace directories
  • HTTP requests containing path traversal sequences (../, ..%2f, ..%252f) in mediaUrl or fileUrl parameters
  • Log entries showing file access attempts to sensitive configuration files or other agents' workspaces
  • Anomalous read operations targeting files containing API keys, credentials, or configuration data

Detection Strategies

  • Monitor application logs for path traversal patterns in URL parameters, particularly in mediaUrl and fileUrl fields
  • Implement web application firewall (WAF) rules to detect and block requests containing directory traversal sequences
  • Deploy file integrity monitoring on sensitive configuration directories and credential storage locations
  • Analyze network traffic for suspicious patterns indicating sandbox escape attempts

Monitoring Recommendations

  • Enable verbose logging for the normalizeSandboxMediaParams function to capture parameter values before and after normalization
  • Set up alerts for any file access attempts that resolve to paths outside the expected sandbox root directories
  • Monitor for bulk file read operations that may indicate automated exploitation attempts
  • Implement anomaly detection for agent behavior patterns, flagging agents accessing unusual file paths

How to Mitigate CVE-2026-35668

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.3.24 or later immediately
  • Review access logs for signs of exploitation targeting the mediaUrl and fileUrl parameters
  • Audit sensitive files (API keys, credentials, configuration) for potential unauthorized access
  • Consider rotating any credentials or API keys that may have been exposed

Patch Information

OpenClaw has released version 2026.3.24 which addresses this path traversal vulnerability. The patch implements proper path normalization and validation in the normalizeSandboxMediaParams function, along with enforcement of mediaLocalRoots context boundaries.

For detailed patch information, refer to the GitHub Security Advisory. Additional technical details are available in the VulnCheck Security Advisory.

Workarounds

  • Implement network-level controls to restrict access to the vulnerable endpoints until patching is complete
  • Deploy a web application firewall (WAF) with rules to block requests containing path traversal sequences in URL parameters
  • Restrict file system permissions to limit the impact of potential sandbox escapes
  • Consider temporarily disabling media URL functionality if it is not critical to operations
bash
# Example WAF rule to block path traversal attempts
# Add to nginx configuration or similar reverse proxy

location / {
    if ($request_uri ~* "\.\.") {
        return 403;
    }
    if ($args ~* "(mediaUrl|fileUrl)=.*\.\.") {
        return 403;
    }
}

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

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/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-22
  • Technical References
  • VulnCheck Security Advisory
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-35658: 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