Incorrect authorization in Wekan - #VU144213
Published: August 18, 2026
Vulnerability details
The vulnerability allows a remote user to disclose sensitive information.
The vulnerability exists due to incorrect authorization in Meteor.publish(\'board\') in server/publications/boards.js when handling board subscription requests for a known boardId. A remote user can subscribe to a revoked org, team, or domain-shared private board to disclose sensitive information.
The issue occurs after a board share has been revoked by setting isActive to false, and users who retained the boardId can still receive the full private board payload. The same behavior applies to organization, team, and domain share arrays.