SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-59154

MEDIUM · CVSS 4.3 EPSS 0.21% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-10 · Last synced 2026-08-09

CyberRota Analysis

AI-Generated

Wekan versions prior to 9.64 are vulnerable to a cross-board authorization bypass, allowing low-privileged authenticated users to manipulate checklist data by moving it to private boards without proper authorization checks. This could lead to unauthorized access to sensitive information on private cards. Organizations using Wekan should prioritize upgrading to version 9.64 to mitigate this risk.

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-59154
Severity
MEDIUM
CVSS
4.3
EPSS
0.21%

Original NVD Description

Wekan is open source kanban built with Meteor. Prior to 9.64, Wekan has a cross-board authorization bypass in the direct Meteor collection allow rules for Checklists and ChecklistItems because updates are authorized only against the current source doc.cardId and do not inspect the destination cardId or boardId in the update modifier, allowing a low-privileged authenticated user with write access to one board and knowledge of a target private card id to create checklist data on an accessible card and move it into a private board where they are not a member. This issue is fixed in version 9.64.