CVE-2026-61644
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedFastGPT 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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe POST /api/core/chat/record/getCollectionQuote endpoint authenticates the overall chat and collection context but fails to bind the initialId parameter (used for center-node lookup) to that authorized tenant context. A low-privileged tenant can supply their own valid appId, chatId, chatItemDataId, and collectionId while using another tenant's dataset data ID as initialId, causing the response to leak foreign tenant dataset quotes or full-text content.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Changed
- Confidentiality
- High
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify FastGPT versionCheck the installed FastGPT version by reviewing the deployment configuration, container image tag, or package.json file. Common locations: docker-compose.yml, Helm values.yaml, or the application's package.json in the deployment artifacts.Affected if The installed version is earlier than 4.15.0-beta5 (versions 4.15.0-beta4 and earlier are affected).
-
Confirm multi-tenancy is enabledReview the FastGPT configuration file (config.yaml or environment variables) for multi-tenant settings. Look for tenant-related configuration keys or multi-tenant mode flags that enable tenant isolation.Affected if Multi-tenancy is enabled and the system handles sensitive data across tenants, making the tenant isolation bypass applicable.
-
Verify endpoint accessibilityCheck if the POST /api/core/chat/record/getCollectionQuote endpoint is exposed in the deployed API. This can be confirmed by reviewing API routing configuration or testing endpoint availability.Affected if The endpoint is publicly or internally accessible without additional access controls beyond basic authentication.
-
Review API access logs for the vulnerable endpointSearch application logs for requests to /api/core/chat/record/getCollectionQuote. Look for instances where initialId values differ from the authenticated tenant's dataset IDs, indicating potential exploitation.Affected if Logs show requests with initialId values that reference dataset IDs outside the requester's apparent tenant scope.
A user is affected if their FastGPT deployment runs version 4.15.0-beta4 or earlier with multi-tenancy enabled and the vulnerable endpoint is accessible to low-privileged tenant users.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade to FastGPT version 4.15.0-beta5 or later, which properly binds the initialId lookup to the authorized tenant context.
4.15.0-beta5
- Identify the currently deployed FastGPT version using deployment configuration or admin interface
- If running version 4.14.17 through 4.15.0-beta4, plan for upgrade to version 4.15.0-beta5
- Backup the current deployment configuration and any persistent data
- Upgrade FastGPT to version 4.15.0-beta5 following the project's standard upgrade procedure
- Verify the upgrade was successful by checking the version number in the admin interface
- Test that the /api/core/chat/record/getCollectionQuote endpoint now correctly enforces authorization bounds on the initialId parameter
- Confirm that low-privileged tenant users can no longer access other tenants' dataset content via this endpoint
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation6.0 h
- Testing5.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,464.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-61644 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-61644 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data