CVE-2026-25935: CWE-80: Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) in go-vikunja vikunja
Vikunja is a todo-app to organize your life. Prior to 1.1.0, TaskGlanceTooltip.vue temporarily creates a div and sets the innerHtml to the description. Since there is no escaping on either the server or client side, a malicious user can share a project, create a malicious task, and cause an XSS on hover. This vulnerability is fixed in 1.1.0.
AI Analysis
Technical Summary
CVE-2026-25935 is a cross-site scripting (XSS) vulnerability classified under CWE-80 affecting the go-vikunja vikunja todo application prior to version 1.1.0. The root cause lies in the TaskGlanceTooltip.vue component, which dynamically creates a div element and assigns the task description to its innerHtml property without any escaping or sanitization on either the client or server side. This improper neutralization of script-related HTML tags allows an attacker to inject arbitrary JavaScript code into task descriptions. When a user hovers over the malicious task's tooltip, the injected script executes in the victim’s browser context. Exploitation requires no authentication but does require user interaction (hovering over the task). The vulnerability can lead to theft of session cookies, unauthorized actions on behalf of the user, or other malicious behaviors typical of XSS attacks. The vulnerability has a CVSS 4.0 base score of 8.6 (high severity), reflecting its network attack vector, low attack complexity, no privileges required, but requiring user interaction and causing high confidentiality and integrity impact. The issue was publicly disclosed and fixed in version 1.1.0 of vikunja. No known exploits are reported in the wild as of now.
Potential Impact
This vulnerability poses a significant risk to organizations using vulnerable versions of vikunja, especially those relying on it for task and project management. Successful exploitation can lead to client-side script execution, enabling attackers to steal sensitive information such as authentication tokens or cookies, perform actions on behalf of the user, or deliver further malware payloads. This compromises confidentiality and integrity of user data and can facilitate lateral movement within an organization’s network if attackers gain persistent access. Since vikunja is often used in collaborative environments, the risk extends to multiple users within an organization. The requirement for user interaction (hover) slightly limits automated exploitation but does not eliminate risk, especially in environments where users frequently interact with shared tasks. The vulnerability could also be leveraged in targeted phishing or social engineering campaigns. Although no known exploits are currently reported, the high CVSS score and ease of exploitation make timely remediation critical to prevent potential attacks.
Mitigation Recommendations
The primary mitigation is to upgrade all instances of vikunja to version 1.1.0 or later, where the vulnerability is fixed. Organizations should audit their deployments to identify any running vulnerable versions. In addition, implement strict input validation and output encoding on both client and server sides to prevent injection of malicious scripts in user-generated content. Employ Content Security Policy (CSP) headers to restrict the execution of unauthorized scripts and reduce the impact of potential XSS. Educate users about the risks of interacting with untrusted content, especially in shared project environments. Regularly monitor logs and user activity for suspicious behavior that could indicate exploitation attempts. Consider isolating or sandboxing the application to limit the scope of any successful attack. Finally, maintain an up-to-date inventory of software components and apply security patches promptly.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, Netherlands, France, Sweden, Japan, South Korea
CVE-2026-25935: CWE-80: Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) in go-vikunja vikunja
Description
Vikunja is a todo-app to organize your life. Prior to 1.1.0, TaskGlanceTooltip.vue temporarily creates a div and sets the innerHtml to the description. Since there is no escaping on either the server or client side, a malicious user can share a project, create a malicious task, and cause an XSS on hover. This vulnerability is fixed in 1.1.0.
AI-Powered Analysis
Technical Analysis
CVE-2026-25935 is a cross-site scripting (XSS) vulnerability classified under CWE-80 affecting the go-vikunja vikunja todo application prior to version 1.1.0. The root cause lies in the TaskGlanceTooltip.vue component, which dynamically creates a div element and assigns the task description to its innerHtml property without any escaping or sanitization on either the client or server side. This improper neutralization of script-related HTML tags allows an attacker to inject arbitrary JavaScript code into task descriptions. When a user hovers over the malicious task's tooltip, the injected script executes in the victim’s browser context. Exploitation requires no authentication but does require user interaction (hovering over the task). The vulnerability can lead to theft of session cookies, unauthorized actions on behalf of the user, or other malicious behaviors typical of XSS attacks. The vulnerability has a CVSS 4.0 base score of 8.6 (high severity), reflecting its network attack vector, low attack complexity, no privileges required, but requiring user interaction and causing high confidentiality and integrity impact. The issue was publicly disclosed and fixed in version 1.1.0 of vikunja. No known exploits are reported in the wild as of now.
Potential Impact
This vulnerability poses a significant risk to organizations using vulnerable versions of vikunja, especially those relying on it for task and project management. Successful exploitation can lead to client-side script execution, enabling attackers to steal sensitive information such as authentication tokens or cookies, perform actions on behalf of the user, or deliver further malware payloads. This compromises confidentiality and integrity of user data and can facilitate lateral movement within an organization’s network if attackers gain persistent access. Since vikunja is often used in collaborative environments, the risk extends to multiple users within an organization. The requirement for user interaction (hover) slightly limits automated exploitation but does not eliminate risk, especially in environments where users frequently interact with shared tasks. The vulnerability could also be leveraged in targeted phishing or social engineering campaigns. Although no known exploits are currently reported, the high CVSS score and ease of exploitation make timely remediation critical to prevent potential attacks.
Mitigation Recommendations
The primary mitigation is to upgrade all instances of vikunja to version 1.1.0 or later, where the vulnerability is fixed. Organizations should audit their deployments to identify any running vulnerable versions. In addition, implement strict input validation and output encoding on both client and server sides to prevent injection of malicious scripts in user-generated content. Employ Content Security Policy (CSP) headers to restrict the execution of unauthorized scripts and reduce the impact of potential XSS. Educate users about the risks of interacting with untrusted content, especially in shared project environments. Regularly monitor logs and user activity for suspicious behavior that could indicate exploitation attempts. Consider isolating or sandboxing the application to limit the scope of any successful attack. Finally, maintain an up-to-date inventory of software components and apply security patches promptly.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-02-09T16:22:17.786Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 698cee1b4b57a58fa1cb0642
Added to database: 2/11/2026, 9:01:15 PM
Last enriched: 2/19/2026, 1:57:08 PM
Last updated: 2/21/2026, 12:19:37 AM
Views: 51
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2026-27203: CWE-15: External Control of System or Configuration Setting in YosefHayim ebay-mcp
HighCVE-2026-27168: CWE-122: Heap-based Buffer Overflow in HappySeaFox sail
HighCVE-2026-27134: CWE-287: Improper Authentication in strimzi strimzi-kafka-operator
HighCVE-2026-27190: CWE-78: Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') in denoland deno
HighCVE-2026-27026: CWE-770: Allocation of Resources Without Limits or Throttling in py-pdf pypdf
MediumActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.