Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-33678
March 24, 2026
Vikunja is an open-source self-hosted task management platform. Prior to version 2.2.1, "TaskAttachment.ReadOne()" queries attachments by ID only ("WHERE id = ?"), ignoring the task ID from the URL path. The permission check in "CanRead()" validates access to the task specified in the URL, but "ReadOne()" loads a different attachment that may belong to a task in another project. This allows any authenticated user to download or delete any attachment in the system by providing their own accessible task ID with a target attachment ID. Attachment IDs are sequential integers, making enumeration trivial. Version 2.2.1 patches the issue.
Affected Packages
code.vikunja.io/api (GO):
Affected version(s) >=v0.13.1 <v2.2.1
Fix Suggestion:
Update to version v2.2.1
code.vikunja.io/api (GO):
Affected version(s) >=v0.13.1 <v2.2.1
Fix Suggestion:
Update to version v2.2.1
code.vikunja.io/api (GO):
Affected version(s) >=v0.13.1 <v2.2.1
Fix Suggestion:
Update to version v2.2.1
github.com/go-vikunja/vikunja (GO):
Affected version(s) >=v0.1 <v2.2.1
Fix Suggestion:
Update to version v2.2.1
github.com/go-vikunja/vikunja (GO):
Affected version(s) >=v0.1 <v2.2.1
Fix Suggestion:
Update to version v2.2.1
github.com/go-vikunja/vikunja (GO):
Affected version(s) >=v0.1 <v2.2.1
Fix Suggestion:
Update to version v2.2.1
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.6
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
8.1
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
NONE
Weakness Type (CWE)
Authorization Bypass Through User-Controlled Key
EPSS
Base Score:
0.03