CVE-2026-100580
8.8OpenClaw · OpenClaw
OpenClaw before 2026.7.1 contains a vulnerability in the model-facing cron tool that allows for improper case sensitivity handling, leading to potential command execution.
Executive summary
An authenticated user can exploit a case sensitivity flaw in the OpenClaw cron tool to execute arbitrary commands with the privileges of the application process.
Vulnerability
The vulnerability is caused by improper handling of case sensitivity (CWE-178) within the model-facing cron tool, allowing a mixed-case payload to bypass shell-execution security guards. This flaw permits an authenticated attacker to steer a tool-enabled agent into creating persistent cron jobs that execute malicious commands.
Business impact
Successful exploitation of this vulnerability allows an attacker to achieve remote code execution on the host system. This could lead to full unauthorized access to sensitive files and credentials, as well as significant disruption to scheduled service operations. Given the CVSS score of 8.8, this represents a high-severity risk that could compromise the integrity and availability of the entire host environment.
Remediation
Immediate Action: Update the OpenClaw npm package to version 2026.7.1 or later to implement the necessary case sensitivity fixes.
Proactive Monitoring: Review system logs for suspicious cron job creations or modifications, particularly those originating from model-facing agent interactions.
Compensating Controls: Restrict permissions for tool-enabled agents and implement strict input validation at the application level to ensure that payload parameters are normalized before processing.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
The vulnerability in OpenClaw poses a significant risk due to the potential for unconstrained command execution on the host server. IT administrators should prioritize upgrading to version 2026.7.1 immediately to close the security gap created by the flawed input normalization logic. Failure to patch this vulnerability leaves the environment exposed to persistent, unauthorized command execution by any authenticated actor capable of interacting with the tool-enabled agent.
More OpenClaw CVEs all →
History
- Disclosed CVE record published
- Collected by CVE Brief via github
- Analyst report written
- Published in the daily brief high section
Sources
Originally found and disclosed by shayd-versa, per the CVE Program record.
- GitHub Security Advisory (GHSA-8xxh-v4vc-qvm4) Vendor advisory
- VulnCheck Advisory: OpenClaw before 2026.7.1 Remote Code Execution via cron tool Third-party advisory