CVE-2026-54602
Received Received - Intake

FastGPT Information Disclosure via Request ID Exposure

Vulnerability report for CVE-2026-54602, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-07

Last updated on: 2026-07-07

Assigner: GitHub, Inc.

Description

FastGPT is a knowledge-based AI application platform. Prior to 4.15.0, GET /api/core/ai/record/getRecord authenticates the caller but loads LLM request and response traces only by requestId without team scoping, allowing any authenticated user to read another team's prompts, retrieved RAG chunks, and completions if the requestId is known. This issue is fixed in version 4.15.0.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-07
Last Modified
2026-07-07
Generated
2026-07-08
AI Q&A
2026-07-08
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
fastgpt fastgpt 4.15.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-639 The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in FastGPT versions prior to 4.15.0. The GET /api/core/ai/record/getRecord endpoint authenticates users but does not properly restrict access to data by team. It loads large language model (LLM) request and response traces based solely on a requestId without verifying if the requesting user belongs to the same team as the data. As a result, any authenticated user who knows a valid requestId can access another team's prompts, retrieved RAG chunks, and completions.

This issue was fixed in version 4.15.0 by adding proper team scoping to the data retrieval process.

Impact Analysis

This vulnerability can lead to unauthorized disclosure of sensitive information between teams using the FastGPT platform. An authenticated user could access confidential prompts, retrieved data chunks, and AI completions belonging to other teams if they know the requestId.

Such unauthorized access could result in data leakage, loss of confidentiality, and potential exposure of proprietary or sensitive business information.

Mitigation Strategies

To mitigate this vulnerability, upgrade FastGPT to version 4.15.0 or later, where the issue has been fixed.

Compliance Impact

The vulnerability allows any authenticated user to access another team's prompts, retrieved RAG chunks, and completions if the requestId is known, leading to unauthorized data exposure across teams.

Such unauthorized access to potentially sensitive information could lead to non-compliance with data protection regulations like GDPR and HIPAA, which require strict access controls and data confidentiality.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-54602. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart