This is a summary of the AI-generated 10-question deep analysis. The full version (longer answers, follow-up Q&A, related CVEs) requires login. Read the full analysis β
Q1What is this vulnerability? (Essence + Consequences)
π¨ **Essence**: Coolify < 4.0.0-beta.374 leaks private keys in **plaintext**. <br>π **Consequences**: Total compromise of infrastructure security. Attackers gain full access to sensitive credentials.β¦
π‘οΈ **Root Cause**: **Missing Authorization** check. <br>π **CWE**: CWE-200 (Information Exposure). <br>β **Flaw**: No access control on key retrieval endpoints. Any authenticated user can bypass security layers. π‘οΈ
βοΈ **Threshold**: **LOW**. <br>π **Auth**: Requires **Authentication**. <br>βοΈ **Config**: No special config needed. <br>π― **Ease**: Simple API call if logged in. Not zero-day. βοΈ