Wekan is open source kanban built with Meteor. Prior to 9.32, the Wekan copyBoard Meteor DDP method in server/publications/boards.js copies a board by caller-supplied board ID without checking this.userId, membership, or admin access. Any authenticated user can copy a private board they are not a member of, including its cards, checklists, custom fields, labels, and rules, while the REST POST /api/boards/:boardId/copy path correctly checks board admin access. This issue is fixed in version 9.32.
CVSS
No CVSS.
References
Configurations
No configuration.
History
No history.
Information
Published : 2026-07-15 22:17
Updated : 2026-07-16 14:16
NVD link : CVE-2026-53445
Mitre link : CVE-2026-53445
CVE.ORG link : CVE-2026-53445
JSON object : View
Products Affected
No product.
CWE
CWE-862
Missing Authorization
