Authorization bypass through user-controlled key in Wekan - #VU144210
Published: August 18, 2026
Vulnerability details
The vulnerability allows a remote user to delete other users\' comments.
The vulnerability exists due to incorrect authorization in the REST DELETE /api/boards/:boardId/cards/:cardId/comments/:commentId endpoint when handling comment deletion requests. A remote user can send a crafted DELETE request to delete other users\' comments.
The issue affects board members and can bypass the author-or-admin comment deletion policy, including when restrictCommentEditing is enabled.