CVE Catalog

CVE-2026-84301

MediumCVSS 6.3
Published: Updated: Translated: NVD NIST

Summary

FastGPT prior to 4.15.2 has a DNS rebinding flaw in the safe Axios request interceptor in packages/service/common/api/axios.ts. The hostname is validated with isInternalAddress() before a later HTTP connection performs an independent DNS lookup, creating a time-of-check/time-of-use gap. 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 reach services that direct private-address inputs would block.

Risk Assessment

An attacker can reach internal services, including loopback, private, link-local, or metadata addresses, potentially leading to privilege escalation and data disclosure. The flaw requires authentication but can be exploited by a malicious user.

Recommendation

Update FastGPT to version 4.15.2 or later. Consider additional network controls to restrict access to internal services from the application.

Other vulnerabilities in FastGPT

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS