Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

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.