Improper access control in OpenClaw - #VU125228
Published: April 8, 2026
OpenClaw
Detailed vulnerability description
The vulnerability allows a remote user to trigger privileged component actions.
The vulnerability exists due to improper access control in extensions/discord/src/monitor/agent-components.ts when handling Discord component interactions. A remote user can send a crafted component interaction from a blocked context to trigger privileged component actions.
The issue occurs because guild and channel policy gates used for normal inbound messages were not consistently reapplied to component interactions.