OpenClaw: Collect-mode queue batches could reuse the last sender authorization context
Moderate severity
GitHub Reviewed
Published
Apr 16, 2026
in
openclaw/openclaw
•
Updated Apr 17, 2026
Description
Published to the GitHub Advisory Database
Apr 17, 2026
Reviewed
Apr 17, 2026
Last updated
Apr 17, 2026
Summary
Collect-mode queue batches could reuse the last sender authorization context.
Affected Packages / Versions
openclaw< 2026.4.14>= 2026.4.14Impact
Collect-mode queued messages from different senders could be drained as one batch using the final sender's authorization context, allowing earlier messages to inherit a more privileged context.
Technical Details
The fix splits collect-mode batches by sender authorization context before dispatch, preserving each message's own trust state.
Fix
The issue was fixed in #66024. The first stable tag containing the fix is
v2026.4.14, andopenclaw@2026.4.14includes the fix.Fix Commit(s)
43d4be902755c970b3d15608679761877718da69Release Process Note
Users should upgrade to
openclaw2026.4.14 or newer. The latest npm release,2026.4.14, already includes the fix.Credits
Thanks to @zsxsoft, with sponsorship from @KeenSecurityLab and @qclawer for reporting this issue.
References