SEPTEMBER 9, 2026
Live Feed
Back to database
Case File

CVE-2026-53444

HIGH · CVSS 7.6 EPSS 0.24% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-15 · Last synced 2026-08-14

CyberRota Analysis

AI-Generated

Wekan versions prior to 9.32 contain a vulnerability in OIDC-related Meteor methods that allow authenticated users to create or modify organizations and teams without proper admin authorization checks. This could lead to unauthorized privilege escalation, including the potential to grant global admin rights if the PROPAGATE_OIDC_DATA feature is enabled. Organizations using affected versions of Wekan should prioritize upgrading to version 9.32 to mitigate these risks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-53444
Severity
HIGH
CVSS
7.6
EPSS
0.24%

Original NVD 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.