Vulnerability Description
OpenClaw is a personal AI assistant. Prior to version 2026.2.15, `normalizeForHash` in `src/agents/sandbox/config-hash.ts` recursively sorted arrays that contained only primitive values. This made order-sensitive sandbox configuration arrays hash to the same value even when order changed. In OpenClaw sandbox flows, this hash is used to decide whether existing sandbox containers should be recreated. As a result, order-only config changes (for example Docker `dns` and `binds` array order) could be treated as unchanged and stale containers could be reused. This is a configuration integrity issue affecting sandbox recreation behavior. Starting in version 2026.2.15, array ordering is preserved during hash normalization; only object key ordering remains normalized for deterministic hashing.
CVSS Score
LOW
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Openclaw | Openclaw | < 2026.2.15 |
Related Weaknesses (CWE)
References
- https://github.com/openclaw/openclaw/commit/41ded303b4f6dae5afa854531ff837c3276aPatch
- https://github.com/openclaw/openclaw/releases/tag/v2026.2.15ProductRelease Notes
- https://github.com/openclaw/openclaw/security/advisories/GHSA-xxvh-5hwj-42ppVendor AdvisoryPatch
FAQ
What is CVE-2026-27007?
CVE-2026-27007 is a vulnerability with a CVSS score of 3.3 (LOW). OpenClaw is a personal AI assistant. Prior to version 2026.2.15, `normalizeForHash` in `src/agents/sandbox/config-hash.ts` recursively sorted arrays that contained only primitive values. This made ord...
How severe is CVE-2026-27007?
CVE-2026-27007 has been rated LOW with a CVSS base score of 3.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-27007?
Check the references section above for vendor advisories and patch information. Affected products include: Openclaw Openclaw.