Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2026-79483-FastGPT-NoSQL-Injection — Proof-of-concept for CVE-2026-79483, a NoSQL injection in FastGPT Community Edition allowing unauthenticated access to chat history titles. Includes reproduction steps and analysis. | Kitploit
Tools/GitHubGitHub/exploreio/cve-2026-79483-fastgpt-nosql-injection
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubexploreio/cve-2026-79483-fastgpt-nosql-injection

CVE-2026-79483-FastGPT-NoSQL-Injection

Proof-of-concept for CVE-2026-79483, a NoSQL injection in FastGPT Community Edition allowing unauthenticated access to chat history titles. Includes reproduction steps and analysis.

View Repository
117h 1m agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2026-79483-FastGPT-NoSQL-Injection

English | 中文

Vulnerability Overview

FieldDetails
CVE IDCVE-2026-79483
Affected ProductFastGPT (Community Edition)
Affected Versions>= 4.10.0 and <= 4.14.0
Vulnerability TypeCWE-943: Improper Neutralization of Special Elements in Data Query Logic (NoSQL Injection)
Attack VectorRemote / No authentication required
ImpactInformation Disclosure
Patched Version>= 4.15.0
Root CauseCommunity-edition authOutLinkInit() bypasses runtime type validation

In FastGPT Community Edition versions 4.10.0 through 4.14.0, the POST /api/core/chat/getHistories endpoint contains a NoSQL injection vulnerability. An unauthenticated attacker can inject NoSQL operators ($ne, $regex, $gt, etc.) via a crafted JSON payload to bypass the outLink permission check, thereby gaining unauthorized access to the chat history titles of all users across the entire platform.

burp

Reproduction Details

For detailed vulnerability reproduction, see

Chinese

https://exploreio.github.io/2026/08/29/CVE-2026-79483/

English

https://exploreio.github.io/2026/08/29/CVE-2026-79483-EN/

Disclaimer

This proof of concept is provided for educational and authorized security testing purposes only. The author assumes no responsibility for any misuse of this information. Always obtain proper authorization before testing any system.


References

  • FastGPT GitHub Repository
  • FastGPT Official Documentation
  • CWE-943: Improper Neutralization of Special Elements in Data Query Logic
  • MongoDB $ne Operator Documentation
Download Tool