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

CVE-2026-28486: OpenClaw Path Traversal Vulnerability

CVE-2026-28486 is a path traversal flaw in OpenClaw that allows attackers to write files to arbitrary locations during archive extraction. This article covers the technical details, affected versions, and mitigation strategies.

Published: March 6, 2026

CVE-2026-28486 Overview

OpenClaw versions 2026.1.16-2 prior to 2026.2.14 contain a path traversal vulnerability (CWE-22) in archive extraction during installation commands that allows arbitrary file writes outside the intended directory. Attackers can craft malicious archives that, when extracted via skills install, hooks install, plugins install, or signal install commands, write files to arbitrary locations enabling persistence or code execution.

This vulnerability, commonly known as a "Zip Slip" attack, exploits improper validation of file paths within archive entries. When a user installs a malicious package, crafted filenames containing directory traversal sequences (e.g., ../../../etc/cron.d/malicious) can escape the intended extraction directory and overwrite critical system files.

Critical Impact

Attackers can achieve arbitrary file writes leading to code execution or system persistence by distributing malicious OpenClaw packages that exploit the path traversal flaw during archive extraction.

Affected Products

  • OpenClaw versions 2026.1.16-2 to 2026.2.13
  • Systems using skills install, hooks install, plugins install, or signal install commands
  • Any deployment extracting untrusted archives through affected OpenClaw installation workflows

Discovery Timeline

  • 2026-03-05 - CVE-2026-28486 published to NVD
  • 2026-03-05 - Last updated in NVD database

Technical Details for CVE-2026-28486

Vulnerability Analysis

This path traversal vulnerability stems from insufficient validation of file paths during archive extraction operations. When OpenClaw processes installation commands for skills, hooks, plugins, or signals, it extracts archive contents without properly sanitizing the destination paths. The flaw allows directory traversal sequences embedded in archive entries to escape the intended extraction root directory.

The attack requires local access and user interaction—specifically, a user must execute an installation command against a malicious archive. Upon successful exploitation, an attacker can write arbitrary files to any location accessible by the OpenClaw process, potentially overwriting configuration files, planting backdoors, or achieving code execution through cron jobs or shell profile modifications.

Root Cause

The root cause is the absence of path normalization and boundary validation in the archive extraction logic. Prior to the patch, OpenClaw did not verify that resolved file paths remained within the designated extraction directory. This allowed relative path components like .. to traverse above the intended root, enabling writes to arbitrary filesystem locations.

Attack Vector

Exploitation requires local access with user interaction. An attacker creates a malicious archive containing entries with crafted filenames that include path traversal sequences. When a victim executes an OpenClaw installation command (such as openclaw skills install malicious-package.tar.gz), the archive extractor processes each entry and writes files to paths derived from the malicious filenames without validation.

The attack chain typically involves:

  1. Attacker creates a malicious archive with traversal paths (e.g., ../../.bashrc)
  2. Victim downloads and attempts to install the package
  3. OpenClaw extracts the archive without path validation
  4. Malicious files are written outside the intended directory
  5. Attacker achieves persistence or code execution

The security patch introduces a resolvePathWithinRoot function that validates all resolved paths remain within the designated root directory:

typescript
import path from "node:path";
import { resolvePreferredOpenClawTmpDir } from "../infra/tmp-openclaw-dir.js";

export const DEFAULT_BROWSER_TMP_DIR = resolvePreferredOpenClawTmpDir();
export const DEFAULT_TRACE_DIR = DEFAULT_BROWSER_TMP_DIR;
export const DEFAULT_DOWNLOAD_DIR = path.join(DEFAULT_BROWSER_TMP_DIR, "downloads");
export const DEFAULT_UPLOAD_DIR = path.join(DEFAULT_BROWSER_TMP_DIR, "uploads");

export function resolvePathWithinRoot(params: {
  rootDir: string;
  requestedPath: string;
  scopeLabel: string;
  defaultFileName?: string;
}): { ok: true; path: string } | { ok: false; error: string } {
  const root = path.resolve(params.rootDir);
  const raw = params.requestedPath.trim();
  if (!raw) {
    if (!params.defaultFileName) {
      return { ok: false, error: "path is required" };
    }
    return { ok: true, path: path.join(root, params.defaultFileName) };
  }
  const resolved = path.resolve(root, raw);
  const rel = path.relative(root, resolved);
  if (!rel || rel.startsWith("..") || path.isAbsolute(rel)) {
    return { ok: false, error: `Invalid path: must stay within ${params.scopeLabel}` };
  }
  return { ok: true, path: resolved };
}

Source: GitHub Commit Details

Detection Methods for CVE-2026-28486

Indicators of Compromise

  • Unexpected files appearing in system directories such as /etc/cron.d/, /etc/profile.d/, or user home directories after OpenClaw package installations
  • Archive extraction logs showing paths containing ../ sequences or absolute paths
  • Modified system configuration files with timestamps coinciding with OpenClaw installation activity
  • Presence of unknown scheduled tasks or shell profile modifications

Detection Strategies

  • Monitor filesystem writes during OpenClaw installation operations for paths outside expected extraction directories
  • Implement file integrity monitoring (FIM) on critical system directories to detect unauthorized modifications
  • Review OpenClaw installation logs for archive entries containing directory traversal patterns
  • Deploy endpoint detection rules to alert on archive extraction operations writing to sensitive system paths

Monitoring Recommendations

  • Enable verbose logging for all OpenClaw installation commands to capture extracted file paths
  • Configure SIEM rules to correlate OpenClaw process activity with writes to system configuration directories
  • Implement allowlisting for permitted extraction target directories
  • Monitor for creation of new executable files or scripts following OpenClaw package installations

How to Mitigate CVE-2026-28486

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.2.14 or later immediately
  • Audit all recently installed OpenClaw packages for potentially malicious content
  • Review filesystem changes on affected systems for signs of unauthorized file writes
  • Restrict OpenClaw installation commands to trusted package sources only

Patch Information

The vulnerability has been addressed in OpenClaw version 2026.2.14. The fix introduces the resolvePathWithinRoot function in src/browser/paths.ts and integrates it into the archive extraction workflow via src/agents/tools/browser-tool.ts. The patch ensures all extracted file paths are validated to remain within the designated extraction root directory.

For detailed patch information, see:

  • GitHub Commit Details
  • GitHub Security Advisory
  • VulnCheck Path Traversal Advisory

Workarounds

  • Validate all archive contents manually before executing installation commands using tools like tar -tvf or unzip -l
  • Implement filesystem sandboxing or containerization for OpenClaw installation operations
  • Restrict write permissions for the user account running OpenClaw to limit potential impact
  • Only install packages from verified and trusted sources until the upgrade is applied
bash
# Validate archive contents before installation
# Check for path traversal attempts in archive entries
tar -tvf package.tar.gz | grep -E '\.\./' && echo "WARNING: Potential path traversal detected"

# Run OpenClaw installations in a restricted environment
# Example using a temporary chroot or container
docker run --rm -v $(pwd)/packages:/packages openclaw:latest skills install /packages/trusted-skill.tar.gz

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

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:N/VI:H/VA:L/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
  • IntegrityHigh
  • AvailabilityLow
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Commit Details

  • GitHub Security Advisory

  • VulnCheck Path Traversal Advisory
  • Related CVEs
  • CVE-2026-28457: OpenClaw Path Traversal Vulnerability

  • CVE-2026-29611: OpenClaw Path Traversal Vulnerability

  • CVE-2026-28482: OpenClaw Path Traversal Vulnerability

  • CVE-2026-28462: 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