In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Incorrect Authorization vulnerabilities in an interactive lesson.
Start learningUpgrade openclaw to version 2026.2.22 or higher.
openclaw is a 🦞 OpenClaw — Personal AI Assistant
Affected versions of this package are vulnerable to Incorrect Authorization via system.run when shell line-continuation and command substitution are used to bypass allowlist analysis. An attacker can execute unauthorized commands by crafting input that splits command substitution across lines, causing the analysis to misinterpret the payload and allowing execution of non-allowlisted subcommands.
Note: This is only exploitable if the deployment is configured with tools.exec.security=allowlist (with ask=on-miss or off).
This vulnerability can be mitigated by setting tools.exec.ask=always or tools.exec.security=deny.