CVE-2026-41364
8.1OpenClaw · OpenClaw
OpenClaw versions before 2026.3.31 are vulnerable to a symlink following flaw during SSH sandbox tar uploads, allowing authenticated remote attackers to perform arbitrary file writes.
Executive summary
A symlink following vulnerability in the OpenClaw SSH sandbox allows authenticated attackers to perform arbitrary file writes, potentially leading to unauthorized system modification.
Vulnerability
This vulnerability, classified as CWE-59, involves improper link resolution during the processing of uploaded tar archives. An authenticated remote attacker can include symlinks within a malicious archive to escape the intended sandbox and overwrite critical files on the underlying host.
Business impact
The ability to overwrite arbitrary files on a host system presents a severe risk to data integrity and system availability. Successful exploitation could allow an attacker to modify configuration files, overwrite binary executables, or inject malicious scripts, effectively compromising the affected server. Given the CVSS score of 8.1, this vulnerability is considered high severity, as it facilitates significant impact on system integrity and availability.
Remediation
Immediate Action: Update the OpenClaw package to version 2026.3.31 or later to implement the necessary security checks for symlink resolution during file extraction.
Proactive Monitoring: Review system access logs for anomalous file write activity or unexpected processes triggered by user-uploaded archives.
Compensating Controls: Restrict SSH access to the sandbox environment to trusted users only and implement strict filesystem permissions to prevent the application process from modifying sensitive system directories.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
Organizations utilizing OpenClaw must prioritize the upgrade to version 2026.3.31 immediately. Failure to address this vulnerability allows authenticated users the capability to perform unauthorized file operations, which could serve as a precursor to a broader system compromise. Ensure that all deployment pipelines are updated to reference the patched version to maintain a secure posture.
More OpenClaw CVEs
Sources
Originally found and disclosed by AntAISecurityLab, per the CVE Program record.
- GitHub Security Advisory (GHSA-fv94-qvg8-xqpw) Vendor advisory
- Patch Commit Patch commit
- VulnCheck Advisory: OpenClaw < 2026.3.31 - Arbitrary File Write via Symlink Following in SSH Sandbox Tar Upload Third-party advisory