๐Ÿ” CVE Alert

CVE-2026-54766

UNKNOWN 0.0

Vikunja: Project duplication bypasses write-permission check on the target parent project

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Vikunja is an open-source self-hosted task management platform. From 0.21.0 until 2.4.0, the project duplication operation in pkg/models/project_duplicate.go allows an authenticated user who can read a source project to place its duplicate beneath an arbitrary target parent project. ProjectDuplicate.CanCreate calls parent.CanCreate on an unhydrated Project containing only the body supplied parent_project_id instead of calling parent.CanWrite, so the target parent write-permission check is skipped. The ordinary project creation path enforces that permission, but PUT /api/v1/projects/{project}/duplicate does not, allowing attacker-owned content to be injected into another user or team project hierarchy. This issue is fixed in version 2.4.0.

CWE CWE-285 CWE-863
Vendor go-vikunja
Product vikunja
Published Aug 28, 2026
Last Updated Aug 28, 2026
Stay Ahead of the Next One

Get instant alerts for go-vikunja vikunja

Be the first to know when new unknown vulnerabilities affecting go-vikunja vikunja are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

go-vikunja / vikunja
>= 0.21.0, < 2.4.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/go-vikunja/vikunja/security/advisories/GHSA-f27p-pw2p-9pr4 github.com: https://github.com/go-vikunja/vikunja/pull/3239 github.com: https://github.com/go-vikunja/vikunja/commit/d911caaa11c748c3abc6b98b3189afea2677bcb0 github.com: https://github.com/go-vikunja/vikunja/releases/tag/v2.4.0