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

CVE-2026-44113: OpenClaw Race Condition Vulnerability

CVE-2026-44113 is a time-of-check/time-of-use race condition in OpenClaw that enables symlink swap attacks to bypass sandbox restrictions. This article covers technical details, affected versions, impact, and mitigation.

Published: May 7, 2026

CVE-2026-44113 Overview

CVE-2026-44113 is a time-of-check/time-of-use (TOCTOU) race condition in the OpenClaw OpenShell filesystem bridge. The flaw affects all OpenClaw versions prior to 2026.4.22. Attackers with low privileges can swap symbolic links between the path validation step and the file access step. This allows reads of files outside the intended mount root and bypasses the sandbox boundary enforced by the filesystem bridge.

The weakness is tracked under CWE-367: Time-of-check Time-of-use Race Condition. The vulnerability impacts confidentiality only, with no direct impact on integrity or availability of the host system.

Critical Impact

Successful exploitation enables unauthorized disclosure of file contents outside the sandboxed mount, defeating filesystem isolation guarantees in OpenClaw deployments.

Affected Products

  • OpenClaw versions prior to 2026.4.22
  • OpenShell filesystem bridge component within OpenClaw
  • Deployments relying on OpenShell mount-root sandboxing for tenant or user isolation

Discovery Timeline

  • 2026-05-06 - CVE-2026-44113 published to NVD
  • 2026-05-06 - Last updated in NVD database

Technical Details for CVE-2026-44113

Vulnerability Analysis

The OpenShell filesystem bridge mediates file operations between the OpenClaw runtime and the underlying host filesystem. It validates that requested paths resolve within a configured mount root before performing read operations. The validation and the subsequent open or read call are not atomic, creating a TOCTOU window.

An attacker controlling a path that the bridge will operate on can replace a benign component with a symbolic link after the path check succeeds. When the bridge proceeds to access the file, it follows the swapped symlink and reads content from a location outside the mount root. This results in unauthorized disclosure of file data the bridge would otherwise refuse to serve.

The attack requires low privileges and an authenticated context, but no user interaction. Attack complexity is high because the attacker must reliably win the race between the check and the use.

Root Cause

The root cause is non-atomic path resolution in the OpenShell filesystem bridge. The code validates a path string and then re-resolves the same path during the file operation, rather than operating on a stable file descriptor obtained at validation time. Attackers exploit the gap by mutating the filesystem namespace, typically through symlink swaps in attacker-writable directories.

Attack Vector

Exploitation proceeds in three steps. First, the attacker submits a filesystem operation through OpenShell targeting a path under the permitted mount. Second, during the validation-to-access window, the attacker replaces a directory or file component with a symbolic link pointing outside the mount root. Third, the bridge follows the symlink and returns the target file contents to the caller. The fix is included in commit 95119017c847c737bd113f0bff728c4666d79c45 and is documented in the GitHub Security Advisory GHSA-5h3g-6xhh-rg6p.

No public exploit code or in-the-wild exploitation has been reported. Technical details are described in the VulnCheck Advisory.

Detection Methods for CVE-2026-44113

Indicators of Compromise

  • OpenShell access logs showing repeated, rapid file operations against the same path within microsecond intervals, consistent with race-window probing.
  • Symbolic links appearing transiently inside attacker-writable directories under the OpenShell mount root.
  • Audit records of OpenShell read operations returning file paths or content that resolve outside the configured mount root.

Detection Strategies

  • Enable filesystem auditing (Linux auditd rules on symlink, symlinkat, and openat) for paths inside OpenShell mount roots and correlate creations with subsequent OpenShell reads.
  • Inspect OpenClaw application logs for OpenShell bridge errors or anomalous realpath mismatches between validation and access events.
  • Compare file content returned by OpenShell against the expected mount-root inode set; mismatches indicate symlink redirection.

Monitoring Recommendations

  • Forward OpenClaw and host audit logs to a centralized logging or SIEM platform and alert on bursts of symlink syscalls preceding OpenShell read operations.
  • Track process behavior of the OpenClaw runtime for unexpected file descriptor opens outside declared mount roots.
  • Baseline normal OpenShell read latency and flag operations whose timing patterns suggest race-condition exploitation attempts.

How to Mitigate CVE-2026-44113

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.4.22 or later, which contains the fix from commit 95119017c847c737bd113f0bff728c4666d79c45.
  • Inventory all OpenClaw deployments and identify any instance still running pre-2026.4.22 builds, including container images and bundled distributions.
  • Restrict which authenticated users can submit OpenShell filesystem operations until patching is complete.

Patch Information

The vendor fix is published in the upstream commit 95119017c847c737bd113f0bff728c4666d79c45 and described in the OpenClaw Security Advisory GHSA-5h3g-6xhh-rg6p. Operators should rebuild any container images or downstream packages that vendor OpenClaw and redeploy after upgrading.

Workarounds

  • Mount the OpenShell filesystem root with nosymfollow where supported, preventing the bridge from traversing symbolic links during file operations.
  • Restrict the OpenShell mount root to directories that are not writable by untrusted users, eliminating the attacker's ability to plant swap symlinks.
  • Run OpenClaw under a mandatory access control policy (SELinux or AppArmor) that confines the runtime to specific inode trees regardless of path resolution.
bash
# Configuration example: remount OpenShell root without symlink traversal
mount -o remount,nosymfollow /var/lib/openclaw/openshell-root

# Verify installed OpenClaw version is patched
openclaw --version | grep -E '2026\.(4\.(2[2-9]|[3-9][0-9])|[5-9]\.|1[0-9]\.)'

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

  • Vulnerability Details
  • TypeRace Condition

  • Vendor/TechOpenclaw

  • SeverityMEDIUM

  • CVSS Score6.0

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-367
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory

  • VulnCheck Advisory
  • Related CVEs
  • CVE-2026-43529: Openclaw Race Condition Vulnerability

  • CVE-2026-44112: OpenClaw Race Condition Vulnerability

  • CVE-2026-41913: OpenClaw Race Condition Vulnerability

  • CVE-2026-41296: OpenClaw Race Condition 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