CVE-2026-35599

Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, the addRepeatIntervalToTime function uses an O(n) loop that advances a date by the task's RepeatAfter duration until it exceeds the current time. By creating a repeating task with a 1-second interval and a due date far in the past, an attacker triggers billions of loop iterations, consuming CPU and holding a database connection for minutes per request. This vulnerability is fixed in 2.3.0.
Configurations

Configuration 1 (hide)

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

History

No history.

Information

Published : 2026-04-10 17:17

Updated : 2026-06-17 10:40


NVD link : CVE-2026-35599

Mitre link : CVE-2026-35599

CVE.ORG link : CVE-2026-35599


JSON object : View

Products Affected

vikunja

  • vikunja
CWE
CWE-407

Inefficient Algorithmic Complexity