Vulnerabilities (CVE)

Filtered by CWE-1254
Total 2 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2026-27007 1 Openclaw 1 Openclaw 2026-02-20 N/A 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 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.
CVE-2013-10031 1 Plack 1 Plack-middleware-session 2025-12-16 N/A 7.5 HIGH
Plack-Middleware-Session versions before 0.17 may be vulnerable to HMAC comparison timing attacks