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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.1 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Vikunja < v2.0.0 allows weak passwords & keeps old sessions alive after password change. πŸ’₯ **Consequences**: Account hijacking & persistent unauthorized access.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-521** (Weak Password Requirements). The system fails to enforce strong passwords and doesn't invalidate active sessions upon credential update.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: **Vikunja** (go-vikunja/vikunja). Specifically versions **prior to 2.0.0**. πŸ“… Published: 2026-02-25.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Attacker Actions**: Hijack user accounts. Gain **Full Access** (Confidentiality & Integrity impact). Maintain access even if the user changes their password. πŸ“ˆ CVSS: High (H/H/N).

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Threshold**: **LOW**. CVSS: AV:N (Network), AC:L (Low Complexity), PR:N (No Privs needed), UI:N (No User Interaction). Easy to exploit remotely.

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

πŸ§ͺ **Exploit Status**: **No public PoC** listed in data. However, the flaw is logical and straightforward, making wild exploitation likely if details leak.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for Vikunja instances running versions **< 2.0.0**. Check if weak passwords are accepted. Verify if sessions persist after password resets.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fix**: **Yes**. Official patch released in **Vikunja v2.0.0**.…

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: Enforce strong password policies manually. **Force logout** all active sessions immediately after any password change. Monitor for suspicious activity.

Q10Is it urgent? (Priority Suggestion)

⚑ **Urgency**: **HIGH**. CVSS Vector indicates High Impact. No auth required. Immediate upgrade to v2.0.0 is critical to prevent account takeover.