Description
FastGPT is an open-source LLM platform for building AI applications on a knowledge base. Prior to 4.15.2, the safe Axios request interceptor in packages/service/common/api/axios.ts validates a hostname with isInternalAddress() before a later HTTP connection performs an independent DNS lookup, creating a DNS rebinding window, allowing an attacker-controlled hostname to resolve publicly during the check and to a loopback, private, link-local, or metadata address during connection. An authenticated attacker who can supply a URL to a safe-Axios-backed HTTP tool, workflow HTTP node, external file fetch, or other server-side integration can use this time-of-check/time-of-use gap to reach services that direct private-address inputs would block. The same independent re-resolution occurs after manual redirect hops because each redirect target is checked before a separate connection lookup. This issue is fixed in version 4.15.2.
Published: 2026-09-22
Score: 6.3 Medium
EPSS: n/a
KEV: No
Impact: Server Side Request Forgery via DNS rebinding
Action: Immediate Patch
AI Analysis

Impact

Safe Axios request interceptor performs a hostname validation with isInternalAddress() before a later DNS lookup, creating a time‑of‑check/time‑of‑use window that allows DNS rebinding. An attacker can supply a URL that resolves to a public address during the initial validation and then to a loopback, private, link‑local, or metadata address when the HTTP connection is made, bypassing the guard. This flaw enables a server‑side request forgery that can reach internal resources hidden behind the app’s outbound filter. The weakness is classified as CWE‑918.

Affected Systems

FastGPT, an open‑source large‑language‑model platform provided by Labrin, is impacted in all releases prior to version 4.15.2. The fix is included in release v4.15.2 and later. Any deployment using an older FastGPT version that exposes the safe‑Axios‑backed HTTP tool, workflow HTTP node, external file fetch, or server‑side integrations is affected.

Risk and Exploitability

The CVSS score of 6.3 indicates moderate severity. The EPSS score is not available, suggesting limited publicly known exploitation at this time, and the vulnerability is not listed in the CISA KEV catalog. However, the attack requires an authenticated user who can supply a URL to a safe‑Axios‑based endpoint. Once authenticated, the attacker can target internal network services that would normally be blocked by the internal address check. Although the exploitation requires legitimate access, the combination of SSRF with DNS rebinding and the potential to reach sensitive internal endpoints makes this a noteworthy risk that warrants prompt remediation.

Generated by OpenCVE AI on September 22, 2026 at 18:43 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade FastGPT to version 4.15.2 or later to apply the official fix for the DNS rebinding flaw.
  • If upgrading is not immediately possible, disable or restrict the use of the safe‑Axios‑backed HTTP tool, workflow HTTP node, or external file fetch features to trusted internal users only, preventing unauthenticated or malicious URLs from being processed.
  • Add supplemental host‑name validation that verifies the resolved IP address is not in private or link‑local ranges after DNS resolution, mitigating the TOCTOU window if the feature cannot be fully removed.

Generated by OpenCVE AI on September 22, 2026 at 18:43 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 22 Sep 2026 19:00:00 +0000

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

Tue, 22 Sep 2026 17:00:00 +0000

Type Values Removed Values Added
Description FastGPT is an open-source LLM platform for building AI applications on a knowledge base. Prior to 4.15.2, the safe Axios request interceptor in packages/service/common/api/axios.ts validates a hostname with isInternalAddress() before a later HTTP connection performs an independent DNS lookup, creating a DNS rebinding window, allowing an attacker-controlled hostname to resolve publicly during the check and to a loopback, private, link-local, or metadata address during connection. An authenticated attacker who can supply a URL to a safe-Axios-backed HTTP tool, workflow HTTP node, external file fetch, or other server-side integration can use this time-of-check/time-of-use gap to reach services that direct private-address inputs would block. The same independent re-resolution occurs after manual redirect hops because each redirect target is checked before a separate connection lookup. This issue is fixed in version 4.15.2.
Title FastGPT safe axios SSRF guard still allows DNS rebinding TOCTOU on protected outbound requests
Weaknesses CWE-918
References
Metrics cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-22T16:50:19.790Z

Reserved: 2026-09-01T16:17:43.078Z

Link: CVE-2026-84301

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-09-22T17:17:26.860

Modified: 2026-09-22T17:17:26.987

Link: CVE-2026-84301

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-22T18:45:18Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)