GHSA-jfmm-mjcp-8wq2 · Severity: high · Ecosystem: go — Vikjuna: IDOR in Task Attachment ReadOne Allows Cross-Project File Access and Deletion
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.
Conclusion & alert: CVE-2026-33678 is rated Exploit Available (53.8/100): CVSS High severity, with low exploitation likelihood (EPSS 0.27%). Core evidence: 1 public exploit reference(s) are indexed (Exploit-DB). Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.03% | 0.27% | +0.24% |
| 2 | 2026-03-25 | — | 0.03% | — |
Full EPSS history (2 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 8.1 | 3.1 | HIGH |
|
2.8 | 5.2 | [email protected] |
GHSA-jfmm-mjcp-8wq2 · Severity: high · Ecosystem: go — Vikjuna: IDOR in Task Attachment ReadOne Allows Cross-Project File Access and Deletion
| URL | Tags |
|---|---|
| https://github.com/go-vikunja/vikunja/security/advisories/GHSA-jfmm-mjcp-8wq2 | Exploit Vendor Advisory |
| https://vikunja.io/changelog/vikunja-v2.2.2-was-released | Release Notes |