CVE-2026-33316

Vikunja is an open-source self-hosted task management platform. Prior to version 2.2.0, a flaw in Vikunja’s password reset logic allows disabled users to regain access to their accounts. The `ResetPassword()` function sets the user’s status to `StatusActive` after a successful password reset without verifying whether the account was previously disabled. By requesting a reset token through `/api/v1/user/password/token` and completing the reset via `/api/v1/user/password/reset`, a disabled user can reactivate their account and bypass administrator-imposed account disablement. Version 2.2.0 patches the issue.
Configurations

Configuration 1 (hide)

cpe:2.3:a:vikunja:vikunja:*:*:*:*:*:*:*:*

History

No history.

Information

Published : 2026-03-24 15:16

Updated : 2026-03-24 19:22


NVD link : CVE-2026-33316

Mitre link : CVE-2026-33316

CVE.ORG link : CVE-2026-33316


JSON object : View

Products Affected

vikunja

  • vikunja
CWE
CWE-284

Improper Access Control

CWE-862

Missing Authorization

CWE-863

Incorrect Authorization