Description
FastGPT Community Edition 4.10.0 through 4.14.0 are vulnerable to a NoSQL injection in the POST /api/core/chat/getHistories endpoint. An unauthenticated attacker can inject malicious NoSQL operators via crafted JSON payloads to bypass authorization checks, resulting in unauthorized access to chat history titles of all users across the platform.
Published: 2026-08-31
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized Disclosure of User Chat History
Action: Immediate Patch
AI Analysis

Impact

FastGPT Community Edition 4.10.0 through 4.14.0 contain a NoSQL injection flaw in the POST /api/core/chat/getHistories endpoint. An unauthenticated attacker can craft JSON payloads that include malicious NoSQL operators; the server forwards these payloads directly to the database, bypassing all authorization checks. The attacker is thereby able to read the chat history titles of every user on the platform, exposing potentially sensitive information about user conversations.

Affected Systems

FastGPT Community Edition 4.10.0 up to 4.14.0, inclusive

Risk and Exploitability

The flaw can be exploited by a simple unauthenticated HTTP POST to the exposed endpoint, making it easily reachable for anyone with network access. The CVSS score of 5.3 indicates a medium severity, and the EPSS score of < 1% suggests a low probability of active exploitation. However, the lack of authentication and direct NoSQL operator injection still allow unauthorized data disclosure and could serve as a foothold for further attacks if additional sensitive data is reachable.

Generated by OpenCVE AI on September 2, 2026 at 06:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade FastGPT to a patched version that removes the NoSQL injection vulnerability; refer to vendor release notes for versions newer than 4.14.0.
  • If an immediate upgrade is not possible, configure the application or reverse proxy to reject unauthenticated POST requests to /api/core/chat/getHistories, ensuring only authorized users can access the endpoint.
  • Implement server‑side input validation that strips or rejects NoSQL operators from incoming JSON payloads before they reach the database query layer.

Generated by OpenCVE AI on September 2, 2026 at 06:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 02 Sep 2026 07:00:00 +0000

Type Values Removed Values Added
Title Unauthenticated NoSQL Injection Exposes All User Chat Histories in FastGPT Community Edition

Wed, 02 Sep 2026 05:30:00 +0000

Type Values Removed Values Added
Title NoSQL Injection Allows Unauthenticated Access to All Users’ Chat History in FastGPT
Weaknesses CWE-90

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

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 01 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-943
Metrics cvssV3_1

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


Mon, 31 Aug 2026 22:45:00 +0000

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

Mon, 31 Aug 2026 21:45:00 +0000

Type Values Removed Values Added
Title NoSQL Injection Allows Unauthenticated Access to All Users’ Chat History in FastGPT
Weaknesses CWE-90

Mon, 31 Aug 2026 20:45:00 +0000

Type Values Removed Values Added
Description FastGPT Community Edition 4.10.0 through 4.14.0 are vulnerable to a NoSQL injection in the POST /api/core/chat/getHistories endpoint. An unauthenticated attacker can inject malicious NoSQL operators via crafted JSON payloads to bypass authorization checks, resulting in unauthorized access to chat history titles of all users across the platform.
References

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-09-01T14:58:13.376Z

Reserved: 2026-08-25T00:00:00.000Z

Link: CVE-2026-79483

cve-icon Vulnrichment

Updated: 2026-09-01T14:57:25.012Z

cve-icon NVD

Status : Deferred

Published: 2026-08-31T21:17:49.120

Modified: 2026-09-01T21:00:36.830

Link: CVE-2026-79483

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T06:45:05Z

Weaknesses
  • CWE-943

    Improper Neutralization of Special Elements in Data Query Logic