OpenClaw's typed sender-key matching for toolsBySender prevents identity-collision policy bypass
Moderate severity
GitHub Reviewed
Published
Feb 23, 2026
in
openclaw/openclaw
•
Updated Mar 30, 2026
Description
Published to the GitHub Advisory Database
Mar 3, 2026
Reviewed
Mar 3, 2026
Published by the National Vulnerability Database
Mar 19, 2026
Last updated
Mar 30, 2026
Summary
channels.*.groups.*.toolsBySendercould match a privileged sender policy using a colliding mutable identity value (for examplesenderNameorsenderUsername) when deployments used untyped keys.The fix introduces explicit typed sender keys (
id:,e164:,username:,name:), keeps legacy untyped keys on a deprecated ID-only path, and adds regression coverage to prevent cross-identifier collisions.Affected Packages / Versions
openclaw<= 2026.2.21-22026.2.21-22026.2.22Impact
This is a sender-authorization bypass in group tool policy matching for deployments that use
toolsBySenderwith untyped keys. Under those conditions, an attacker could inherit stronger tool permissions intended for another sender if they can force an identifier collision.Fix Commit(s)
5547a2275cb69413af3b62c795b93214fe913b57Release Process Note
patched_versionsis pre-set to the planned next release (2026.2.22). Once that npm release is published, this advisory should only need publishing.OpenClaw thanks @jiseoung for reporting.
References