CVE-2026-27007

MEDIUM EPSS 5.3%
Published Feb 20, 20264mo ago · Modified Feb 20, 20264mo ago
4.8 CVSS 4.0
Medium
Find Similar
Published Feb 20, 2026 4mo ago
Last Modified Feb 20, 2026 4mo ago

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 Details

Base Score
4.8
Exploitability
Impact
Vector string
CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector Local
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope X

Threat Intelligence

EPSS Exploit Probability
5.3% percentile
Exploit & Patch Status
No Known Exploit
Patch Available

Weaknesses 1

CWE-1254

Affected Products 1

VendorProductVersionRange
openclawopenclaw* <2026.2.15

References 3

  • github.com https://github.com/openclaw/openclaw/commit/41ded303b4f6dae5afa854531ff837c3276ad60b
    Patch
  • github.com https://github.com/openclaw/openclaw/releases/tag/v2026.2.15
    ProductRelease Notes
  • github.com https://github.com/openclaw/openclaw/security/advisories/GHSA-xxvh-5hwj-42pp
    Vendor AdvisoryPatch

Remediation

  • github.com https://github.com/openclaw/openclaw/commit/41ded303b4f6dae5afa854531ff837c3276ad60b
    Patch
  • github.com https://github.com/openclaw/openclaw/security/advisories/GHSA-xxvh-5hwj-42pp
    Vendor AdvisoryPatch