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-2025-59359

CVE-2025-59359: Chaos Mesh RCE Vulnerability

CVE-2025-59359 is an OS command injection flaw in Chaos Mesh Controller Manager that enables remote code execution. This vulnerability allows unauthenticated attackers to execute code cluster-wide. This article covers technical details, affected versions, impact analysis, and mitigation strategies.

Published: March 11, 2026

CVE-2025-59359 Overview

CVE-2025-59359 is a critical OS command injection vulnerability in the cleanTcs mutation of the Chaos Controller Manager component within Chaos Mesh. This vulnerability allows unauthenticated in-cluster attackers to inject arbitrary operating system commands, leading to remote code execution across the Kubernetes cluster. When chained with CVE-2025-59358, this vulnerability enables complete cluster takeover without requiring any authentication.

Critical Impact

Unauthenticated attackers within the cluster network can achieve remote code execution across the entire Kubernetes cluster, potentially leading to complete infrastructure compromise, data exfiltration, and lateral movement to connected systems.

Affected Products

  • Chaos Mesh (chaos-mesh:chaos_mesh)
  • Chaos Controller Manager component
  • Kubernetes deployments running vulnerable Chaos Mesh versions

Discovery Timeline

  • 2025-09-15 - CVE-2025-59359 published to NVD
  • 2025-10-14 - Last updated in NVD database

Technical Details for CVE-2025-59359

Vulnerability Analysis

This vulnerability is classified as CWE-78 (Improper Neutralization of Special Elements used in an OS Command), commonly known as OS command injection. The flaw exists in the cleanTcs mutation handler within the Chaos Controller Manager, a core component responsible for managing chaos engineering experiments in Kubernetes environments.

The vulnerability allows attackers to inject malicious commands through unsanitized input that is subsequently passed to system shell execution. Since Chaos Mesh operates with elevated privileges within Kubernetes clusters to perform its chaos engineering functions, successful exploitation grants attackers the same level of access—typically cluster-wide administrative capabilities.

What makes this vulnerability particularly dangerous is its chainability with CVE-2025-59358. Together, these vulnerabilities create an attack path that allows completely unauthenticated in-cluster attackers to execute arbitrary code across multiple nodes, effectively achieving full cluster compromise.

Root Cause

The root cause of this vulnerability stems from insufficient input validation and sanitization in the cleanTcs mutation handler. User-controlled input is passed directly to OS command execution functions without proper escaping or validation of special characters. This allows attackers to break out of the intended command context and inject additional commands using shell metacharacters such as semicolons, pipes, or command substitution syntax.

Attack Vector

The attack vector is network-based and does not require authentication, user interaction, or special privileges. An attacker with network access to the cluster can craft malicious GraphQL mutation requests to the cleanTcs endpoint. By including specially crafted payloads containing shell metacharacters and malicious commands, the attacker can execute arbitrary code on nodes running the Chaos Controller Manager.

The attack chain typically involves:

  1. Identifying a Chaos Mesh deployment within the target Kubernetes cluster
  2. Crafting a malicious cleanTcs mutation request with embedded shell commands
  3. Sending the request to the Chaos Controller Manager API
  4. Achieving code execution with the privileges of the Chaos Controller Manager service account

For detailed technical analysis and exploitation mechanics, refer to the JFrog Security Research Blog which provides comprehensive coverage of this vulnerability chain.

Detection Methods for CVE-2025-59359

Indicators of Compromise

  • Unusual GraphQL mutation requests to Chaos Controller Manager endpoints containing shell metacharacters (;, |, $(), backticks)
  • Unexpected process spawning from Chaos Controller Manager pods
  • Anomalous network connections originating from Chaos Mesh components
  • Kubernetes audit log entries showing suspicious API calls to Chaos Mesh custom resources

Detection Strategies

  • Monitor Kubernetes audit logs for unusual activity targeting Chaos Mesh custom resource definitions (CRDs)
  • Implement network policy monitoring to detect unexpected egress traffic from Chaos Controller Manager pods
  • Deploy runtime security monitoring to detect shell command execution patterns inconsistent with normal Chaos Mesh operations
  • Correlate detection for CVE-2025-59358 exploitation attempts, as these vulnerabilities are commonly chained together

Monitoring Recommendations

  • Enable verbose logging on Chaos Controller Manager deployments and forward logs to a centralized SIEM
  • Configure alerts for any cleanTcs mutation requests containing suspicious character patterns
  • Implement container runtime monitoring to detect command injection attempt signatures
  • Monitor for unexpected file system modifications or binary executions within Chaos Mesh pods

How to Mitigate CVE-2025-59359

Immediate Actions Required

  • Review and audit all Chaos Mesh deployments in your Kubernetes infrastructure
  • Apply the security patch from the official Chaos Mesh repository immediately
  • Implement network policies to restrict access to Chaos Controller Manager endpoints to only trusted sources
  • Consider temporarily disabling Chaos Mesh if patching cannot be performed immediately

Patch Information

The Chaos Mesh maintainers have addressed this vulnerability through a security update. Organizations should apply the fix available in GitHub Pull Request #4702. This patch implements proper input sanitization for the cleanTcs mutation handler, preventing command injection attacks.

Upgrade to the latest patched version of Chaos Mesh as specified in the official security advisory. Ensure all nodes in your Kubernetes cluster are running the updated Chaos Controller Manager image.

Workarounds

  • Implement strict Kubernetes NetworkPolicies to limit which pods can communicate with Chaos Controller Manager
  • Deploy a Web Application Firewall (WAF) or API gateway with command injection detection rules in front of Chaos Mesh endpoints
  • Use Kubernetes RBAC to restrict which service accounts can interact with Chaos Mesh custom resources
  • Consider isolating Chaos Mesh deployments to dedicated namespaces with enhanced security controls
bash
# Example NetworkPolicy to restrict Chaos Controller Manager access
kubectl apply -f - <<EOF
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
  name: restrict-chaos-controller
  namespace: chaos-mesh
spec:
  podSelector:
    matchLabels:
      app.kubernetes.io/component: controller-manager
  policyTypes:
  - Ingress
  ingress:
  - from:
    - namespaceSelector:
        matchLabels:
          chaos-mesh-access: "true"
EOF

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechChaos Mesh

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.89%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-78
  • Technical References
  • GitHub Pull Request Update

  • JFrog Blog on Chaos Mesh Vulnerabilities
  • Related CVEs
  • CVE-2025-59361: Chaos Mesh RCE Vulnerability

  • CVE-2025-59360: Chaos Mesh RCE Vulnerability

  • CVE-2025-59358: Chaos Mesh DOS 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