CyberRota Analysis
AI-GeneratedFastGPT versions prior to 4.15.0-beta5 are vulnerable to a Server-Side Request Forgery (SSRF) due to inadequate validation of redirected URLs, allowing authenticated users to exploit this flaw by crafting requests that access sensitive internal services or cloud metadata. This vulnerability poses a significant risk to organizations using FastGPT, as it could lead to unauthorized data exposure or manipulation. Users of affected versions should prioritize upgrading to the fixed version to mitigate potential security risks.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
FastGPT is a knowledge-based AI application platform. Prior to 4.15.0-beta5, FastGPT's shared SSRF guard validates only the initial request URL before handing the request to axios, and axios follows redirects by default. An authenticated workflow user can configure an HTTP request node to call an attacker-controlled public URL that redirects to cloud metadata, loopback, or internal services that the guard would block on direct request, and the HTTP node returns the response body to the workflow caller. This issue is fixed in version 4.15.0-beta5.