CVE-2026-34162 Details
Description
FastGPT is an AI Agent building platform. Prior to version 4.14.9.5, the FastGPT HTTP tools testing endpoint (/api/core/app/httpTools/runTool) is exposed without any authentication. This endpoint acts as a full HTTP proxy — it accepts a user-supplied baseUrl, toolPath, HTTP method, custom headers, and body, then makes a server-side HTTP request and returns the complete response to the caller. This issue has been patched in version 4.14.9.5.
A server-side request forgery (SSRF) vulnerability has been identified in FastGPT, an AI agent building platform, in versions prior to 4.14.9.5. The vulnerability exists in the HTTP tools testing endpoint, which is exposed without authentication. This endpoint functions as a full HTTP proxy, allowing users to send requests to internal services and external destinations, including cloud metadata services. The lack of authentication enables attackers to exploit the endpoint and access sensitive data, such as third-party API keys and internal MongoDB diagnostic information.
Users are advised to update to FastGPT version 4.14.9.5 or later, where this vulnerability has been patched. For those using earlier versions, it is recommended to add authentication middleware to the HTTP tools endpoint, implement SSRF protection by validating 'baseUrl' parameters, change the default AI Proxy ADMIN_KEY to a stronger value, and ensure proper network segmentation to restrict access to internal services.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Mar 31, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/labring/FastGPT/security/advisories/GHSA-w36r-f268-pwrj | CISA-ADP | ExploitMitigationVendor Advisory |
| https://github.com/labring/FastGPT/commit/bc7eae2ed61481a5e322208829be291faec58c00 | [email protected] | Patch |
| https://github.com/labring/FastGPT/pull/6640 | [email protected] | Issue TrackingPatch |
| https://github.com/labring/FastGPT/releases/tag/v4.14.9.5 | [email protected] | ProductRelease Notes |
| https://github.com/labring/FastGPT/security/advisories/GHSA-w36r-f268-pwrj | [email protected] | ExploitMitigationVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-306 | Missing Authentication for Critical Function | [email protected] |
| CWE-918 | Server-Side Request Forgery (SSRF) | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| fastgpt fastgpt | < 4.14.9.5 |
CPE
Remediation
| |
Change History
6 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 24, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 1, 2026 | Initial Analysis | [email protected] |
| Mar 31, 2026 | New CVE Received | [email protected] |
| Mar 31, 2026 | CVE Modified | CISA-ADP |