Wekan Cloning Vulnerability in `cloneBoard` Method Allows Unauthorized Access to Private Boards

Vulnerability

A vulnerability in the Wekan `cloneBoard` Meteor method, present in versions prior to 9.35, allows any authenticated user to clone private boards into their own account without authorization. The method uses a caller-supplied board ID to export the entire board, including cards, comments, attachments, member information, and activities, without checking if the user is allowed to access the board. This issue has been addressed in version 9.35.

Impact

Exploitation of this vulnerability leads to unauthorized access to the contents of private boards, including sensitive information such as comments, attachments, and member details.

Reproduction

To reproduce this vulnerability, an authenticated user can call the `cloneBoard` method over DDP, using the ID of a private board they are not a member of. This can be done through the browser console by running `Meteor.call('cloneBoard', '<privateBoardId>')`.

Remediation

Users can update to Wekan version 9.35 or later, where this vulnerability has been fixed.

Added: Jul 15, 2026, 10:29 PM
Updated: Jul 15, 2026, 10:29 PM

Vulnerability Rating

Custom Algorithm
spread
3.1
impact
2.5
exploitability
5.7
remediation
7.7
relevance
9.6
threat
4.8
urgency
2.9
incentive
0.0

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.