CVE-2026-52893: Wekan: OIDC Account Takeover via Unconditional Email-Based Account Merge in onCreateUser hook
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.
Security readout for executives and security teams
Plain-English summary
Wekan versions before 9.32 can let an attacker attach their OIDC login to an existing Wekan account if the email or username matches. The flaw can result in account takeover, including privileged accounts, because Wekan did not verify ownership of the identity claim before merging accounts.
Executive priority
Treat this as urgent for any Wekan environment using OIDC. The business risk is account takeover without a password compromise, potentially affecting boards, projects, and administrative access. Upgrade to 9.32 should be prioritized over routine maintenance.
Technical view
In server/models/users.js, Wekan's Accounts.onCreateUser hook merged OIDC identities into existing users based on matching email or username without verifying email ownership or checking email_verified. A crafted or permissive OIDC identity could be linked to a victim account. The issue is fixed in Wekan 9.32.
Likely exposure
Highest exposure is Wekan deployments before 9.32 with OIDC login enabled, especially where providers may send unverified or attacker-controlled email or username claims. Deployments without OIDC use have less apparent exposure from the described attack path, but should still upgrade if affected.
Exploitation context
The bundle does not show KEV listing or confirmed active exploitation. The advisory describes unauthenticated network exploitation with low complexity once attack requirements are met: the attacker needs an OIDC account presenting a victim email or username that Wekan accepts for account merging.
Researcher notes
Evidence is limited to the CVE bundle, GitHub advisory, fixing commit, and v9.32 release reference. Do not assume broader product impact or exploitation in the wild from this data. Focus validation on OIDC-enabled Wekan before 9.32 and suspicious account-linking events.
Mitigation direction
Upgrade Wekan to version 9.32 or later.
Review the GitHub advisory and v9.32 release notes.
If upgrade is delayed, review vendor guidance before relying on compensating controls.
Restrict OIDC to trusted providers and validated identity claims where operationally possible.
Review privileged accounts for unexpected linked OIDC identities.
Validation and detection
Inventory all Wekan instances and record installed versions.
Confirm whether OIDC authentication is enabled on each instance.
Identify instances running versions earlier than 9.32.
Review admin and high-value accounts for unexpected OIDC login associations.
Check authentication logs for unusual first-time OIDC logins to existing accounts.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-287: Credential and account abuse lookup
Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
4Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: yesTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-287 · source CWE mapping
Improper Authentication
Improper Authentication represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.