CVE-2026-55064
Last modified
CVE-2026-55064 is a medium-severity vulnerability rated 4.3/10 on the CVSS scale. Vikunja is an open-source self-hosted task management platform. From 2.3.0 until 2.4.0, a user with Write but not Admin permission on a shared child project can detach it from its parent hierarchy by submitting parent_project_id equal to 0 to POST /api/v1/projects/{project}. EPSS estimates a 0.27% chance of exploitation in the next 30 days.
Description
Vikunja is an open-source self-hosted task management platform. From 2.3.0 until 2.4.0, a user with Write but not Admin permission on a shared child project can detach it from its parent hierarchy by submitting parent_project_id equal to 0 to POST /api/v1/projects/{project}. The Project.CanUpdate authorization check in pkg/models/project_permissions.go and UpdateProject logic in pkg/models/project.go only gate nonzero parent values, while UpdateProject always persists parent_project_id, so the explicit zero value bypasses the Admin requirement introduced for CVE-2026-35595. Detachment severs the recursive permission-inheritance chain and can disrupt the owner’s hierarchy and inherited collaborator access. This issue is fixed in version 2.4.0.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| go-vikunja | vikunja | >= 2.3.0, < 2.4.0 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-55064?
How severe is CVE-2026-55064?
How do I fix CVE-2026-55064?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-55058Out-of-bounds read in Microsoft Office Excel allows an unaut…7.8
- CVE-2026-55059OpenEXR is the reference implementation and specification fo…6.1
- CVE-2026-5506The Wavr plugin for WordPress is vulnerable to Stored Cross-…6.4
- CVE-2026-55060GoCD is a continuous deliver server. From 13.1.0 until 26.1.…3.7
- CVE-2026-55061uniget is a universal installer and updater for (container) …1
- CVE-2026-55062uniget is a universal installer and updater for (container) …8.4
- CVE-2026-55065Vikunja is an open-source self-hosted task management platfo…8.1
- CVE-2026-55066Vikunja is an open-source self-hosted task management platfo…7.1
- CVE-2026-55067Vikunja is an open-source self-hosted task management platfo…5
- CVE-2026-55068free5GC is an open-source implementation of the 5G core netw…9.3
- CVE-2026-55069Kestra is an open-source, event-driven orchestration platfor…8.7
- CVE-2026-5507When restoring a session from cache, a pointer from the seri…4
Are you affected by CVE-2026-55064?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
