SEPTEMBER 9, 2026
Live Feed
Back to database
Case File

CVE-2026-61644

HIGH · CVSS 7.7 EPSS 0.24% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-15 · Last synced 2026-08-14

CyberRota Analysis

AI-Generated

The vulnerability affects the FastGPT AI application platform, where the POST /api/core/chat/record/getCollectionQuote endpoint improperly handles authorization, allowing low-privileged users to access data from other tenants by manipulating the initialId parameter. This could lead to unauthorized exposure of sensitive dataset quotes or full-text content, posing a significant risk to data confidentiality. Organizations using versions 4.14.17 to 4.15.0-beta5 should prioritize updating to version 4.15.0-beta6 or later to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-61644
Severity
HIGH
CVSS
7.7
EPSS
0.24%

Original NVD Description

FastGPT is a knowledge-based AI application platform. From 4.14.17 until 4.15.0-beta5, the POST /api/core/chat/record/getCollectionQuote endpoint authenticates the caller's chat and collection context, but the initialId center-node lookup is not bound to that authorized context. A low-privileged tenant user can call the endpoint with valid attacker-owned appId, chatId, chatItemDataId, and collectionId values while supplying another tenant's dataset data id as initialId, causing the response to include foreign dataset quote or full-text content. This issue is fixed in version 4.15.0-beta5.