CVE-2026-54607 PUBLISHED

FastGPT: SSRF in HTTP-tool OpenAPI schema importer via SwaggerParser $ref (bypasses the isInternalAddress guard)

Assigner: GitHub_M
Reserved: 15.06.2026 Published: 07.07.2026 Updated: 08.07.2026

FastGPT is a knowledge-based AI application platform. Prior to 4.15.0-beta4, the HTTP-tool OpenAPI schema importer validates only the top-level URL before passing it to SwaggerParser.bundle, whose remote reference resolver fetches $ref URLs without FastGPT's internal-address guard and returns fetched content inline, allowing an authenticated team member to read internal services or cloud metadata. This issue is fixed in version 4.15.0-beta4.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
CVSS Score: 7.7

Product Status

Vendor labring
Product FastGPT
Versions
  • Version < 4.15.0-beta4 is affected

References

Problem Types

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