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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.3 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Ghostfolio < 2.245.0 suffers from **SSRF** (Server-Side Request Forgery).…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **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.

Q3Who is affected? (Versions/Components)

πŸ‘₯ **Affected**: **Ghostfolio** (Personal Wealth Management Software). Specifically, versions **prior to 2.245.0**. πŸ“¦ Product: ghostfolio.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **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.