Home

Description

Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, the CanUpdate check at pkg/models/project_permissions.go:139-148 only requires CanWrite on the new parent project when changing parent_project_id. However, Vikunja's permission model uses a recursive CTE that walks up the project hierarchy to compute permissions. Moving a project under a different parent changes the permission inheritance chain. When a user has inherited Write access (from a parent project share) and reparents the child project under their own project tree, the CTE resolves their ownership of the new parent as Admin (permission level 2) on the moved project. This vulnerability is fixed in 2.3.0.

PUBLISHED Reserved 2026-04-03 | Published 2026-04-10 | Updated 2026-04-10 | Assigner GitHub_M




HIGH: 8.3CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L

Problem types

CWE-269: Improper Privilege Management

Product status

< 2.3.0
affected

References

github.com/...ikunja/security/advisories/GHSA-2vq4-854f-5c72

github.com/go-vikunja/vikunja/pull/2583

github.com/...ommit/c03d682f48aff890eeb3c8b41d38226069722827

github.com/go-vikunja/vikunja/releases/tag/v2.3.0

cve.org (CVE-2026-35595)

nvd.nist.gov (CVE-2026-35595)

Download JSON