CVE-2026-33678
HIGH EPSS 17.8%
Published Mar 24, 20263mo ago · Modified Jun 17, 20261w ago
8.1 CVSS 3.1
Published Mar 24, 2026 3mo ago
Last Modified Jun 17, 2026 1w ago
Description
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.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N Attack Vector Network
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality High
Integrity High
Availability None
Threat Intelligence
EPSS Exploit Probability
17.8% percentile
Exploit & Patch Status
Public Exploit Known
No Patch Available
Weaknesses 1
CWE-639
Affected Products 1
| Vendor | Product | Version | Range |
|---|---|---|---|
| vikunja | vikunja | * | <2.2.1 |
References 2
- github.com https://github.com/go-vikunja/vikunja/security/advisories/GHSA-jfmm-mjcp-8wq2
- vikunja.io https://vikunja.io/changelog/vikunja-v2.2.2-was-released
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.