OpenClaw's sandbox config hash sorted primitive arrays and suppressed needed container recreation
Moderate severity
GitHub Reviewed
Published
Feb 18, 2026
in
openclaw/openclaw
•
Updated Feb 20, 2026
Description
Published to the GitHub Advisory Database
Feb 18, 2026
Reviewed
Feb 18, 2026
Published by the National Vulnerability Database
Feb 20, 2026
Last updated
Feb 20, 2026
Description
normalizeForHashinsrc/agents/sandbox/config-hash.tsrecursively 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
dnsandbindsarray order) could be treated as unchanged and stale containers could be reused.This is a configuration integrity issue affecting sandbox recreation behavior.
Affected Packages / Versions
openclaw(npm)<=2026.2.14>=2026.2.152026.2.14Remediation
Array ordering is now preserved during hash normalization; only object key ordering remains normalized for deterministic hashing.
Fix Commit(s)
41ded303b4f6dae5afa854531ff837c3276ad60bRelease Process Note
patched_versionsis pre-set to the planned next release (2026.2.15) so after npm publish, the advisory can be published directly without reopening version metadata edits.Thanks @kexinoh ( of Tencent zhuque Lab, by https://github.com/Tencent/AI-Infra-Guard) for reporting.
References