Nixpkgs Security Tracker

Login with GitHub

Details of issue NIXPKGS-2026-0388

NIXPKGS-2026-0388
published on 27 Feb 2026
updated 1 week, 3 days ago by @LeSuisse Activity log
  • Created automatic suggestion
  • @LeSuisse removed package vikunja-desktop
  • @LeSuisse accepted
  • @LeSuisse published on GitHub
Vikunja Vulnerable to Stored Cross-Site Scripting (XSS) via Unsanitized SVG Attachment Upload Leading to Token Exposure

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.

Affected products

vikunja
  • ==< 2.0.0

Matching in nixpkgs

Ignored packages (1)

Package maintainers

Upstream advisory: https://github.com/go-vikunja/vikunja/security/advisories/GHSA-7jp5-298q-jg98