Home

Description

Vikunja is an open-source self-hosted task management platform. Prior to version 2.0.0, the application allows users to upload SVG files as task attachments. SVG is an XML-based format that supports JavaScript execution through elements such as <script> tags or event handlers like onload. The application does not sanitize SVG content before storing it. When the uploaded SVG file is accessed via its direct URL, it is rendered inline in the browser under the application's origin. As a result, embedded JavaScript executes in the context of the authenticated user. Because the authentication token is stored in localStorage, it is accessible via JavaScript and can be retrieved by a malicious payload. Version 2.0.0 patches this issue.

PUBLISHED Reserved 2026-02-20 | Published 2026-02-25 | Updated 2026-02-26 | Assigner GitHub_M




HIGH: 7.3CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N

Problem types

CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Product status

< 2.0.0
affected

References

github.com/...ikunja/security/advisories/GHSA-7jp5-298q-jg98

github.com/...files/25414870/Stored.XSS.Proof.of.concept.pdf

vikunja.io/changelog/vikunja-v2.0.0-was-released

cve.org (CVE-2026-27616)

nvd.nist.gov (CVE-2026-27616)

Download JSON