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.
Published: 2026-07-15
Score: 6.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

FastGPT’s shared SSRF guard only validates the initial request URL, allowing an authenticated user to configure a workflow HTTP node to point to a public URL that redirects to internal resources such as cloud metadata, localhost, or private services. The redirect is followed by axios, which returns the response body to the workflow caller. This flaw permits a malicious or compromised user to harvest sensitive internal data or execute unintended internal requests, representing a moderate severity data exposure risk.

Affected Systems

The vulnerability affects the FastGPT platform by labring. All versions released before v4.15.0-beta5 are impacted; the issue was corrected in that release.

Risk and Exploitability

The CVSS score of 6.3 indicates a medium severity. The EPSS score of less than 1% suggests a low probability of exploitation at this time. The vulnerability is not listed in the CISA KEV catalog. Exploitation requires an authenticated workflow user and depends on the attacker’s ability to craft redirect chains, so the attack vector is likely remote network with moderate privilege prerequisites.

Generated by OpenCVE AI on July 31, 2026 at 03:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade FastGPT to v4.15.0-beta5 or later to address the SSRF guard flaw (CWE‑918).
  • Restrict workflow HTTP node usage to users with elevated privileges and enforce URL validation to allow only non‑internal addresses, mitigating the CWE‑918 vulnerability.
  • Configure axios to disable automatic redirects or validate the final redirect target against a whitelist, thereby preventing the exploitation of the SSRF guard issue (CWE‑918).

Generated by OpenCVE AI on July 31, 2026 at 03:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 15 Jul 2026 19:45:00 +0000

Type Values Removed Values Added
First Time appeared Labring
Labring fastgpt
Vendors & Products Labring
Labring fastgpt

Wed, 15 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 15 Jul 2026 15:00:00 +0000

Type Values Removed Values Added
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.
Title FastGPT: Shared axios SSRF guard validates only the initial URL before following redirects
Weaknesses CWE-918
References
Metrics cvssV4_0

{'score': 6.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:N/SC:H/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-15T17:43:36.851Z

Reserved: 2026-07-10T17:38:57.112Z

Link: CVE-2026-61646

cve-icon Vulnrichment

Updated: 2026-07-15T17:43:23.253Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T03:45:04Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)