Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. code.vikunja.io/api
  4. ›
  5. CVE-2026-55067

CVE-2026-55067: Vikunja vulnerable to authenticated cross-tenant kanban-bucket relocation via `project_view_id` mass-assignment

August 28, 2026

POST /api/v1/projects/{project}/views/{view}/buckets/{bucket} mass-assigns the request body’s project_view_id onto the bucket row. The permission check only verifies that the URL-supplied bucket already belongs to the URL-supplied (project, view) pair; the body’s project_view_id is never validated. Any signed-in user can therefore take one of their own buckets and graft it into any other tenant’s kanban view, with attacker-controlled title and the attacker’s account as created_by.

This vulnerability was found using an LLM, and manually verified against latest (2.3.0).

References

  • github.com/advisories/GHSA-569v-q83c-3j3g
  • github.com/go-vikunja/vikunja/commit/b31d606b8879ebe98fbb2ac5d8b3066b86f59868
  • github.com/go-vikunja/vikunja/pull/3239
  • github.com/go-vikunja/vikunja/releases/tag/v2.4.0
  • github.com/go-vikunja/vikunja/security/advisories/GHSA-569v-q83c-3j3g
  • nvd.nist.gov/vuln/detail/CVE-2026-55067

Code Behaviors & Features

Detect and mitigate CVE-2026-55067 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 2.4.0

Fixed versions

  • 2.4.0

Solution

Upgrade to version 2.4.0 or above.

Impact 5 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:N

Learn more about CVSS

Weakness

  • CWE-639: Authorization Bypass Through User-Controlled Key

Source file

go/code.vikunja.io/api/CVE-2026-55067.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Fri, 11 Sep 2026 00:17:28 +0000.