penClaw 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.
| Link | Resource |
|---|---|
| https://github.com/openclaw/openclaw/commit/41ded303b4f6dae5afa854531ff837c3276ad60b | Patch |
| https://github.com/openclaw/openclaw/releases/tag/v2026.2.15 | Product Release Notes |
| https://github.com/openclaw/openclaw/security/advisories/GHSA-xxvh-5hwj-42pp | Vendor Advisory Patch |
20 Feb 2026, 18:04
| Type | Values Removed | Values Added |
|---|---|---|
| First Time |
Openclaw
Openclaw openclaw |
|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 3.3 |
| CPE | cpe:2.3:a:openclaw:openclaw:*:*:*:*:*:node.js:*:* | |
| References | () https://github.com/openclaw/openclaw/commit/41ded303b4f6dae5afa854531ff837c3276ad60b - Patch | |
| References | () https://github.com/openclaw/openclaw/releases/tag/v2026.2.15 - Product, Release Notes | |
| References | () https://github.com/openclaw/openclaw/security/advisories/GHSA-xxvh-5hwj-42pp - Vendor Advisory, Patch |
20 Feb 2026, 00:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Published : 2026-02-20 00:16
Updated : 2026-02-20 18:04
NVD link : CVE-2026-27007
Mitre link : CVE-2026-27007
CVE.ORG link : CVE-2026-27007
JSON object : View
Incorrect Comparison Logic Granularity