CVE-2026-55065

Source
https://cve.org/CVERecord?id=CVE-2026-55065
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-55065.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-55065
Aliases
Published
2026-08-28T16:40:27.706Z
Modified
2026-08-30T03:46:52.475289181Z
Severity
  • 8.1 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H CVSS Calculator
Summary
Vikunja: Improper Authorization and Authorization Bypass Through User-Controlled Key in code.vikunja.io/api
Details

Vikunja is an open-source self-hosted task management platform. From 0.24.6 until 2.4.0, DELETE /api/v1/projects/:project/views/:view permits an authenticated user to supply a view identifier from another project while authorizing only against an attacker-controlled project identifier. ProjectView.CanDelete in pkg/models/projectviewpermissions.go does not establish that the view belongs to the path project, and ProjectView.Delete in pkg/models/projectview.go continues after the scoped projectviews delete affects no rows. Its subsequent deletes select taskbuckets and taskpositions only by projectviewid, allowing cross-tenant destruction of Kanban assignments and ordering while leaving the victim view and tasks intact. This issue is fixed in version 2.4.0.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/55xxx/CVE-2026-55065.json",
    "cwe_ids": [
        "CWE-285",
        "CWE-639"
    ],
    "cna_assigner": "GitHub_M"
}
References

Affected packages

Git / github.com/go-vikunja/vikunja

Affected ranges

Type
GIT
Repo
https://github.com/go-vikunja/vikunja
Events
Database specific
Show details
{
    "source": [
        "AFFECTED_FIELD",
        "REFERENCES"
    ],
    "extracted_events": [
        {
            "introduced": "0.24.6"
        },
        {
            "fixed": "2.4.0"
        }
    ]
}

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-55065.json"