
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-35600 is a Markdown/HTML injection vulnerability in Vikunja, an open-source self-hosted task management platform, that allows authenticated attackers to inject phishing links and tracking pixels into legitimate overdue email notifications. Affecting all versions up to and including 2.2.2, the flaw was disclosed on April 9–10, 2026, and fixed in version 2.3.0. It carries a CVSS v3.1 base score of 5.4 (Medium) (GitHub Advisory, Feedly).
The root cause (CWE-79) is improper neutralization of user-controlled input before it is embedded in Markdown-rendered email content. Specifically, pkg/models/notifications.go constructs overdue notification lines by directly concatenating task titles into Markdown link syntax — e.g., `* [` + task.Title + `](` + url + `)` — without escaping Markdown special characters. A title containing ] and [ breaks the link structure, allowing an attacker to inject arbitrary Markdown constructs. The assembled Markdown is then rendered to HTML by goldmark and sanitized by bluemonday's UGCPolicy, which intentionally permits <a> and <img> tags with http/https URLs, so injected phishing links and tracking pixels survive sanitization and reach email recipients. The same unsanitized pattern affects multiple notification types at notifications.go lines 72, 176, 227, and 318. A proof-of-concept Python script demonstrating the attack is publicly available (GitHub Advisory).
Any authenticated user with write access to a shared project can craft malicious task titles that inject phishing links or tracking images into overdue email notifications sent to other project members. Because the injected content appears within legitimate Vikunja notification emails originating from the configured SMTP server, recipients are more likely to trust and click the links, enabling credential harvesting or further phishing attacks. Additionally, tracking pixels load silently when the email is opened, allowing the attacker to confirm active email addresses and monitor recipient behavior. Availability is not impacted, but both confidentiality (user tracking, potential credential theft) and integrity (spoofed link destinations) are affected (GitHub Advisory).
A proof-of-concept Python exploit is publicly available in the GitHub Security Advisory, demonstrating the full attack chain against Vikunja v2.2.2 with SMTP enabled. The exploit requires only low privileges (an authenticated user account) and user interaction (the victim opening the notification email). There is no evidence of in-the-wild exploitation at this time, and the vulnerability is not listed in the CISA KEV catalog. The EPSS score is approximately 0.03%, reflecting low current exploitation probability (GitHub Advisory, Feedly).
test](https://evil.com) [Click to verify your account, and set a past due date (e.g., 2026-03-26T00:00:00Z) to ensure it appears in overdue notifications. and a past due date to inject a tracking image.overdue_tasks_reminders_enabled set to true via POST /api/v1/user/settings/general.evil.com and an <img> tag loading the tracking pixel — both appearing within a legitimate Vikunja notification from the trusted SMTP server.evil.com) triggered by opening Vikunja notification emails; tracking pixel requests to attacker-controlled image URLs embedded in email content.PUT /api/v1/projects/{id}/tasks requests where the title field contains Markdown special characters such as ](, .Upgrade Vikunja to version 2.3.0 or later, which introduces a notifications.EscapeMarkdown function that prefixes all CommonMark-special characters (including < to neutralize autolinks) with a backslash before embedding user-controlled strings into Markdown-rendered email content (Vikunja v2.3.0 Release, Fix PR). As a short-term workaround where upgrading is not immediately possible, restrict task creation and editing permissions to trusted users only, and educate users to verify links in task-related emails before clicking. Implementing email security controls (e.g., link rewriting or sandboxing) at the mail gateway can also reduce phishing risk from injected links.
The vulnerability was discovered and reported by aisafe.io and credited to researcher adrgs in the GitHub Security Advisory. The Vikunja maintainer (kolaente) merged the fix on the same day it was reported (April 9, 2026), and the patched release v2.3.0 was published the same day, noting 11 security fixes in total and recommending users update promptly (GitHub Advisory, Vikunja v2.3.0 Release). The NixOS community also tracked the issue, opening packaging update issues shortly after disclosure.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."