CVE-2026-44286 PUBLISHED

FastGPT: SSRF Vulnerability in Laf Workflow Node via Missing Internal Address Validation

Assigner: GitHub_M
Reserved: 05.05.2026 Published: 08.05.2026 Updated: 08.05.2026

FastGPT is an AI Agent building platform. Prior to version 4.14.17, an unauthenticated Server-Side Request Forgery (SSRF) vulnerability allows attackers (or authenticated users with App editing privileges) to send arbitrary HTTP requests to internal/private network addresses. The fetchData function in the lafModule workflow node uses axios to fetch user-controlled URLs without validating them against the application's internal network blocklist guard (isInternalAddress), bypassing SSRF protections. This issue has been patched in version 4.14.17.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N
CVSS Score: 2.3

Product Status

Vendor labring
Product FastGPT
Versions
  • Version < 4.14.17 is affected

References

Problem Types

  • CWE-918: Server-Side Request Forgery (SSRF) CWE