CVE-2026-40351 PUBLISHED

FastGPT: NoSQL Injection in loginByPassword leads to Authentication Bypass

Assigner: GitHub_M
Reserved: 10.04.2026 Published: 17.04.2026 Updated: 17.04.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVSS Score: 9.8

Product Status

Vendor labring
Product FastGPT
Versions
  • Version < 4.14.9.5 is affected

References

Problem Types

  • CWE-943: Improper Neutralization of Special Elements in Data Query Logic CWE