Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Any authenticated low-privilege network user can trigger the leak; only confidentiality is impacted as no data modification or service disruption is possible.
Primary rating from Vendor (GitHub_M).
CVSS VectorVendor: GitHub_M
Lifecycle Timeline
3DescriptionCVE.org
Discourse is an open-source discussion platform. Prior to 2026.1.6, 2026.5.2, 2026.6.1, and 2026.7.0, an authenticated user could eavesdrop on private AI bot conversations through the AI bot reply stream. The issue is fixed in 2026.1.6, 2026.5.2, 2026.6.1, and 2026.7.0.
AnalysisAI
Private AI bot conversation content leaks to unauthorized authenticated users in Discourse via an improperly scoped MessageBus reply stream in the discourse-ai plugin. Authenticated members of any Discourse instance running the discourse-ai plugin prior to versions 2026.1.6, 2026.5.2, 2026.6.1, or 2026.7.0 can intercept real-time streaming content of private message conversations between other users and the AI bot. No public exploit code has been identified at time of analysis, and the CVE is not listed in the CISA KEV catalog, but the low attack complexity and straightforward exploitation path represent a meaningful confidentiality risk for any deployment actively using AI bot private message features.
Technical ContextAI
Discourse uses MessageBus, a real-time server-push messaging infrastructure, to stream incremental AI bot replies to browser clients as they are generated token-by-token. The discourse-ai plugin's playground.rb module implements a publish_update method and a publish_final_update method that push reply content over this bus. Before the fix, these methods accepted only a reply post and a raw payload, internally resolving audience by referencing bot_reply_post.topic.allowed_user_ids - but the stream_user_ids and stream_group_ids variables used during live reply generation were uninitialized (nil), causing the audience scoping to be incorrect or absent for streaming events. The fix explicitly resolves reply_post.topic.allowed_users.pluck(:id) and reply_post.topic.allowed_groups.pluck(:id) at the start of the reply_to flow, threads these through every publish_update and publish_final_update call, and adds a guard returning early if both are blank. CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor) accurately characterizes the root cause: authorization-scoped data was transmitted over a channel accessible to principals who lacked permission on the underlying private message topic.
RemediationAI
Upgrade Discourse to version 2026.1.6, 2026.5.2, 2026.6.1, or 2026.7.0 depending on the active release branch, as confirmed by the GitHub Security Advisory at https://github.com/discourse/discourse/security/advisories/GHSA-gw88-2jw8-jf2h and implemented across commits 01faa889830f56e02fba2f6c1731811d319c5e81, 1fb2026eb8004dfeb12553014cc534dfd8083fbc, 9247666f8359f3cf214b8aea3d396e8a8237ed38, and b56b98232aa4dad4a30500a65e31db0c9080c8f5. If immediate upgrade is not possible, a targeted compensating control is to disable the AI bot feature within the discourse-ai plugin settings, which eliminates the vulnerable streaming code path at the cost of losing AI bot functionality entirely. A secondary mitigation is to restrict Discourse membership to a fully trusted and vetted user population, reducing the pool of potential eavesdroppers; this does not eliminate the vulnerability but limits realistic exposure surface. No other workarounds that preserve AI bot private messaging while preventing stream leakage are apparent from the available data.
Discourse versions prior to 3.5.0.beta6 contain a reflected cross-site scripting (XSS) vulnerability in social login fun
discourse-bbcode is the official BBCode plugin for Discourse. Rated critical severity (CVSS 9.8), this vulnerability is
Discourse is an open source platform for community discussion. Rated high severity (CVSS 8.2), this vulnerability is rem
Discourse versions prior to 2025.12.2, 2026.1.1, and 2026.2.0 contain an insecure direct object reference (IDOR) in the
In Discourse 2.7.0 through beta1, a rate-limit bypass leads to a bypass of the 2FA requirement for certain forms. Rated
Discourse is an open-source discussion platform. Rated medium severity (CVSS 6.5), this vulnerability is remotely exploi
Discourse is an open source platform for community discussion. Rated medium severity (CVSS 5.9), this vulnerability is r
Discourse versions prior to 3.4.4 (stable), 3.5.0.beta5 (beta), and 3.5.0.beta6-dev (tests-passed) contain a critical vu
Discourse is an open source platform for community discussion. Rated critical severity (CVSS 9.8), this vulnerability is
Discourse Patreon enables syncronization between Discourse Groups and Patreon rewards. Rated critical severity (CVSS 9.8
Discourse is an open source platform for community discussion. Rated critical severity (CVSS 9.8), this vulnerability is
Unauthorized access to hidden post revisions in Discourse through version enumeration allows unauthenticated users to by
Same weakness CWE-200 – Information Exposure
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-55665