CVE-2026-40352
Description
FastGPT is an AI Agent building platform. In versions prior to 4.14.9.5, the password change endpoint is vulnerable to NoSQL injection. An authenticated attacker can bypass the "old password" verification by injecting MongoDB query operators. This allows an attacker who has gained a low-privileged session to change the password of their account (or others if combined with ID manipulation) without knowing the current one, leading to full account takeover and persistence. This issue has been fixed in version 4.14.9.5.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: security-advisories@github.com — https://github.com/labring/FastGPT/security/advisories/GHSA-422w-vrfj-72g6
Vendor advisory: security-advisories@github.com — https://github.com/labring/FastGPT/releases/tag/v4.14.9.5
Vendor advisory: security-advisories@github.com — https://github.com/labring/FastGPT/commit/bd966d479fbe414d02679cf79f9eaaab3d100a2d
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| fastgpt | fastgpt | {"endExcluding":"4.14.9.5"} | 4.14.9.5 |
References
CWEs
CWE-943
Verify integrity in audit chain (admin only). AS-IS.