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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 10.0 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: FastGPT exposes an unauthenticated HTTP proxy endpoint (`/api/core/app/httpTools/runTool`). πŸ’₯ **Consequences**: Attackers can abuse this to perform Server-Side HTTP Request Forgery (SSRF).…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **CWE-306**: Missing Authentication for Critical Function. πŸ” **Flaw**: The HTTP tool testing endpoint lacks any identity verification. It acts as a full HTTP proxy without checking who is asking.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Vendor**: labring. πŸ“‰ **Product**: FastGPT (Knowledge Base Q&A System). ⚠️ **Affected**: Versions **before v4.14.9.5**.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Privileges**: No authentication required (PR:N). Any internet user can exploit it. πŸ’Ύ **Data**: High impact on Confidentiality (C:H) and Integrity (I:H).…

Q5Is exploitation threshold high? (Auth/Config)

πŸ“‰ **Threshold**: LOW. πŸ”“ **Auth**: None required. βš™οΈ **Config**: Network accessible (AV:N). If the service is exposed to the internet, exploitation is trivial.

Q6Is there a public Exp? (PoC/Wild Exploitation)

πŸ“œ **Public Exp?**: No specific PoC code provided in the data. 🌐 **Wild Exp**: High risk due to CVSS Vector `AV:N` (Network) and `PR:N` (No Privileges).…

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for the endpoint `/api/core/app/httpTools/runTool`. πŸ§ͺ **Test**: Send a request to this URL without any API keys or tokens. If it returns a 200 OK or proxy response, you are vulnerable.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: Yes. πŸ› οΈ **Patch**: Upgrade to **FastGPT v4.14.9.5** or later. πŸ”— **Ref**: See GitHub Advisory GHSA-w36r-f268-pwrj and PR #6640.

Q9What if no patch? (Workaround)

🚧 **Workaround**: If you cannot upgrade immediately: 1. **Block Access**: Use a WAF or Nginx config to deny external access to `/api/core/app/httpTools/runTool`. 2.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: HIGH. πŸ“… **Priority**: Patch immediately. βš–οΈ **Reason**: CVSS Score is high (likely 9.0+ based on vector), affects critical infrastructure (LLM knowledge base), and requires no authentication.…