CVE-2026-54601 PUBLISHED

FastGPT: reTrainingCollection allows server-owned datasetId override causing cross-tenant authorization confusion

Assigner: GitHub_M
Reserved: 15.06.2026 Published: 07.07.2026 Updated: 08.07.2026

FastGPT is an open source AI knowledge base platform. From 4.14.17 to before 4.15.0-beta4, FastGPT allows an authenticated tenant user to call POST /api/core/dataset/collection/create/reTrainingCollection in a way that persists a server-owned datasetId value from another tenant. This creates mixed dataset objects and downstream dataset, collection, and training endpoints then make authorization decisions from inconsistent ownership anchors, allowing cross-tenant read, update, and delete access when mixed object ids are known. This issue is fixed in version 4.15.0-beta4.

Metrics

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

Product Status

Vendor labring
Product FastGPT
Versions
  • Version >= 4.14.17, < 4.15.0-beta4 is affected

References

Problem Types

  • CWE-915: Improperly Controlled Modification of Dynamically-Determined Object Attributes CWE