Vulnerability Description
Vikunja through 2.4.0 contains a principal-type confusion vulnerability where LinkSharing principals with id N are treated as user principals with users.id == N at three permission checks lacking type guards. Attackers with a link-share JWT can remove victims from teams, enumerate and delete victim bot users, or read team rosters by exploiting id collisions in the autoincrement space.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/go-vikunja/vikunja/security/advisories/GHSA-32r8-5843-4qw2
- https://www.vulncheck.com/advisories/vikunja-through-principal-type-confusion-vi
FAQ
What is CVE-2026-76216?
CVE-2026-76216 is a vulnerability with a CVSS score of 7.5 (HIGH). Vikunja through 2.4.0 contains a principal-type confusion vulnerability where LinkSharing principals with id N are treated as user principals with users.id == N at three permission checks lacking type...
How severe is CVE-2026-76216?
CVE-2026-76216 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-76216?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.