CVE-2026-54733 PUBLISHED

moodle-local_o365: Authentication bypass via unverified JWT signature in Teams SSO endpoint

Assigner: GitHub_M
Reserved: 15.06.2026 Published: 16.07.2026 Updated: 16.07.2026

The Microsoft 365 and Microsoft Entra ID Plugins for Moodle provide Office 365 and Azure Active Directory integration for Moodle. Prior to 4.5.6, 5.0.5, and 5.1.1, the Microsoft Office 365 Integration plugin local_o365 Teams SSO endpoint sso_login.php base64-decodes a JWT payload and authenticates users from the upn claim without verifying the JWT signature, allowing an unauthenticated attacker to forge a token and obtain a Moodle session as an O365-authenticated user. This issue is fixed in versions 4.5.6, 5.0.5, and 5.1.1.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 9.3

Product Status

Vendor microsoft
Product o365-moodle
Versions
  • Version < 4.5.6 is affected
  • Version >= 5.0.0, < 5.0.5 is affected
  • Version >= 5.1.0, < 5.1.1 is affected

References

Problem Types

  • CWE-347: Improper Verification of Cryptographic Signature CWE