1. Critical Authentication Bypass in LLM Wiki Web Exposes Admin Access to Any Password
Security analysis of the LLM Wiki web application backend has identified a critical authentication bypass vulnerability in `AuthController.login()`. The method accepts any non-empty password for existing user accounts, effectively bypassing credential verification entirely. The flaw was discovered in `backend/llm-wiki-...