TOTP Verification Bypass in MISP's UsersController by MISP
CVE-2026-95754
6.9MEDIUM
What is CVE-2026-95754?
The vulnerability in MISP's UsersController's login() method arises from a pre-authentication database query that neglects to include the User.disabled column. Consequently, a disabled user enrolled with TOTP can inadvertently progress to the TOTP verification step, rather than being immediately rejected. Although the potential security impact is minimal due to a subsequent validation check that rejects the disabled account, it does allow for an unnecessary TOTP prompt and generates a PHP warning regarding an undefined array key in the application logs.
Affected Version(s)
MISP 0 < 2.5.47
