Incomplete List of Disallowed Inputs in OpenClaw - CVE-2026-32022
Published: May 1, 2026
OpenClaw
Detailed vulnerability description
The vulnerability allows a remote user to disclose sensitive information.
The vulnerability exists due to incomplete list of disallowed inputs in tools.exec.safeBins grep policy handling in src/infra/exec-safe-bin-policy.ts when processing grep arguments with -e or --regexp. A remote user can supply a grep command with a regexp flag and a bare filename operand to disclose sensitive information.
Exploitation requires grep to be explicitly included in the safe-bin list, and the issue affects flows expected to be stdin-only.