banner logoJoin us at RSAC™ 2026 Conference, March 23–March 26 | North Expo, Booth N-5863Join us at RSAC™ 2026, March 23–March 26Learn More
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI Security Portfolio
      Leading the Way in AI-Powered Security Solutions
    • 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
    • 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
      Digital Forensics, IRR & Breach Readiness
    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
    • 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-26972

CVE-2026-26972: OpenClaw Path Traversal Vulnerability

CVE-2026-26972 is a path traversal flaw in OpenClaw personal AI assistant that allows authenticated users to write downloads outside the intended directory via browser control gateway routes. This article covers impact details, affected versions, and mitigations.

Published: February 27, 2026

CVE-2026-26972 Overview

CVE-2026-26972 is a path traversal vulnerability affecting OpenClaw, a personal AI assistant application built on Node.js. The vulnerability exists in OpenClaw's browser download helpers, which accepted unsanitized output paths. When invoked via the browser control gateway routes, this flaw allowed attackers to write downloaded files outside the intended OpenClaw temporary downloads directory through path traversal techniques.

Importantly, this vulnerability is not exposed via the AI agent tool schema (there is no download action available through that interface). Exploitation requires authenticated CLI access or an authenticated gateway RPC token, limiting the attack surface to authenticated users with specific access privileges.

Critical Impact

Authenticated attackers with CLI access or gateway RPC tokens can write arbitrary files to locations outside the designated temp directory, potentially overwriting critical system files or placing malicious content in sensitive locations.

Affected Products

  • OpenClaw versions 2026.1.12 through 2026.2.12 (Node.js)
  • OpenClaw browser control gateway routes
  • OpenClaw CLI with authenticated access

Discovery Timeline

  • 2026-02-20 - CVE-2026-26972 published to NVD
  • 2026-02-20 - Last updated in NVD database

Technical Details for CVE-2026-26972

Vulnerability Analysis

This path traversal vulnerability (CWE-22) stems from insufficient input validation in OpenClaw's browser download helper functions. The affected code paths exist within the browser control gateway routes, specifically in the agent action and debug route handlers. When processing download requests, the application failed to properly constrain output file paths to the designated OpenClaw temporary directory.

The vulnerability requires local access with high privileges to exploit. An attacker must possess either authenticated CLI access or a valid gateway RPC token. Once authenticated, the attacker can craft malicious download requests with path traversal sequences (e.g., ../) to write files to arbitrary locations on the filesystem. This could result in high impact to confidentiality, integrity, and availability of the affected system.

Root Cause

The root cause of CVE-2026-26972 lies in the lack of path sanitization when resolving output file destinations for browser downloads. The original implementation in src/browser/routes/agent.act.ts and src/browser/routes/agent.debug.ts directly accepted user-controlled path inputs without validating that the resolved path remained within the expected OpenClaw temporary directory boundaries.

Attack Vector

The attack requires local access and high privileges. An authenticated attacker with CLI access or a valid gateway RPC token can exploit this vulnerability by:

  1. Authenticating to the OpenClaw gateway or CLI
  2. Invoking browser download helper functions through gateway RPC calls
  3. Supplying a malicious output path containing traversal sequences (e.g., ../../etc/cron.d/malicious)
  4. The download is written outside the intended temp directory to the attacker-specified location

The security patch introduces the resolvePathWithinRoot function to constrain all output paths:

typescript
// Security fix in src/browser/routes/agent.act.ts
   resolveProfileContext,
   SELECTOR_UNSUPPORTED_MESSAGE,
 } from "./agent.shared.js";
+import { DEFAULT_DOWNLOAD_DIR, resolvePathWithinRoot } from "./path-output.js";
 import { jsonError, toBoolean, toNumber, toStringArray, toStringOrEmpty } from "./utils.js";
 
 export function registerBrowserAgentActRoutes(

Source: GitHub Commit 7f0489e

typescript
// Security fix in src/browser/routes/agent.debug.ts
 import path from "node:path";
 import type { BrowserRouteContext } from "../server-context.js";
 import type { BrowserRouteRegistrar } from "./types.js";
-import { resolvePreferredOpenClawTmpDir } from "../../infra/tmp-openclaw-dir.js";
 import { handleRouteError, readBody, requirePwAi, resolveProfileContext } from "./agent.shared.js";
+import { DEFAULT_TRACE_DIR, resolvePathWithinRoot } from "./path-output.js";
 import { toBoolean, toStringOrEmpty } from "./utils.js";
 
-const DEFAULT_TRACE_DIR = resolvePreferredOpenClawTmpDir();
-
 export function registerBrowserAgentDebugRoutes(
   app: BrowserRouteRegistrar,
   ctx: BrowserRouteContext,

Source: GitHub Commit 7f0489e

Detection Methods for CVE-2026-26972

Indicators of Compromise

  • Unexpected file writes outside the OpenClaw temp directory (typically under the user's .openclaw/tmp/ path)
  • Gateway RPC logs showing download requests with path traversal patterns such as ../ or absolute paths
  • New or modified files in sensitive system directories that correspond to download timestamps
  • Anomalous CLI authentication patterns followed by download operations

Detection Strategies

  • Monitor filesystem operations originating from the OpenClaw process for writes outside expected directories
  • Implement log analysis rules to detect path traversal sequences in gateway RPC download parameters
  • Use file integrity monitoring (FIM) on critical system directories to detect unauthorized modifications
  • Review gateway authentication logs for unusual access patterns or token usage

Monitoring Recommendations

  • Enable verbose logging for OpenClaw gateway RPC operations to capture full request parameters
  • Configure endpoint detection solutions to alert on path traversal patterns in process arguments
  • Implement real-time file system auditing for the OpenClaw process with alerts on out-of-directory writes
  • Monitor for new files appearing in system-critical paths that coincide with OpenClaw process activity

How to Mitigate CVE-2026-26972

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.2.13 or later immediately
  • Audit gateway RPC tokens and revoke any unnecessary or compromised credentials
  • Review system file integrity for signs of unauthorized writes from OpenClaw
  • Restrict CLI and gateway RPC access to only trusted users who require it

Patch Information

The vulnerability has been fixed in OpenClaw version 2026.2.13. The patch introduces the resolvePathWithinRoot function in a new path-output.js module, which validates that all download and trace output paths are constrained within the designated OpenClaw temporary directory root.

For detailed patch information, see the GitHub Security Advisory GHSA-xwjm-j929-xq7c and the security commit 7f0489e.

Workarounds

  • Disable or restrict access to browser control gateway routes until patching is complete
  • Implement network segmentation to limit gateway RPC access to trusted hosts only
  • Use application-level firewalls or reverse proxies to filter requests containing path traversal patterns
  • Rotate all gateway RPC tokens after upgrading to ensure compromised tokens cannot be reused
bash
# Upgrade OpenClaw to the patched version
npm update openclaw@2026.2.13

# Verify the installed version
npm list openclaw

# Review gateway authentication tokens (revoke and regenerate if necessary)
openclaw config list-tokens
openclaw config revoke-token <token-id>

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

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Release v2026.2.13
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-xwjm-j929-xq7c
  • Related CVEs
  • CVE-2026-28486: OpenClaw Path Traversal Vulnerability

  • CVE-2026-28457: OpenClaw Path Traversal Vulnerability

  • CVE-2026-29611: OpenClaw Path Traversal Vulnerability

  • CVE-2026-28482: OpenClaw Path Traversal Vulnerability
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
  • English
  • 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