Missing Authorization in Wekan - #VU139850
Published: July 28, 2026
Wekan
Detailed vulnerability description
The vulnerability allows a remote user to disclose sensitive information.
The vulnerability exists due to improper access control in the Excel-export route /api/boards/:boardId/exportExcel when handling export requests because the async canExport() authorization check is called without await. A remote user can send a crafted export request for a private board to disclose sensitive information.
The issue affects authenticated non-members and can expose the full contents of private boards, including card titles, descriptions, lists, swimlanes, members, and metadata.