Lucene search
+L

398 matches found

NVD
NVD
added 2026/04/10 4:16 p.m.5 views

CVE-2026-34727

Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, the OIDC callback handler issues a full JWT token without checking whether the matched user has TOTP two-factor authentication enabled. When a local user with TOTP enrolled is matched via the OIDC email fallback...

9.1CVSS0.00281EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2026/04/10 4:12 p.m.2 views

CVE-2026-40103 Vikunja's Scoped API tokens with projects.background permission can delete project backgrounds

Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, Vikunja's scoped API token enforcement for custom project background routes is method-confused. A token with only projects.background can successfully delete a project background, while a token with only...

4.3CVSS5.8AI score0.00222EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2026/04/10 4:12 p.m.28 views

CVE-2026-40103 Vikunja's Scoped API tokens with projects.background permission can delete project backgrounds

Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, Vikunja's scoped API token enforcement for custom project background routes is method-confused. A token with only projects.background can successfully delete a project background, while a token with only...

4.3CVSS0.00222EPSS
SaveExploits1References4
OSV
OSV
added 2026/04/10 4:12 p.m.7 views

CVE-2026-40103 Vikunja's Scoped API tokens with projects.background permission can delete project backgrounds

Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, Vikunja's scoped API token enforcement for custom project background routes is method-confused. A token with only projects.background can successfully delete a project background, while a token with only...

4.3CVSS5.9AI score0.00222EPSS
SaveExploits1References6
ATTACKERKB
ATTACKERKB
added 2026/04/10 4:12 p.m.3 views

CVE-2026-40103

Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, Vikunja's scoped API token enforcement for custom project background routes is method-confused. A token with only projects.background can successfully delete a project background, while a token with only...

4.3CVSS5.8AI score0.00222EPSS
SaveExploits1References5Affected Software1
CVE
CVE
added 2026/04/10 4:12 p.m.18 views

CVE-2026-40103

Summary: Vikunja (open-source self-hosted task manager) had a scoped API token bypass: a token with only the projects.background permission could delete a project background due to a method-confusion in token enforcement. The root cause was in the route permission matching (CanDoAPIRoute) that re...

5.4CVSS5.8AI score0.00222EPSS
SaveExploits1References4Affected Software1
Cvelist
Cvelist
added 2026/04/10 4:10 p.m.30 views

CVE-2026-35602 Vikunja has a File Size Limit Bypass via Vikunja Import

Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, the Vikunja file import endpoint uses the attacker-controlled Size field from the JSON metadata inside the import zip instead of the actual decompressed file content length for the file size enforcement check. By...

5.4CVSS0.00338EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2026/04/10 4:10 p.m.2 views

CVE-2026-35602 Vikunja has a File Size Limit Bypass via Vikunja Import

Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, the Vikunja file import endpoint uses the attacker-controlled Size field from the JSON metadata inside the import zip instead of the actual decompressed file content length for the file size enforcement check. By...

5.4CVSS5.7AI score0.00338EPSS
SaveExploits1References3
OSV
OSV
added 2026/04/10 4:10 p.m.6 views

CVE-2026-35602 Vikunja has a File Size Limit Bypass via Vikunja Import

Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, the Vikunja file import endpoint uses the attacker-controlled Size field from the JSON metadata inside the import zip instead of the actual decompressed file content length for the file size enforcement check. By...

5.4CVSS5.9AI score0.00338EPSS
SaveExploits1References5
CVE
CVE
added 2026/04/10 4:10 p.m.32 views

CVE-2026-35602

Summary: CVE-2026-35602 affects Vikunja prior to v2.3.0, where the file import endpoint uses the attacker-controlled Size from the JSON metadata instead of the decompressed file length to enforce max file size, allowing an attacker to bypass the limit by setting Size to 0. This leads to potential...

7.1CVSS5.7AI score0.00338EPSS
SaveExploits1References3Affected Software1
CVE
CVE
added 2026/04/10 4:8 p.m.19 views

CVE-2026-35601

CVE-2026-35601 affects Vikunja prior to 2.3.0 where the CalDAV output generator concatenates iCalendar VTODO fields without RFC 5545 escaping. User-controlled task titles containing CRLF can break the SUMMARY boundary, enabling injection of arbitrary iCalendar properties such as ATTACH, VALARM, o...

4.1CVSS5.9AI score0.00196EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2026/04/10 4:8 p.m.5 views

CVE-2026-35601 Vikunja has an iCalendar Property Injection via CRLF in CalDAV Task Output

Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, the CalDAV output generator builds iCalendar VTODO entries via raw string concatenation without applying RFC 5545 TEXT value escaping. User-controlled task titles containing CRLF characters break the iCalendar propert...

4.1CVSS6AI score0.00196EPSS
SaveExploits1References5
Cvelist
Cvelist
added 2026/04/10 4:7 p.m.29 views

CVE-2026-35600 Vikunja has HTML Injection via Task Titles in Overdue Email Notifications

Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, task titles are embedded directly into Markdown link syntax in overdue email notifications without escaping Markdown special characters. When rendered by goldmark and sanitized by bluemonday which allows and tags,...

5.4CVSS0.00195EPSS
SaveExploits1References4
OSV
OSV
added 2026/04/10 4:7 p.m.5 views

CVE-2026-35600 Vikunja has HTML Injection via Task Titles in Overdue Email Notifications

Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, task titles are embedded directly into Markdown link syntax in overdue email notifications without escaping Markdown special characters. When rendered by goldmark and sanitized by bluemonday which allows and tags,...

5.4CVSS5.9AI score0.00195EPSS
SaveExploits1References6
CVE
CVE
added 2026/04/10 4:7 p.m.17 views

CVE-2026-35600

Vikunja prior to 2.3.0 is vulnerable to HTML Injection in overdue email notifications caused by embedding task titles directly in Markdown link syntax without escaping special characters. The task title is placed inside a Markdown link, which can break the link structure if it contains brackets, ...

5.4CVSS5.8AI score0.00195EPSS
SaveExploits1References4Affected Software1
Vulnrichment
Vulnrichment
added 2026/04/10 4:7 p.m.4 views

CVE-2026-35600 Vikunja has HTML Injection via Task Titles in Overdue Email Notifications

Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, task titles are embedded directly into Markdown link syntax in overdue email notifications without escaping Markdown special characters. When rendered by goldmark and sanitized by bluemonday which allows and tags,...

5.4CVSS5.8AI score0.00195EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2026/04/10 4:5 p.m.30 views

CVE-2026-35599 Vikunja has an Algorithmic Complexity DoS in Repeating Task Handler

Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, the addRepeatIntervalToTime function uses an On 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 ...

6.5CVSS0.00347EPSS
SaveExploits1References4
OSV
OSV
added 2026/04/10 4:5 p.m.4 views

CVE-2026-35599 Vikunja has an Algorithmic Complexity DoS in Repeating Task Handler

Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, the addRepeatIntervalToTime function uses an On 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 ...

6.5CVSS6AI score0.00347EPSS
SaveExploits1References6
Vulnrichment
Vulnrichment
added 2026/04/10 4:5 p.m.2 views

CVE-2026-35599 Vikunja has an Algorithmic Complexity DoS in Repeating Task Handler

Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, the addRepeatIntervalToTime function uses an On 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 ...

6.5CVSS5.8AI score0.00347EPSS
SaveExploits1References4
CVE
CVE
added 2026/04/10 4:5 p.m.19 views

CVE-2026-35599

Summary: CVE-2026-35599 affects Vikunja prior to version 2.3.0, where addRepeatIntervalToTime uses an O(n) loop to advance a date by RepeatAfter until it passes now. When a repeating task uses a 1-second interval and an old due_date, this can trigger billions of iterations, causing high CPU usage...

6.5CVSS5.8AI score0.00347EPSS
SaveExploits1References4Affected Software1
Rows per page
Query Builder