#VU125162 Improper Handling of Case Sensitivity in OpenClaw - CVE-2026-32973
Published: April 8, 2026
OpenClaw
OpenClaw
Description
The vulnerability allows a remote user to execute unapproved commands or executable paths.
The vulnerability exists due to improper handling of case sensitivity in matchesExecAllowlistPattern when matching exec allowlist patterns against POSIX paths. A remote user can provide a crafted command or executable path that overmatches an allowlist entry to execute unapproved commands or executable paths.
The issue also arises because the ? wildcard can match /, allowing matches to cross path segments on POSIX systems.