OpenClaw: Exec approval allowlist patterns overmatched on POSIX paths
Moderate severity
GitHub Reviewed
Published
Mar 13, 2026
in
openclaw/openclaw
•
Updated Mar 13, 2026
Description
Published to the GitHub Advisory Database
Mar 13, 2026
Reviewed
Mar 13, 2026
Last updated
Mar 13, 2026
Summary
matchesExecAllowlistPatternnormalized 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.Impact
These matching rules could overmatch allowlist entries and permit commands or executable paths that an operator did not intend to approve.
Affected versions
openclaw<= 2026.3.8Patch
Fixed in
openclaw2026.3.11and included in later releases such as2026.3.12. Exec allowlist matching now respects the intended path semantics, and regression tests cover the POSIX case-folding and slash-crossing cases.References