CVE-2026-27819
Vikunja is an open-source self-hosted task management platform. Prior to version 2.0.0, the restoreConfig function in vikunja/pkg/modules/dump/restore.go of the go-vikunja/vikunja repository fails to sanitize file paths within the provided ZIP archive. A maliciously crafted ZIP can bypass the intended extraction directory to overwrite arbitrary files on the host system. Additionally, we’ve discovered that a malformed archive triggers a runtime panic, crashing the process immediately after the database has been wiped permanently. The application trusts the metadata in the ZIP archive. It uses the Name attribute of the zip.File struct directly in os.OpenFile calls without validation, allowing files to be written outside the intended directory. The restoration logic assumes a specific directory structure within the ZIP. When provided with a "minimalist" malicious ZIP, the application fails to validate the length of slices derived from the archive contents. Specifically, at line 154, the code attempts to access an index of len(ms)-2 on an insufficiently populated slice, triggering a panic. Version 2.0.0 fixes the issue.
EPSS 0.04% · 13.3th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| vikunja | vikunja | 0, 0, 0 |
| code.vikunja.io | api | 0, 0, 0 |
| go-vikunja | vikunja | *, < 2.0.0, < 2.0.0 |
Timeline
- Feb 24, 2026 CVE ID Reserved
- Feb 25, 2026 CVE Published
- Feb 26, 2026 EPSS Score
- Feb 26, 2026 PoC Published
- Feb 26, 2026 CVE Updated
- Feb 27, 2026 EPSS Score
- Mar 1, 2026 EPSS Score
- Mar 2, 2026 EPSS Score
- Mar 4, 2026 EPSS Score
- Mar 5, 2026 EPSS Score
- Mar 5, 2026 PoC Published
- Mar 7, 2026 EPSS Score
References
- https://github.com/go-vikunja/vikunja/security/advisories/GHSA-42wg-38gx-85rh url
- https://vikunja.io/changelog/vikunja-v2.0.0-was-released url
- https://nvd.nist.gov/vuln/detail/CVE-2026-27819 advisory
- https://github.com/go-vikunja/vikunja/commit/1b3d8dc59cb5f2b759ab0ad2bc9915b993e3cb73 url
- https://github.com/go-vikunja/vikunja package