CVE-2026-40351
Description
FastGPT is an AI Agent building platform. In versions prior to 4.14.9.5, the password-based login endpoint uses TypeScript type assertion without runtime validation, allowing an unauthenticated attacker to pass a MongoDB query operator object (e.g., {"$ne": ""}) as the password field. This NoSQL injection bypasses the password check, enabling login as any user including the root administrator. 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-x8mx-2mr7-h9xg
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.