Vulnerability Description
Vikunja is an open-source self-hosted task management platform. From 0.24.6 until 2.4.0, DELETE /api/v1/projects/:project/views/:view permits an authenticated user to supply a view identifier from another project while authorizing only against an attacker-controlled project identifier. ProjectView.CanDelete in pkg/models/project_view_permissions.go does not establish that the view belongs to the path project, and ProjectView.Delete in pkg/models/project_view.go continues after the scoped project_views delete affects no rows. Its subsequent deletes select task_buckets and task_positions only by project_view_id, allowing cross-tenant destruction of Kanban assignments and ordering while leaving the victim view and tasks intact. This issue is fixed in version 2.4.0.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/go-vikunja/vikunja/commit/6895a7765ef1667be4b79df29549d33b9e1
- https://github.com/go-vikunja/vikunja/pull/3239
- https://github.com/go-vikunja/vikunja/releases/tag/v2.4.0
- https://github.com/go-vikunja/vikunja/security/advisories/GHSA-gg93-x632-9ccv
- https://github.com/go-vikunja/vikunja/security/advisories/GHSA-gg93-x632-9ccv
FAQ
What is CVE-2026-55065?
CVE-2026-55065 is a vulnerability with a CVSS score of 8.1 (HIGH). Vikunja is an open-source self-hosted task management platform. From 0.24.6 until 2.4.0, DELETE /api/v1/projects/:project/views/:view permits an authenticated user to supply a view identifier from ano...
How severe is CVE-2026-55065?
CVE-2026-55065 has been rated HIGH with a CVSS base score of 8.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-55065?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.