NONE · 0

CVE-2026-52893

Wekan is open source kanban built with Meteor. Prior to 9.32, the Wekan Accounts.onCreateUser hook in server/models/users.js merges OIDC logins into existing accounts when the OIDC email or username m...

Vulnerability Description

Wekan is open source kanban built with Meteor. Prior to 9.32, the Wekan Accounts.onCreateUser hook in server/models/users.js merges OIDC logins into existing accounts when the OIDC email or username matches an existing Wekan user, without verifying ownership or checking email_verified. An attacker using an OIDC provider account with a victim's email or username can cause Wekan to merge the attacker's OIDC credentials into the victim account and then log in as that account. This issue is fixed in version 9.32.

Related Weaknesses (CWE)

References

FAQ

What is CVE-2026-52893?

CVE-2026-52893 is a documented vulnerability. Wekan is open source kanban built with Meteor. Prior to 9.32, the Wekan Accounts.onCreateUser hook in server/models/users.js merges OIDC logins into existing accounts when the OIDC email or username m...

How severe is CVE-2026-52893?

CVSS scoring is not yet available for CVE-2026-52893. Check NVD for updates.

Is there a patch for CVE-2026-52893?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.