Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
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
工具/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.

查看仓库
117小时1分前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2026-79483-FastGPT-NoSQL-Injection

English| 中文

漏洞概述

字段内容
CVE 编号CVE-2026-79483
受影响产品FastGPT(社区版)
受影响版本>= 4.10.0 且 <= 4.14.0
漏洞类型CWE-943: 数据查询逻辑中特殊元素的不当中和(NoSQL 注入)
攻击向量远程 / 无需认证
影响信息泄露
修复版本>= 4.15.0
根本原因社区版 authOutLinkInit() 绕过运行时类型校验

FastGPT 社区版 4.10.0 至 4.14.0 版本中,POST /api/core/chat/getHistories 端点存在 NoSQL 注入漏洞。未认证攻击者可以通过构造恶意 JSON 载荷注入 NoSQL 操作符($ne、$regex、$gt 等)来绕过 outLink 权限校验,从而未授权访问全平台所有用户的聊天记录标题。

burp

复现细节

详细的漏洞复现见

中文

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

英文

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

免责声明

此概念验证仅供教育和授权安全测试目的使用。作者不对任何滥用此信息的行为负责。在测试任何系统之前,请务必获得适当的授权。


参考文献

  • FastGPT GitHub 仓库
  • FastGPT 官方文档
  • CWE-943: 数据查询逻辑中特殊元素的不当中和
  • MongoDB $ne 操作符文档
下载工具