Inefficient regular expression complexity in Wekan - #VU145035
Published: August 25, 2026
Vulnerability details
The vulnerability allows a remote user to cause a denial of service.
The vulnerability exists due to inefficient regular expression complexity in the user-search publication and searchUsers Meteor method when processing user-supplied search queries. A remote user can send a crafted search query containing catastrophic-backtracking regular expressions to cause a denial of service.
Only deployments using an external MongoDB backend are practically affected; deployments using the bundled FerretDB v1 SQLite backend are not practically exploitable. The searchUsers method additionally requires active board membership or site-admin status, while the user-search publication requires only a logged-in session.