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: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

FastGPT Community Edition versions 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. While there is no EPSS score, the lack of authentication and direct NoSQL operator injection suggests a high likelihood of exploitation. The vulnerability allows unauthorized data disclosure and could serve as a foothold for further attacks if additional sensitive data is reachable.

Generated by OpenCVE AI on August 31, 2026 at 21:27 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 August 31, 2026 at 21:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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-08-31T20:40:19.288Z

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

Link: CVE-2026-79483

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-79483

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T22:30:06Z

Weaknesses
  • CWE-90

    Improper Neutralization of Special Elements used in an LDAP Query ('LDAP Injection')