Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2026-28268 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Vikunja < v2.1.0 has an **Authorization Issue**. Password reset tokens can be **reused indefinitely**. πŸ“‰ **Consequences**: Leads to **Account Takeover (ATO)**.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-459** (Incomplete Cleanup). The system fails to invalidate or expire password reset tokens after use. πŸ› **Flaw**: Lack of one-time-use enforcement or strict expiration logic for recovery tokens.

Q3Who is affected? (Versions/Components)

πŸ‘₯ **Affected**: **Vikunja** (Open-source To-Do App). πŸ“¦ **Versions**: All versions **prior to 2.1.0**. 🏒 **Vendor**: go-vikunja. If you are running an older self-hosted instance, you are at risk.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Actions**: Full **Account Takeover**. πŸ“‚ **Data Access**: Read/Write all tasks, projects, and personal data. πŸ”‘ **Privileges**: Gain full administrative control over the victim's Vikunja account.…

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Exploitation Threshold**: **LOW**. 🌐 **Network**: Attack Vector is **Network** (Remote). πŸ”’ **Auth**: **None** required to trigger/reset. πŸ–±οΈ **UI**: **None** required. Simple, automated exploitation is possible.

Q6Is there a public Exp? (PoC/Wild Exploitation)

πŸ”“ **Public Exploit**: **No** specific PoC/Wild Exploit listed in data. πŸ“ **References**: GitHub commit and Security Advisory (GHSA-rfjg-6m84-crj2) confirm the flaw.…

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: 1. Check your Vikunja version. 2. If < v2.1.0, you are vulnerable. 3. Monitor logs for repeated password reset requests for the same user. 4.…

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: **Yes**. πŸ“… **Patch Date**: Released in **Vikunja v2.1.0** (Feb 27, 2026). πŸ”— **Action**: Upgrade immediately to v2.1.0 or later. See GitHub commit for details.

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: 1. **Disable** password reset functionality if possible. 2. **Monitor** token usage closely. 3. **Shorten** token expiration times in config (if configurable). 4.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. 🚨 **Priority**: **P1**. CVSS 9.8 means immediate action required. Remote, unauthenticated, high impact. Patch now to prevent account hijacking.