Severity by source
AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
Primary rating from Vendor (GitHub_M) · only source for this CVE.
CVSS VectorVendor: GitHub_M
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
Lifecycle Timeline
2DescriptionCVE.org
FastGPT is an AI Agent building platform. Prior to 4.15.0-beta1, a Server-Side Request Forgery (SSRF) vulnerability allows an authenticated attacker to bypass the global isInternalAddress network protection and make arbitrary HTTP GET requests to internal network services. This is achieved by exploiting an incomplete fix in the dataset preview endpoint /api/core/dataset/file/getPreviewChunks when utilizing the externalFile data import type. This vulnerability is fixed in 4.15.0-beta1.
AnalysisAI
Server-Side Request Forgery in Labring FastGPT prior to 4.15.0-beta1 lets an authenticated attacker bypass the platform's isInternalAddress network protection and pivot HTTP GET probes into internal services via the dataset preview endpoint. The flaw stems from an incomplete prior fix in the externalFile data import path, scoped-changed impact (S:C) elevates risk to adjacent systems, and no public exploit identified at time of analysis.
Technical ContextAI
FastGPT is an open-source AI agent / RAG building platform (cpe:2.3:a:labring:fastgpt) that ingests datasets from multiple source types including 'externalFile'. The vulnerability is a CWE-918 (Server-Side Request Forgery) flaw in the /api/core/dataset/file/getPreviewChunks endpoint: a previously deployed isInternalAddress allow/deny list was intended to block requests to RFC1918/loopback/link-local destinations, but the externalFile import path did not consistently apply that check, allowing a server-issued HTTP GET to traverse to internal-only services. SSRF in an agent platform is particularly impactful because backend hosts frequently sit alongside cloud metadata endpoints, internal admin APIs, vector DBs, and orchestration services.
RemediationAI
Vendor-released patch: upgrade to FastGPT 4.15.0-beta1 or later as documented in GHSA-c65v-7vx6-f8m3 (https://github.com/labring/FastGPT/security/advisories/GHSA-c65v-7vx6-f8m3). If an immediate upgrade is not possible, restrict access to the /api/core/dataset/file/getPreviewChunks endpoint at the reverse proxy and disable or block the externalFile dataset import type for untrusted tenants, accepting that legitimate URL-based dataset previews will stop working. Additionally place the FastGPT backend in a network segment that egress-filters traffic to RFC1918, 169.254.169.254 (cloud metadata), and other internal management planes, and where supported enforce IMDSv2 on the underlying cloud instance to neutralize credential-theft scenarios; note this hardens the blast radius but does not remediate the SSRF itself.
FastGPT is an AI Agent building platform. Prior to version 4.9.12, the LastRoute Parameter on login page is vulnerable t
Unauthenticated HTTP proxy abuse in FastGPT (AI Agent platform) prior to v4.14.9.5 allows remote attackers to relay arbi
Remote code execution in FastGPT's agent-sandbox component (versions 4.14.10 through 4.14.12) lets any network-adjacent,
NoSQL injection in FastGPT <4.14.9.5 password authentication allows unauthenticated remote attackers to bypass login con
GitHub Actions artifact-poisoning (pwn request) in labring/FastGPT allows an external attacker who opens a pull request
NoSQL injection in FastGPT versions before 4.14.9.5 allows authenticated attackers to bypass password verification on th
Authentication bypass in FastGPT 4.15.0-beta4 lets unauthenticated remote attackers forge JWTs and access internal plugi
Cross-tenant file disclosure in FastGPT prior to v4.15.0-beta5 allows an attacker to read another team's stored files by
Server-side request forgery in FastGPT before 4.15.0-beta4 lets an authenticated team member abuse the HTTP-tool OpenAPI
Server-side request forgery in FastGPT (labring) versions 4.14.11 and prior lets a low-privileged user coerce the server
Server-Side Request Forgery (SSRF) in FastGPT's Model Context Protocol (MCP) tools endpoints allows authenticated attack
Cross-tenant data disclosure in FastGPT 4.14.17 through 4.15.0-beta5 lets a low-privileged tenant user read another tena
Same weakness CWE-918 – Server-Side Request Forgery (SSRF)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-33430