CVE-2026-28479
7.5OpenClaw · OpenClaw
OpenClaw versions before 2026.2.15 are vulnerable to cache poisoning via SHA-1 collision attacks in sandbox configurations, which can lead to unsafe sandbox state reuse.
Executive summary
OpenClaw versions prior to 2026.2.15 are susceptible to a cryptographic vulnerability that allows remote attackers to perform cache poisoning attacks against sandbox identifiers.
Vulnerability
This vulnerability involves the use of the deprecated SHA-1 cryptographic algorithm for hashing sandbox identifier cache keys. An unauthenticated attacker can exploit this weakness to generate hash collisions, resulting in cache poisoning and the potential for unauthorized sandbox state reuse.
Business impact
The use of a deprecated hashing algorithm poses a significant risk to the integrity of sandbox environments. Successful exploitation allows an attacker to manipulate cache entries, potentially leading to unauthorized cross-sandbox state access or configuration misinterpretation. With a CVSS score of 7.5, this high-severity flaw requires immediate attention to prevent potential data exposure or sandbox breakout scenarios.
Remediation
Immediate Action: Update the OpenClaw package to version 2026.2.15 or later to replace the insecure hashing mechanism with a cryptographically secure alternative.
Proactive Monitoring: Monitor application logs for unusual sandbox behavior or repeated cache access errors that may indicate collision-based exploitation attempts.
Compensating Controls: While no direct WAF rule can address this cryptographic flaw, ensure that the application environment is isolated and that access to the affected sandbox configuration service is restricted to authorized processes.
Exploitation status
Public Exploit Available: Unknown.
Analyst recommendation
Given the high CVSS severity and the ease of exploitation (as indicated by the CVSS vector's low attack complexity and no required authentication), administrators must prioritize patching this vulnerability. Upgrading to version 2026.2.15 is the only effective way to remediate the underlying cryptographic risk and ensure the continued integrity of your sandbox environments.
More OpenClaw CVEs
Sources
Originally found and disclosed by @kexinoh (of Tencent zhuque Lab, by https://github.com/Tencent/AI-Infra-Guard), per the CVE Program record.
- GitHub Security Advisory (GHSA-fh3f-q9qw-93j9) Vendor advisory
- Patch Commit Patch commit
- VulnCheck Advisory: OpenClaw < 2026.2.15 - Cache Poisoning via Deprecated SHA-1 Hash in Sandbox Configuration Third-party advisory