Description
FastGPT is an open-source LLM platform for building AI applications on a knowledge base. In versions prior to 4.15.2, the WeChat (iLink) share-channel endpoints authorize requests using only the public shareId, with no authenticated identity or team-ownership check. As a result, an unauthenticated attacker who knows a victim team's shareId can take that team's WeChat bot offline or hijack the channel to their own bot: the logout endpoint is gated only by an existence check yet wipes the outLink's stored WeChat token, and the QR-code status endpoint performs no authorization at all and writes attacker-supplied bot credentials into the outLink identified by shareId. By generating a QR for a victim shareId, scanning it with their own WeChat, and calling the status endpoint, an attacker binds the victim team's app to the attacker's bot, exposing the app's private responses, displacing the legitimate binding, and consuming the victim's resources. The shareId is exposed in every shared chat URL, iframe, and embed, so it is not a secret. This issue is fixed in version 4.15.2.
Published: 2026-08-27
Score: 9.3 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In prior releases of FastGPT, the WeChat (iLink) share‑channel endpoints authorize all requests solely based on the public shareId, omitting any authenticated identity or team‑ownership verification. This flaw allows an unauthenticated attacker who learns a victim team’s shareId—exposed in shared chat URLs, iframes, and embeds—to modify or delete the team’s WeChat binding. By invoking the malformed logout or status endpoints, an attacker can cause the bot to go offline, hijack the channel with their own bot, expose private responses, and exhaust the victim team’s resources. The vulnerability results in unauthorized privileged operations, leading to confidentiality, integrity, and availability compromises. The problem is described by CWE-306 and CWE-862.

Affected Systems

Affected vendor is labring with its FastGPT platform. The flaw exists in all versions prior to 4.15.2, where shareId-based authorization checks were missing. The vulnerability was addressed in release 4.15.2.

Risk and Exploitability

The CVSS score of 9.3 classifies the vulnerability as critical. The EPSS data is not available, but the lack of authentication coupled with the public nature of the shareId makes exploitation straightforward and the likelihood of discovery high. It is not currently listed in the CISA Known Exploited Vulnerabilities catalog. An attacker can leverage the endpoint directly over the internet, without requiring additional credentials, to hijack the channel or mount a denial‑of‑service attack.

Generated by OpenCVE AI on August 28, 2026 at 07:13 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade FastGPT to version 4.15.2 or later, where authorization checks are enforced on all share‑channel endpoints.
  • If immediate upgrade is not possible, restrict or remove any publicly shared links containing the shareId to prevent attackers from learning the identifier.
  • Apply network segmentation or firewall rules to limit external access to the share‑channel endpoints and monitor for unusual authentication patterns.

Generated by OpenCVE AI on August 28, 2026 at 07:13 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 07:15:00 +0000

Type Values Removed Values Added
First Time appeared Labring
Labring fastgpt
Vendors & Products Labring
Labring fastgpt

Thu, 27 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
Description FastGPT is an open-source LLM platform for building AI applications on a knowledge base. In versions prior to 4.15.2, the WeChat (iLink) share-channel endpoints authorize requests using only the public shareId, with no authenticated identity or team-ownership check. As a result, an unauthenticated attacker who knows a victim team's shareId can take that team's WeChat bot offline or hijack the channel to their own bot: the logout endpoint is gated only by an existence check yet wipes the outLink's stored WeChat token, and the QR-code status endpoint performs no authorization at all and writes attacker-supplied bot credentials into the outLink identified by shareId. By generating a QR for a victim shareId, scanning it with their own WeChat, and calling the status endpoint, an attacker binds the victim team's app to the attacker's bot, exposing the app's private responses, displacing the legitimate binding, and consuming the victim's resources. The shareId is exposed in every shared chat URL, iframe, and embed, so it is not a secret. This issue is fixed in version 4.15.2.
Title FastGPT: Unauthenticated WeChat channel hijack and denial of service via shareId-only authorization
Weaknesses CWE-306
CWE-862
References
Metrics cvssV4_0

{'score': 9.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-27T20:21:30.866Z

Reserved: 2026-07-31T21:49:24.927Z

Link: CVE-2026-68929

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T00:18:08.337

Modified: 2026-08-28T00:18:08.337

Link: CVE-2026-68929

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T07:15:05Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function

  • CWE-862

    Missing Authorization