Interpretation Conflict in OpenClaw - CVE-2026-32052
Published: May 1, 2026
OpenClaw
OpenClaw
Description
The vulnerability allows a remote attacker to execute hidden commands.
The vulnerability exists due to interpretation conflict in system.run shell-wrapper handling when processing shell-wrapper forms with trailing positional argv values. A remote attacker can supply a crafted shell-wrapper command that presents misleading approval text to execute hidden commands.
The issue occurs because operator-visible approval or display text can omit executed argv carriers while runtime execution still uses the full argv vector.