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

CVE-2026-40503: OpenHarness Path Traversal Vulnerability

CVE-2026-40503 is a path traversal flaw in OpenHarness that allows authenticated users to read arbitrary files via the /memory show command. This article covers technical details, affected versions, and mitigation.

Published: April 17, 2026

CVE-2026-40503 Overview

OpenHarness prior to commit dd1d235 contains a path traversal vulnerability (CWE-22) that allows remote gateway users with chat access to read arbitrary files on the underlying system. By supplying path traversal sequences to the /memory show slash command, attackers can manipulate the path input parameter to escape the project memory directory and access sensitive files accessible to the OpenHarness process without filesystem containment validation.

Critical Impact

Remote authenticated users can read arbitrary files outside the intended directory, potentially exposing sensitive configuration files, credentials, application source code, and other confidential data accessible to the OpenHarness process.

Affected Products

  • OpenHarness versions prior to commit dd1d235450dd987b20bff01b7bfb02fe8620a0af

Discovery Timeline

  • April 16, 2026 - CVE-2026-40503 published to NVD
  • April 16, 2026 - Last updated in NVD database

Technical Details for CVE-2026-40503

Vulnerability Analysis

This path traversal vulnerability exists in the /memory show slash command functionality within OpenHarness. The application fails to properly validate and sanitize user-supplied path inputs before using them to access files on the filesystem. When a user with chat access invokes the /memory show command, the path parameter is processed without adequate checks for directory traversal sequences such as ../ or encoded variants.

The vulnerability allows authenticated remote users to break out of the intended project memory directory boundaries. Because no filesystem containment validation exists, attackers can traverse upward through the directory structure and read any file that the OpenHarness process has permissions to access. This could include sensitive system files, application configuration files containing credentials, environment variables, or other confidential data stored on the server.

Root Cause

The root cause of this vulnerability is improper input validation in the file path handling logic of the /memory show command. The application accepts user-provided path parameters and constructs file paths without adequately sanitizing or validating the input against directory traversal patterns. The absence of path canonicalization and boundary checks allows malicious sequences to escape the designated memory directory.

Attack Vector

The attack is network-based and requires low privileges—specifically, the attacker must have gateway user access with chat capabilities within OpenHarness. No user interaction is required beyond the attacker's own actions. The attacker crafts a malicious /memory show command containing path traversal sequences (e.g., ../../../etc/passwd) in the path parameter. When processed, these sequences cause the application to read files outside the intended memory directory, returning their contents to the attacker.

The vulnerability is exploited by supplying path traversal sequences to the /memory show slash command. The attacker navigates to parent directories using sequences like ../ to access files outside the project memory directory. For example, an attacker might target configuration files, SSH keys, or environment files containing credentials. Technical details are available in the Vulncheck Advisory and the GitHub Pull Request #127 that addresses this vulnerability.

Detection Methods for CVE-2026-40503

Indicators of Compromise

  • Chat logs or command history containing /memory show commands with ../ or encoded traversal sequences (%2e%2e%2f)
  • Unusual file access patterns in application logs, particularly requests for files outside the memory directory
  • Access attempts to sensitive system files such as /etc/passwd, /etc/shadow, or configuration files
  • Anomalous read operations from the OpenHarness process to unexpected filesystem locations

Detection Strategies

  • Monitor and alert on /memory show command invocations containing path traversal patterns (../, ..\\, or URL-encoded variants)
  • Implement file integrity monitoring on sensitive configuration files and directories
  • Deploy application-level logging to capture all slash command parameters and their sources
  • Use SentinelOne Singularity to detect and alert on suspicious file access patterns from the OpenHarness process

Monitoring Recommendations

  • Enable verbose logging for all chat commands within OpenHarness to capture exploitation attempts
  • Configure alerts for file access events outside the designated memory directory by the OpenHarness process
  • Implement network-level monitoring to detect responses containing sensitive file contents being returned to users
  • Review access logs regularly for patterns of path traversal attempts across chat sessions

How to Mitigate CVE-2026-40503

Immediate Actions Required

  • Update OpenHarness to commit dd1d235450dd987b20bff01b7bfb02fe8620a0af or later immediately
  • Audit chat logs for evidence of exploitation attempts targeting the /memory show command
  • Review files accessible to the OpenHarness process and assess potential data exposure
  • Restrict gateway user access to trusted users until the patch is applied

Patch Information

The vulnerability is addressed in commit dd1d235450dd987b20bff01b7bfb02fe8620a0af. Organizations should update to this commit or any subsequent version that includes this fix. The patch details are available via the GitHub Commit and the associated Pull Request #127.

Workarounds

  • Disable or restrict access to the /memory show command functionality until the patch can be applied
  • Implement network-level access controls to limit which users can reach the OpenHarness gateway
  • Run the OpenHarness process with minimal filesystem permissions to reduce the impact of successful exploitation
  • Deploy containerization or sandboxing to restrict filesystem access available to the OpenHarness process
bash
# Example: Restrict OpenHarness process permissions
# Create a dedicated user with limited filesystem access
useradd -r -s /sbin/nologin openharness_user

# Run OpenHarness with restricted permissions
chown -R openharness_user:openharness_user /opt/openharness/memory
chmod 700 /opt/openharness/memory

# Consider using filesystem isolation via containers
docker run --read-only --tmpfs /tmp openharness:latest

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechOpenharness

  • 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
  • GitHub Commit Description

  • GitHub Pull Request #127

  • Vulncheck Advisory: OpenHarness Path Traversal
  • Related CVEs
  • CVE-2026-40516: OpenHarness SSRF Vulnerability

  • CVE-2026-40502: OpenHarness Command Injection Vulnerability

  • CVE-2026-22682: OpenHarness Auth Bypass 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