Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-41389

CVE-2026-41389: OpenClaw Information Disclosure Flaw

CVE-2026-41389 is an information disclosure vulnerability in OpenClaw that allows attackers to access arbitrary local and UNC files. This post covers the technical details, affected versions, impact, and mitigation.

Published: April 23, 2026

CVE-2026-41389 Overview

OpenClaw versions 2026.4.7 before 2026.4.15 contain a path traversal vulnerability due to insufficient validation of tool-result media paths. The application fails to enforce local-root containment when processing media references, allowing attackers to craft malicious paths that trigger arbitrary file reads on the host system. This vulnerability also extends to Windows environments where UNC paths can be accessed, potentially exposing NTLM credentials through forced authentication attempts.

Critical Impact

Attackers can access sensitive files outside the intended directory scope or trigger Windows network path access, potentially disclosing configuration files, credentials, or internal system information.

Affected Products

  • OpenClaw versions 2026.4.7 through 2026.4.14
  • Systems running OpenClaw with tool-result media processing enabled
  • Windows hosts are additionally vulnerable to UNC path-based credential exposure

Discovery Timeline

  • April 20, 2026 - CVE-2026-41389 published to NVD
  • April 20, 2026 - Last updated in NVD database

Technical Details for CVE-2026-41389

Vulnerability Analysis

This vulnerability is classified as CWE-73 (External Control of File Name or Path), a form of path traversal that occurs when an application uses external input to construct a pathname for accessing files without properly neutralizing special path elements. In the case of OpenClaw, the tool-result media path handling mechanism does not validate that referenced paths remain within the expected local root directory.

When processing tool results that include media references, OpenClaw directly uses the provided path values without sanitization. This allows attackers to include directory traversal sequences (such as ../) or absolute paths to access files outside the application's intended scope. On Windows systems, this vulnerability is particularly concerning as attackers can supply UNC paths (e.g., \\attacker-server\share\file) that trigger outbound SMB connections, potentially leaking NTLM hashes.

Root Cause

The root cause of this vulnerability lies in the absence of path containment validation within the tool-result media processing logic. The application accepts file paths from tool results without verifying that the resolved path remains within an authorized directory boundary. This lack of canonicalization and boundary checking allows external entities to control file access operations.

Attack Vector

The attack vector is network-based, as attackers can supply malicious tool-result payloads containing crafted media path references. On Unix-like systems, path traversal sequences can access sensitive files such as /etc/passwd or application configuration files. On Windows systems, attackers can leverage UNC paths to force the application to initiate SMB connections to attacker-controlled servers, capturing NTLM authentication hashes for offline cracking or relay attacks.

The vulnerability mechanism involves the application processing tool-result data containing media path references. When the application receives a malicious path reference containing traversal sequences like ../../../etc/passwd or UNC paths like \\attacker.com\share, it directly accesses these paths without validation. For detailed technical implementation, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-41389

Indicators of Compromise

  • Unexpected file access attempts targeting system configuration files such as /etc/passwd, /etc/shadow, or Windows SAM files
  • Network traffic showing SMB/CIFS connections to external or unknown IP addresses originating from the OpenClaw process
  • Log entries showing path traversal sequences (../) in tool-result media references
  • Access attempts to files outside the OpenClaw application directory structure

Detection Strategies

  • Implement file integrity monitoring on sensitive system files to detect unauthorized read access attempts
  • Monitor network traffic for outbound SMB connections (ports 445, 139) from application servers that should not initiate such connections
  • Deploy endpoint detection rules to flag processes attempting to access files using path traversal patterns
  • Configure application-level logging to capture all file access operations from the tool-result processing module

Monitoring Recommendations

  • Enable verbose logging for OpenClaw tool-result processing to capture all media path references
  • Implement SIEM rules to alert on path traversal patterns in application logs
  • Monitor Windows Security Event logs for Event ID 4648 (explicit credential logon) that may indicate forced SMB authentication
  • Deploy SentinelOne agents to detect and alert on anomalous file access patterns from the OpenClaw process

How to Mitigate CVE-2026-41389

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.4.15 or later immediately
  • Review application logs for evidence of exploitation attempts using path traversal sequences
  • Block outbound SMB traffic (ports 445, 139) from application servers at the network perimeter
  • Implement application-layer firewall rules to restrict file access to authorized directories only

Patch Information

The OpenClaw development team has released security patches to address this vulnerability. The fixes implement proper path containment validation to ensure tool-result media references cannot escape the designated local root directory. The patches are available through the following commits:

  • Commit 1470de5d
  • Commit 52ef4230
  • Commit 6e58f1f9

For complete advisory details, see the GitHub Security Advisory and the VulnCheck Advisory.

Workarounds

  • Configure network-level controls to block all outbound SMB traffic from OpenClaw servers
  • Implement strict file system permissions to limit the OpenClaw process account's read access to only necessary directories
  • Deploy a reverse proxy or WAF to filter incoming requests containing path traversal sequences before they reach the application
  • On Windows systems, consider disabling NTLM authentication or restricting NTLM traffic to internal networks only
bash
# Block outbound SMB traffic on Linux hosts running OpenClaw
iptables -A OUTPUT -p tcp --dport 445 -m owner --uid-owner openclaw -j DROP
iptables -A OUTPUT -p tcp --dport 139 -m owner --uid-owner openclaw -j DROP

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechOpenclaw

  • SeverityMEDIUM

  • CVSS Score6.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:L/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-73
  • Technical References
  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Security Advisory

  • VulnCheck Advisory
  • Related CVEs
  • CVE-2026-40045: OpenClaw Information Disclosure Flaw

  • CVE-2026-35651: Openclaw Information Disclosure Flaw

  • CVE-2026-3691: OpenClaw Client Info Disclosure Flaw

  • CVE-2026-32982: Openclaw Information Disclosure Flaw
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