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
    • 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-22169

CVE-2026-22169: Openclaw Openclaw RCE Vulnerability

CVE-2026-22169 is a remote code execution flaw in Openclaw Openclaw that enables attackers to bypass safeBins allowlist protections and execute unauthorized programs. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 20, 2026

CVE-2026-22169 Overview

OpenClaw versions prior to 2026.2.22 contain an allowlist bypass vulnerability (CWE-78: OS Command Injection) in the safeBins configuration that allows attackers to invoke external helpers through the compress-program option. When sort is explicitly added to tools.exec.safeBins, remote attackers can bypass intended safe-bin approval constraints by leveraging the --compress-program parameter to execute unauthorized external programs.

Critical Impact

This vulnerability enables attackers to bypass security controls designed to restrict external program execution, potentially leading to arbitrary command execution on affected Node.js systems running vulnerable OpenClaw versions.

Affected Products

  • OpenClaw versions prior to 2026.2.22
  • OpenClaw Node.js package (cpe:2.3:a:openclaw:openclaw:*:*:*:*:*:node.js:*:*)

Discovery Timeline

  • 2026-03-18 - CVE-2026-22169 published to NVD
  • 2026-03-19 - Last updated in NVD database

Technical Details for CVE-2026-22169

Vulnerability Analysis

This vulnerability represents a command injection flaw that exploits a gap in OpenClaw's safeBins allowlist implementation. The safeBins feature is designed to restrict which external binaries can be invoked by the application, creating a security boundary between the Node.js application and the underlying operating system.

The root of the issue lies in how the sort command was validated when added to the allowlist. While sort itself may be considered safe, it accepts a --compress-program flag that can specify an arbitrary external program to handle compression of temporary files during sorting operations. This creates an indirect execution path that completely bypasses the intended security restrictions.

Root Cause

The vulnerability exists in the exec-safe-bin-policy.ts file, which defines the allowed arguments for safeBins entries. The --compress-program parameter was mistakenly included in the list of acceptable arguments for the sort command. This parameter accepts an arbitrary program path, which is then executed by sort with elevated context—effectively creating a command injection vector that circumvents the safeBins allowlist mechanism entirely.

Attack Vector

This is a local attack vector requiring the attacker to have some level of access to influence the parameters passed to the sort command. When an attacker can control or inject arguments to a sort invocation that includes --compress-program, they can specify a malicious program or script to be executed. The attack requires privileged access and some environmental prerequisites to be met, but successful exploitation results in complete compromise of confidentiality, integrity, and availability on the affected system.

typescript
// Security patch removing the --compress-program bypass vector
// Source: https://github.com/openclaw/openclaw/commit/57fbbaebca4d34d17549accf6092ae26eb7b605c

       "--field-separator",
       "--buffer-size",
       "--temporary-directory",
-      "--compress-program",
       "--parallel",
       "--batch-size",
       "--random-source",

Source: GitHub Commit 57fbbaebca4d34d17549accf6092ae26eb7b605c

Detection Methods for CVE-2026-22169

Indicators of Compromise

  • Unexpected process spawning from Node.js/OpenClaw processes, particularly child processes of sort commands
  • Command-line arguments containing --compress-program in process execution logs
  • Unusual external program executions following sort command invocations
  • Evidence of shell scripts or binaries being invoked through compression program paths

Detection Strategies

  • Monitor application logs for sort command invocations containing the --compress-program parameter
  • Implement process monitoring to detect unexpected child processes spawned by the OpenClaw application
  • Review safeBins configurations for the presence of sort in tools.exec.safeBins settings
  • Audit command execution patterns for anomalous program execution chains

Monitoring Recommendations

  • Enable verbose logging for command execution within OpenClaw applications
  • Implement endpoint detection rules to alert on sort commands with --compress-program arguments
  • Monitor for file system changes in temporary directories that may indicate exploitation attempts
  • Review Node.js application behavior for unexpected subprocess creation patterns

How to Mitigate CVE-2026-22169

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.2.22 or later immediately
  • Review current tools.exec.safeBins configurations and remove sort if not strictly required
  • Audit application logs for any historical evidence of exploitation attempts
  • Implement network segmentation to limit the impact of potential compromise

Patch Information

The vulnerability has been addressed in commit 57fbbaebca4d34d17549accf6092ae26eb7b605c, which removes --compress-program from the list of allowed arguments for the sort command in the safeBins policy. Users should update to OpenClaw version 2026.2.22 or later. Additional details are available in the GitHub Security Advisory GHSA-vmqr-rc7x-3446.

Workarounds

  • Remove sort from the tools.exec.safeBins configuration if upgrading is not immediately possible
  • Implement application-level input validation to filter --compress-program arguments before command execution
  • Use container isolation or sandboxing to limit the impact of potential command injection
  • Deploy Web Application Firewalls (WAF) or similar controls to inspect and block malicious request patterns
bash
# Example: Review and modify safeBins configuration
# Check current safeBins settings in your OpenClaw configuration
grep -r "safeBins" ./config/

# Remove 'sort' from safeBins if present until patched
# In your tools.exec configuration, ensure sort is not listed:
# tools:
#   exec:
#     safeBins:
#       - grep
#       - head
#       # - sort  # REMOVE until patched to version 2026.2.22+

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechOpenclaw

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:P/PR:H/UI:N/VC:H/VI:H/VA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-78
  • Technical References
  • VulnCheck Advisory
  • Vendor Resources
  • GitHub Commit Details

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-32917: Openclaw Remote Command Injection Flaw

  • CVE-2026-32920: Openclaw RCE Vulnerability

  • CVE-2026-32971: Openclaw RCE Vulnerability

  • CVE-2026-32978: Openclaw RCE 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
  • 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