CyberRota Analysis
AI-GeneratedWekan versions prior to 9.35 are vulnerable due to a flaw in the cloneBoard Meteor method, which allows any authenticated user with knowledge of a private board ID to clone that board, thereby gaining access to its cards, comments, attachments, member information, and activities without proper authorization checks. This vulnerability poses a risk of unauthorized data exposure and should be prioritized by organizations using Wekan for project management, particularly those handling sensitive information. Immediate upgrading to version 9.35 or later is recommended 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.
Original NVD Description
Wekan is open source kanban built with Meteor. Prior to 9.35, the Wekan cloneBoard Meteor method in models/import.js uses caller-supplied sourceBoardId to build a board export through models/exporter.js without invoking canExport() or checking source-board membership. Any authenticated user who knows a private board ID can clone the board into their own account and read its cards, comments, attachments, member information, and activities. This issue is fixed in version 9.35.