CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2026-27819

High
Published: Translated: NVD NIST

Summary

Vikunja to platforma do zarządzania zadaniami, która przed wersją 2.0.0 ma lukę w funkcji restoreConfig, umożliwiającą nieprawidłowe przetwarzanie ścieżek plików w dostarczonym archiwum ZIP. Złośliwie skonstruowane archiwum może nadpisać dowolne pliki na systemie gospodarza oraz spowodować awarię aplikacji po usunięciu bazy danych.

Risk Assessment

Organizacja narażona jest na utratę danych oraz możliwość nadpisania krytycznych plików systemowych, co może prowadzić do poważnych zakłóceń w działaniu aplikacji i systemu. Dodatkowo, złośliwe archiwa mogą prowadzić do nieprzewidzianych awarii aplikacji.

Recommendation

Zaleca się aktualizację Vikunja do wersji 2.0.0 lub nowszej, aby usunąć tę podatność. Należy również wprowadzić dodatkowe mechanizmy walidacji ścieżek plików w archiwach ZIP przed ich przetworzeniem.

Related vulnerabilities

Original NVD description (English source)

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 c

Vulnerability data from NVD (NIST) · CISA KEV · EPSS