matchesExecAllowlistPattern normalized patterns and targets with lowercasing and compiled glob matching too broadly on POSIX. In addition, the ? wildcard could match /, which allowed matches to cross path segments.
These matching rules could overmatch allowlist entries and permit commands or executable paths that an operator did not intend to approve.
openclaw <= 2026.3.8
Fixed in openclaw 2026.3.11 and included in later releases such as 2026.3.12. Exec allowlist matching now respects the intended path semantics, and regression tests cover the POSIX case-folding and slash-crossing cases.
{
"github_reviewed_at": "2026-03-13T20:55:03Z",
"nvd_published_at": null,
"cwe_ids": [
"CWE-178",
"CWE-625"
],
"severity": "MODERATE",
"github_reviewed": true
}