Incorrect authorization in OpenClaw - #VU128587
Published: April 30, 2026
OpenClaw
Detailed vulnerability description
The vulnerability allows a remote user to modify profile configuration without required administrative authorization.
The vulnerability exists due to incorrect authorization in Nostr plugin HTTP profile mutation routes when handling profile mutation requests. A remote user can send a crafted profile mutation request to modify profile configuration without required administrative authorization.
The affected route should have required operator.admin scope, but profile configuration could be persisted through a path that did not require admin authority.