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

CVE-2026-27002: OpenClaw Privilege Escalation Vulnerability

CVE-2026-27002 is a privilege escalation flaw in OpenClaw that allows attackers to escape Docker containers through configuration injection. This post covers the technical details, affected versions, and mitigation strategies.

Published: February 27, 2026

CVE-2026-27002 Overview

CVE-2026-27002 is a configuration injection vulnerability in OpenClaw, a personal AI assistant application. Prior to version 2026.2.15, the Docker tool sandbox component was susceptible to dangerous Docker options being applied through configuration, including bind mounts, host networking, and unconfined security profiles. This vulnerability could enable container escape or unauthorized host data access, presenting significant risks to containerized deployments.

Critical Impact

Attackers who can influence OpenClaw's sandbox configuration could escape container isolation, access host system data, or gain elevated privileges on the host machine through dangerous Docker settings.

Affected Products

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

Discovery Timeline

  • 2026-02-20 - CVE-2026-27002 published to NVD
  • 2026-02-20 - Last updated in NVD database

Technical Details for CVE-2026-27002

Vulnerability Analysis

This vulnerability is classified under CWE-250 (Execution with Unnecessary Privileges). The core issue stems from insufficient validation of Docker sandbox configuration parameters in OpenClaw's agent runtime. The application failed to properly restrict dangerous Docker options that could compromise container isolation, allowing configurations that would grant containers excessive access to host resources.

The vulnerability affects the sandbox execution environment where AI agent tools run. When agents execute code within Docker containers, the sandbox configuration determines the container's isolation boundaries. Without proper validation, users or administrators could inadvertently (or maliciously) configure the sandbox with settings that break the security model of containerization.

Root Cause

The root cause is improper input validation in the Docker sandbox configuration schema. The configuration allowed dangerous values for critical security settings:

  1. Network mode host - Allows container to share the host's network namespace, bypassing network isolation
  2. Seccomp profile unconfined - Disables system call filtering, allowing containers to make any syscall
  3. AppArmor profile unconfined - Disables mandatory access control enforcement
  4. Unrestricted bind mounts - Allows mounting sensitive host directories or the Docker socket into containers

Attack Vector

The attack requires network access and some user interaction to manipulate configuration. An attacker who can influence the OpenClaw configuration (through a compromised config file, social engineering, or another vulnerability) could inject dangerous sandbox settings that would be applied when containers are created.

The following code shows the security hardening patch that validates sandbox Docker configuration:

typescript
    binds: z.array(z.string()).optional(),
  })
  .strict()
+  .superRefine((data, ctx) => {
+    if (data.network?.trim().toLowerCase() === "host") {
+      ctx.addIssue({
+        code: z.ZodIssueCode.custom,
+        path: ["network"],
+        message:
+          'Sandbox security: network mode "host" is blocked. Use "bridge" or "none" instead.',
+      });
+    }
+    if (data.seccompProfile?.trim().toLowerCase() === "unconfined") {
+      ctx.addIssue({
+        code: z.ZodIssueCode.custom,
+        path: ["seccompProfile"],
+        message:
+          'Sandbox security: seccomp profile "unconfined" is blocked. ' +
+          "Use a custom seccomp profile file or omit this setting.",
+      });
+    }
+    if (data.apparmorProfile?.trim().toLowerCase() === "unconfined") {
+      ctx.addIssue({
+        code: z.ZodIssueCode.custom,
+        path: ["apparmorProfile"],
+        message:
+          'Sandbox security: apparmor profile "unconfined" is blocked. ' +
+          "Use a named AppArmor profile or omit this setting.",
+      });
+    }

Source: GitHub Commit 887b209

Detection Methods for CVE-2026-27002

Indicators of Compromise

  • Configuration files containing network: host in sandbox Docker settings
  • Presence of seccompProfile: unconfined or apparmorProfile: unconfined in agent configurations
  • Bind mounts configured to mount /var/run/docker.sock or system directories like /etc, /root, or /
  • Unusual container processes with host network visibility or elevated syscall capabilities

Detection Strategies

  • Audit OpenClaw configuration files for dangerous agents.*.sandbox.docker.* settings before and after deployment
  • Implement configuration drift detection to alert on changes to sandbox security parameters
  • Monitor Docker daemon logs for container creation events with --network=host or --security-opt flags indicating unconfined profiles
  • Deploy container runtime security tools to detect containers attempting to access host resources beyond their expected scope

Monitoring Recommendations

  • Enable audit logging for configuration file changes in the OpenClaw deployment directory
  • Set up alerts for Docker containers created with elevated privileges or host namespace sharing
  • Monitor for unexpected network traffic originating from container IP ranges that indicates host network mode usage
  • Implement file integrity monitoring on critical OpenClaw configuration files

How to Mitigate CVE-2026-27002

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.2.15 or later immediately
  • Review existing OpenClaw configurations for dangerous sandbox Docker settings
  • Remove any network: host, seccompProfile: unconfined, or apparmorProfile: unconfined settings
  • Audit bind mount configurations to ensure no sensitive host paths are exposed to containers

Patch Information

OpenClaw version 2026.2.15 addresses this vulnerability by implementing multiple security controls:

  • Config-schema validation that blocks dangerous values at configuration load time
  • Runtime enforcement when building docker create arguments
  • Security audit findings to surface dangerous sandbox docker configurations

The patch is available via the GitHub Release v2026.2.15. For detailed technical changes, see the security commit and the GitHub Security Advisory GHSA-w235-x559-36mg.

Workarounds

  • Do not configure agents.*.sandbox.docker.binds to mount system directories (/etc, /var, /root) or Docker socket paths (/var/run/docker.sock)
  • Keep agents.*.sandbox.docker.network at none (default) or bridge - never use host
  • Do not use unconfined for seccomp or AppArmor profiles; use custom security profiles or omit these settings entirely
  • Implement network policies to restrict container egress if using bridge networking
bash
# Configuration example - Safe sandbox settings
# In your OpenClaw configuration file, ensure sandbox settings follow this pattern:

# agents:
#   my-agent:
#     sandbox:
#       docker:
#         network: "none"           # or "bridge" - NEVER "host"
#         # seccompProfile: omit or use custom profile path
#         # apparmorProfile: omit or use named profile
#         binds:
#           - "/app/workspace:/workspace:rw"  # Only app-specific mounts

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechOpenclaw

  • SeverityHIGH

  • CVSS Score7.7

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/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
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-250
  • Technical References
  • GitHub Release v2026.2.15
  • Vendor Resources
  • GitHub Commit Details

  • GitHub Security Advisory GHSA-w235-x559-36mg
  • Related CVEs
  • CVE-2026-27486: OpenClaw Privilege Escalation Vulnerability

  • CVE-2026-26328: Openclaw Auth Bypass Vulnerability

  • CVE-2026-27484: Openclaw Authentication Bypass Vulnerability

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