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)
π‘οΈ **Root Cause**: **CWE-918** (Server-Side Request Forgery). The flaw lies in the **manual asset import** function, which fails to properly validate URLs, allowing the server to make unintended requests.
π΅οΈ **Attacker Capabilities**: Can perform **full read** of server-side requests. π **Impact**: High Confidentiality loss (C:H), Low Integrity impact (I:L). Can expose **cloud metadata** or probe **internal networks**.
Q5Is exploitation threshold high? (Auth/Config)
π **Exploitation Threshold**: **LOW**. CVSS indicates **AV:N** (Network), **AC:L** (Low Complexity), **PR:N** (No Privileges), **UI:N** (No User Interaction). Easy to exploit remotely.
Q6Is there a public Exp? (PoC/Wild Exploitation)
π£ **Public Exploit**: **No**. The `pocs` field is empty. While the advisory is public, no specific PoC or wild exploitation code is currently available in the data.
Q7How to self-check? (Features/Scanning)
π **Self-Check**: Scan for **Ghostfolio** instances running version **< 2.245.0**. Look for the **manual asset import** endpoint. Use SSRF scanners to test if the server fetches internal IPs or cloud metadata endpoints.
Q8Is it fixed officially? (Patch/Mitigation)
β **Official Fix**: **Yes**. Fixed in version **2.245.0**. π Reference: [GitHub Advisory GHSA-hhv6-c34h-pwgh](https://github.com/ghostfolio/ghostfolio/security/advisories/GHSA-hhv6-c34h-pwgh).
Q9What if no patch? (Workaround)
π§ **No Patch Workaround**: If you cannot upgrade, **disable** or restrict the **manual asset import** feature. Implement strict **URL allowlisting** or **network segmentation** to block internal/cloud metadata access.
Q10Is it urgent? (Priority Suggestion)
β‘ **Urgency**: **HIGH**. CVSS Score implies significant risk (S:C, C:H). With **No Auth** required and **Low Complexity**, immediate patching to **v2.245.0+** is strongly recommended.