Resource exhaustion in Wekan - #VU145032
Published: August 25, 2026
Vulnerability details
The vulnerability allows a remote user to cause a denial of service.
The vulnerability exists due to uncontrolled resource consumption in the user-search DDP publication when processing a user-supplied regular expression. A remote user can submit repeated subscriptions with a crafted regex pattern to cause a denial of service.
The search term is passed directly to RegExp construction without sanitization, enabling catastrophic backtracking during database regex evaluation.