A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-32055

CVE-2026-32055: Openclaw Path Traversal Vulnerability

CVE-2026-32055 is a path traversal vulnerability in Openclaw that allows attackers to write files outside the workspace using symlinks. This article covers the technical details, affected versions, impact, and mitigation.

Published: March 27, 2026

CVE-2026-32055 Overview

CVE-2026-32055 is a path traversal vulnerability affecting OpenClaw, a Node.js-based application. The vulnerability exists in the workspace boundary validation mechanism, which improperly handles symlinks pointing to non-existent out-of-root targets. This flaw allows attackers to write files outside the intended workspace directory, potentially leading to arbitrary file creation on the system.

The vulnerability stems from improper resolution of path aliases during boundary checks. When a symlink within the workspace points to a non-existent target outside the workspace root, the boundary validation fails to properly resolve the canonical path, permitting the first write operation to escape the workspace sandbox and create files in arbitrary locations on the file system.

Critical Impact

Attackers with low-privilege access can bypass workspace boundaries to write arbitrary files outside the designated sandbox, potentially leading to code execution, configuration tampering, or system compromise.

Affected Products

  • OpenClaw versions prior to 2026.2.26
  • OpenClaw for Node.js (all platforms)

Discovery Timeline

  • 2026-03-21 - CVE-2026-32055 published to NVD
  • 2026-03-23 - Last updated in NVD database

Technical Details for CVE-2026-32055

Vulnerability Analysis

This path traversal vulnerability (CWE-22) exploits a weakness in how OpenClaw validates file paths within workspace boundaries. The core issue lies in the boundary-path.ts module, which performs lexical path validation to ensure file operations remain within the designated workspace sandbox.

The vulnerable code path allows an attacker to create a symlink inside the workspace that points to a non-existent target outside the workspace root. When the boundary check encounters this scenario, it fails to properly resolve the canonical path of the non-existent target. This oversight permits the subsequent write operation to follow the symlink and create files in arbitrary locations outside the intended boundary.

The attack requires network access and low-privilege authentication, but no user interaction is needed. The integrity impact is high since attackers can write files to arbitrary locations, while confidentiality and availability impacts are limited.

Root Cause

The root cause is improper canonical path resolution in the assertNoPathAliasEscape() function within boundary-path.ts. The original implementation performed a lexical check to determine if a path was inside the workspace root, but failed to handle the case where a symlink's target doesn't exist yet.

Specifically, the vulnerable code relied on path.resolve() for the root path without properly canonicalizing paths that exist outside the lexical boundary but resolve through non-existent symlink targets. The fix introduces resolvePathViaExistingAncestor() to properly resolve the canonical path of out-of-boundary paths before performing the security check.

Attack Vector

The attack vector is network-based and requires:

  1. Authenticated access to the OpenClaw workspace (low privilege)
  2. Ability to create symlinks within the workspace
  3. Creation of a symlink pointing to a non-existent path outside the workspace root

An attacker exploits this by creating a symlink inside the workspace that points to a target path outside the workspace boundary that doesn't yet exist. When performing a write operation through this symlink, the boundary check fails to recognize the escape because the target doesn't exist for canonical resolution. The write operation then creates the file at the attacker-controlled location outside the sandbox.

The security patches address this by introducing additional canonical path resolution for paths that fall outside the lexical boundary:

typescript
// Before (vulnerable):
const lexicalInside = isPathInside(rootPath, absolutePath);

if (!params.skipLexicalRootCheck && !lexicalInside) {
    throw pathEscapeError({
      boundaryLabel: params.boundaryLabel,
      rootPath,

// After (patched):
const lexicalInside = isPathInside(rootPath, absolutePath);
const outsideLexicalCanonicalPath = lexicalInside
    ? undefined
    : await resolvePathViaExistingAncestor(absolutePath);
const canonicalOutsideLexicalPath = outsideLexicalCanonicalPath ?? absolutePath;

if (
    !params.skipLexicalRootCheck &&
    !lexicalInside &&
    !isPathInside(rootCanonicalPath, canonicalOutsideLexicalPath)
) {
    throw pathEscapeError({
      boundaryLabel: params.boundaryLabel,
      rootPath,

Source: GitHub Commit 1aef45bc

Detection Methods for CVE-2026-32055

Indicators of Compromise

  • Unexpected symlinks within OpenClaw workspace directories pointing to paths outside the workspace root
  • File creation events in directories outside designated workspace boundaries
  • Anomalous file system modifications in system directories or configuration paths
  • Log entries showing boundary validation warnings or errors followed by successful file operations

Detection Strategies

  • Monitor file system events for symlink creation within OpenClaw workspace directories, especially those targeting paths outside the workspace
  • Implement file integrity monitoring (FIM) on critical system directories to detect unauthorized file creation
  • Review OpenClaw application logs for boundary check failures or path resolution anomalies
  • Deploy runtime application self-protection (RASP) to detect path traversal attempts in Node.js applications

Monitoring Recommendations

  • Enable verbose logging in OpenClaw to capture detailed path resolution and boundary validation events
  • Set up alerts for file creation events in directories outside workspace boundaries by OpenClaw processes
  • Monitor for symlinks with targets containing ../ sequences or absolute paths pointing outside the workspace
  • Implement endpoint detection rules for suspicious Node.js process file operations outside expected directories

How to Mitigate CVE-2026-32055

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.2.26 or later immediately
  • Audit existing workspaces for suspicious symlinks pointing outside workspace boundaries
  • Review file system permissions to ensure OpenClaw processes have minimal required privileges
  • Implement additional file system sandboxing (e.g., containers, chroot) to limit potential impact

Patch Information

OpenClaw has released security patches addressing this vulnerability in version 2026.2.26. The fixes are available in the following commits:

  • Commit 1aef45bc - Hardens boundary-path canonical alias handling
  • Commit 46eba86b - Hardens workspace boundary path resolution

For additional details, refer to the GitHub Security Advisory GHSA-mgrq-9f93-wpp5.

Workarounds

  • Disable symlink following within workspace operations if your use case permits
  • Implement additional file system sandboxing using containers or OS-level restrictions to limit write access outside designated directories
  • Use file system monitoring to detect and alert on symlink creation within workspaces
  • Apply strict file system permissions to prevent OpenClaw processes from writing to sensitive system locations
bash
# Example: Restrict OpenClaw process file system access using a systemd service unit
[Service]
ReadWritePaths=/var/lib/openclaw/workspace
ReadOnlyPaths=/etc
ProtectSystem=strict
ProtectHome=true
NoNewPrivileges=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

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:H/VA:L/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
  • AvailabilityLow
  • CWE References
  • CWE-22
  • Technical References
  • Vulncheck Advisory
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Commit Update

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

  • CVE-2026-43570: Openclaw Path Traversal Vulnerability

  • CVE-2026-43533: OpenClaw Path Traversal Vulnerability

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

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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