Vulnerability Description
Wekan is open source kanban built with Meteor. Prior to 9.32, Wekan OIDC-related Meteor methods in packages/wekan-oidc/oidc_server.js, server/models/org.js, and server/models/team.js are globally callable without the admin authorization checks used by their non-OIDC counterparts. Authenticated users can call setCreateOrgFromOidc, setOrgAllFieldsFromOidc, setCreateTeamFromOidc, setTeamAllFieldsFromOidc, boardRoutineOnLogin, or groupRoutineOnLogin to create or modify organizations and teams, and groupRoutineOnLogin can grant global admin privileges when PROPAGATE_OIDC_DATA is enabled. This issue is fixed in version 9.32.
Related Weaknesses (CWE)
References
- https://github.com/wekan/wekan/commit/305864f0c77456ad0f2c1e616266c8a06749c951
- https://github.com/wekan/wekan/releases/tag/v9.32
- https://github.com/wekan/wekan/security/advisories/GHSA-cv95-8h7c-2ffq
- https://github.com/wekan/wekan/security/advisories/GHSA-cv95-8h7c-2ffq
FAQ
What is CVE-2026-53444?
CVE-2026-53444 is a documented vulnerability. Wekan is open source kanban built with Meteor. Prior to 9.32, Wekan OIDC-related Meteor methods in packages/wekan-oidc/oidc_server.js, server/models/org.js, and server/models/team.js are globally call...
How severe is CVE-2026-53444?
CVSS scoring is not yet available for CVE-2026-53444. Check NVD for updates.
Is there a patch for CVE-2026-53444?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.