Medium severity6.5NVD Advisory· Published Aug 19, 2026
CVE-2026-68559
CVE-2026-68559
Description
Wekan is open source kanban built with Meteor. From 9.57 until 9.74, the /api/boards/:boardId/exportExcel route in models/exportExcel.js called the asynchronous exporterExcel.canExport(user) authorization guard from models/server/ExporterExcel.js without awaiting it. The returned Promise was always truthy, so exporterExcel.build(res) ran even when board.isVisibleBy(user) would deny access, allowing any authenticated non-member to download private board card titles, descriptions, lists, swimlanes, members, and metadata. This issue is fixed in version 9.74.
Affected products
1Patches
Vulnerability mechanics
References
3News mentions
0No linked articles in our index yet.