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

CVE-2026-7875: NanoClaw Path Traversal Vulnerability

CVE-2026-7875 is a path traversal flaw in NanoClaw that allows attackers to read host files outside intended directories and trigger recursive deletion. This article covers technical details, impact, and mitigation.

Published: May 7, 2026

CVE-2026-7875 Overview

CVE-2026-7875 is a path traversal vulnerability in NanoClaw, an agent runtime that mediates message exchange between containerized workloads and a host. The flaw resides in outbound attachment handling and outbox cleanup logic. A compromised or prompt-injected container can supply crafted messages_out.id and content.files values, or plant symlinked outbox files, to escape the intended outbox directory. Successful exploitation results in host-side reads of arbitrary files and, in some configurations, recursive deletion of paths outside the cleanup target. The issue is tracked under CWE-22 (Improper Limitation of a Pathname to a Restricted Directory).

Critical Impact

A prompt-injected or compromised container can read arbitrary host files and trigger recursive deletion of host paths outside the outbox boundary.

Affected Products

  • NanoClaw (qwibitai/nanoclaw) — outbound attachment handling component
  • NanoClaw outbox cleanup subsystem
  • Container deployments relying on NanoClaw host/container filesystem boundary

Discovery Timeline

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

Technical Details for CVE-2026-7875

Vulnerability Analysis

NanoClaw exposes an outbox directory used to transfer attachments produced inside a container to the host. The runtime trusts container-supplied messages_out.id and content.files values when constructing host-side filesystem paths. Because these inputs are not normalized or constrained to the outbox root, a container can include traversal sequences such as ../ or absolute paths to reference arbitrary host locations. The host then reads those locations as if they were attachments, returning their contents through the message exchange path.

The outbox cleanup routine compounds the issue. After a message is processed, NanoClaw recursively removes files associated with the outbox entry. If a container plants a symbolic link inside its outbox or references a path outside the outbox root through the same crafted identifiers, cleanup follows the link and deletes targets on the host filesystem. The vulnerability requires local access with low privileges and no user interaction, which matches typical container-to-host adjacency.

Root Cause

The runtime fails to canonicalize and contain attacker-controlled path components within the designated outbox directory. Both the read path and the cleanup path operate on joined paths without verifying that the resolved target remains a descendant of the outbox root, and without rejecting symbolic links that escape the boundary.

Attack Vector

An attacker who controls or prompt-injects an agent running inside a NanoClaw-managed container submits a messages_out payload with a manipulated id or content.files entry, or writes a symbolic link into the outbox. NanoClaw then reads or deletes the resolved host path on behalf of the container, crossing the intended trust boundary.

No verified exploit code is available. Implementation details are documented in the GitHub Pull Request #2001 and the GitHub Commit Update.

Detection Methods for CVE-2026-7875

Indicators of Compromise

  • Host-side file reads originating from the NanoClaw process targeting paths outside the configured outbox root.
  • messages_out payloads containing id or content.files values with traversal sequences such as ../, encoded variants, or absolute paths.
  • Symbolic links present in container-controlled outbox directories that resolve to host paths such as /etc, /root, or /var.
  • Unexpected recursive deletions on the host filesystem correlated with NanoClaw outbox cleanup events.

Detection Strategies

  • Monitor NanoClaw process file access with auditd or eBPF and alert when resolved paths fall outside the outbox root.
  • Inspect message payloads for traversal patterns in messages_out.id and content.files fields before they reach the runtime.
  • Track creation of symlinks inside outbox directories whose targets resolve outside the outbox boundary.

Monitoring Recommendations

  • Enable filesystem audit rules covering sensitive host directories adjacent to the NanoClaw working tree.
  • Forward NanoClaw runtime logs and host audit events to a central analytics platform for correlation with container activity.
  • Alert on cleanup operations that delete files outside the expected outbox path prefix.

How to Mitigate CVE-2026-7875

Immediate Actions Required

  • Upgrade NanoClaw to the version containing the fix introduced in commit 7814e45.
  • Audit existing outbox directories for symbolic links and remove any link whose target resolves outside the outbox root.
  • Review recent host filesystem deletions and file reads attributable to NanoClaw to identify potential prior exploitation.

Patch Information

The upstream fix is delivered through GitHub Pull Request #2001 and merged in commit 7814e45570edf0024a1a5c2ba9fbc9cb3a49f7f7. The patch tightens path handling in outbound attachment processing and outbox cleanup so that resolved paths must remain within the configured outbox root.

Workarounds

  • Run NanoClaw under a dedicated low-privilege user that cannot read sensitive host files or write to host directories outside the outbox.
  • Mount the outbox directory on a separate filesystem with nosymfollow or equivalent to prevent symlink escapes during cleanup.
  • Apply mandatory access control profiles such as AppArmor or SELinux to restrict NanoClaw to the outbox path tree.
  • Validate messages_out.id and content.files at an ingress proxy, rejecting values containing path separators or traversal sequences.
bash
# Configuration example: restrict NanoClaw filesystem access with systemd
[Service]
User=nanoclaw
Group=nanoclaw
ReadWritePaths=/var/lib/nanoclaw/outbox
ProtectSystem=strict
ProtectHome=true
NoNewPrivileges=true
RestrictSUIDSGID=true
# Prevent symlink-based escapes during outbox cleanup
TemporaryFileSystem=/var/lib/nanoclaw/outbox:nosymfollow

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechNanoclaws

  • SeverityCRITICAL

  • CVSS Score9.3

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

  • GitHub Pull Request #2001
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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