Summary
Microsoft Teams SSO invoke handler missed sender authorization checks.
Affected Packages / Versions
- Package:
openclaw
- Ecosystem: npm
- Affected versions:
>= 2026.4.10 < 2026.4.14
- Patched versions:
>= 2026.4.14
Impact
Microsoft Teams SSO signin invoke handling could process an invoke from a sender before applying the same sender allowlist checks used by normal message handling.
Technical Details
The fix routes SSO invoke handling through the Teams sender authorization path and adds coverage for denied senders.
Fix
The issue was fixed in #66033. The first stable tag containing the fix is v2026.4.14, and openclaw@2026.4.14 includes the fix.
Fix Commit(s)
80b1fa17bfc3f6a668492f0326ea52f48bb89776
- PR: #66033
Release Process Note
Users should upgrade to openclaw 2026.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
Summary
Microsoft Teams SSO invoke handler missed sender authorization checks.
Affected Packages / Versions
openclaw>= 2026.4.10 < 2026.4.14>= 2026.4.14Impact
Microsoft Teams SSO signin invoke handling could process an invoke from a sender before applying the same sender allowlist checks used by normal message handling.
Technical Details
The fix routes SSO invoke handling through the Teams sender authorization path and adds coverage for denied senders.
Fix
The issue was fixed in #66033. The first stable tag containing the fix is
v2026.4.14, andopenclaw@2026.4.14includes the fix.Fix Commit(s)
80b1fa17bfc3f6a668492f0326ea52f48bb89776Release 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