Cyber Posture

CVE-2025-59360

CriticalPublic PoCRCE

Published: 15 September 2025

Published
15 September 2025
Modified
14 October 2025
KEV Added
Patch
CVSS Score 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0195 83.6th percentile
Risk Priority 21 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-59360 is a critical-severity OS Command Injection (CWE-78) vulnerability in Chaos-Mesh Chaos Mesh. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Container CLI/API (T1059.013); ranked in the top 16.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Container CLI/API (T1059.013) and 4 other techniques. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

SI-10 directly prevents OS command injection (CWE-78) by requiring validation and sanitization of inputs to the vulnerable killProcesses mutation.

prevent

SI-2 mandates timely remediation of identified flaws, such as applying the Chaos Mesh PR #4702 patch for this command injection vulnerability.

prevent

SC-7 enforces boundary protection to restrict unauthenticated in-cluster network access needed to reach and exploit the Chaos Controller Manager.

MITRE ATT&CK Enterprise TechniquesAI

T1059.013 Container CLI/API Execution
Adversaries may abuse built-in CLI tools or API calls to execute malicious commands in containerized environments.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1210 Exploitation of Remote Services Lateral Movement
Adversaries may exploit remote services to gain unauthorized access to internal systems once inside of a network.
T1552.007 Container API Credential Access
Adversaries may gather credentials via APIs within a containers environment.
T1609 Container Administration Command Execution
Adversaries may abuse a container administration service to execute commands within a container.
Why these techniques?

OS command injection via Chaos Controller Manager GraphQL mutation enables unauthenticated in-cluster attackers to execute arbitrary commands on any pod, facilitating container CLI/API abuse, exploitation for privilege escalation and remote services, container administration commands, and stealing service account tokens from Container API.

NVD Description

The killProcesses mutation in Chaos Controller Manager is vulnerable to OS command injection. In conjunction with CVE-2025-59358, this allows unauthenticated in-cluster attackers to perform remote code execution across the cluster.

Deeper analysisAI

CVE-2025-59360 is an OS command injection vulnerability (CWE-78) in the killProcesses mutation of the Chaos Controller Manager within Chaos Mesh. This flaw affects deployments of Chaos Mesh, a Kubernetes-native chaos engineering platform, and carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), marking it as critical due to its potential for high-impact compromise without privileges or user interaction.

Unauthenticated attackers with in-cluster network access can exploit this vulnerability. When chained with CVE-2025-59358, it enables remote code execution across the Kubernetes cluster, allowing arbitrary command execution on affected nodes.

Mitigation is addressed in Chaos Mesh pull request #4702 on GitHub, which patches the command injection issue. Further analysis of the vulnerability chain and its path to cluster takeover is detailed in the JFrog security advisory blog post.

Details

CWE(s)

Affected Products

chaos-mesh
chaos mesh
≤ 2.7.3

CVEs Like This One

CVE-2025-59361Same product: Chaos-Mesh Chaos Mesh
CVE-2025-59359Same product: Chaos-Mesh Chaos Mesh
CVE-2026-22221Shared CWE-78
CVE-2026-2630Shared CWE-78
CVE-2026-34792Shared CWE-78
CVE-2025-66211Shared CWE-78
CVE-2025-56113Shared CWE-78
CVE-2021-47745Shared CWE-78
CVE-2026-5707Shared CWE-78
CVE-2021-47747Shared CWE-78

References