Improper Restriction of Excessive Authentication Attempts in Wekan - #VU144209
Published: August 18, 2026
Vulnerability details
The vulnerability allows a remote attacker to take over user accounts.
The vulnerability exists due to improper restriction of excessive authentication attempts in the wekan-accounts-lockout login protection hooks when handling password-based login failures through the DDP login method. A remote attacker can send repeated password-guessing requests to take over user accounts.
The issue depends on Meteor replacing granular login failure reasons with the generic \"Login forbidden\" response, which prevents the failure counter from incrementing and leaves the built-in lockout inactive.