Lucene search
+L

494 matches found

RedhatCVE
RedhatCVE
added 2026/04/15 7:24 p.m.15 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...

5.4CVSS5.8AI score0.00222EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/04/14 7:23 p.m.10 views

CVE-2026-35602

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...

7.1CVSS5.7AI score0.00338EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/04/14 7:23 p.m.12 views

CVE-2026-35600

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
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/04/14 7:23 p.m.13 views

CVE-2026-35596

Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, the hasAccessToLabel function contains a SQL operator precedence bug that allows any authenticated user to read any label that has at least one task association, regardless of project access. Label titles, description...

4.3CVSS5.9AI score0.00272EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/04/14 7:22 p.m.12 views

CVE-2026-35598

Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, the CalDAV GetResource and GetResourcesByList methods fetch tasks by UID from the database without verifying that the authenticated user has access to the task's project. Any authenticated CalDAV user who knows or...

4.3CVSS5.9AI score0.00216EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/04/13 7:23 p.m.13 views

CVE-2026-35601

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.1CVSS5.9AI score0.00196EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/04/13 7:23 p.m.10 views

CVE-2026-35597

Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, the TOTP failed-attempt lockout mechanism is non-functional due to a database transaction handling bug. When a TOTP validation fails, the login handler in pkg/routes/api/v1/login.go calls HandleFailedTOTPAuth and then...

7.5CVSS5.8AI score0.00296EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/04/13 7:23 p.m.13 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.1CVSS5.8AI score0.00281EPSS
SaveExploits1References1
NVD
NVD
added 2026/04/10 5:17 p.m.17 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...

5.4CVSS0.00222EPSS
SaveExploits1References4
NVD
NVD
added 2026/04/10 5:17 p.m.17 views

CVE-2026-35596

Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, the hasAccessToLabel function contains a SQL operator precedence bug that allows any authenticated user to read any label that has at least one task association, regardless of project access. Label titles, description...

4.3CVSS0.00272EPSS
SaveExploits1References4
NVD
NVD
added 2026/04/10 5:17 p.m.12 views

CVE-2026-35597

Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, the TOTP failed-attempt lockout mechanism is non-functional due to a database transaction handling bug. When a TOTP validation fails, the login handler in pkg/routes/api/v1/login.go calls HandleFailedTOTPAuth and then...

7.5CVSS0.00296EPSS
SaveExploits1References4
NVD
NVD
added 2026/04/10 5:17 p.m.48 views

CVE-2026-35602

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...

7.1CVSS0.00338EPSS
SaveExploits1References3
NVD
NVD
added 2026/04/10 5:17 p.m.13 views

CVE-2026-35600

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
NVD
NVD
added 2026/04/10 5:17 p.m.13 views

CVE-2026-35599

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
NVD
NVD
added 2026/04/10 5:17 p.m.11 views

CVE-2026-35595

Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, the CanUpdate check at pkg/models/projectpermissions.go:139-148 only requires CanWrite on the new parent project when changing parentprojectid. However, Vikunja's permission model uses a recursive CTE that walks up th...

8.3CVSS0.0029EPSS
SaveExploits1References4
NVD
NVD
added 2026/04/10 4:16 p.m.13 views

CVE-2026-35594

Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, Vikunja's link share authentication GetLinkShareFromClaims in pkg/models/linksharing.go constructs authorization objects entirely from JWT claims without any server-side database validation. When a project owner delet...

6.5CVSS0.00268EPSS
SaveExploits1References4
NVD
NVD
added 2026/04/10 4:16 p.m.8 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.5 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.37 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.16 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 score
SaveExploits0References6
Rows per page
Query Builder