Skip to main content

Discourse EUVDEUVD-2026-55665

| CVE-2026-72726 MEDIUM
Information Exposure (CWE-200)
2026-08-10 GitHub_M
6.5
CVSS 3.1 · Vendor: GitHub_M
Share

Severity by source

Vendor (GitHub_M) PRIMARY
6.5 MEDIUM
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
vuln.today AI
6.5 MEDIUM

Any authenticated low-privilege network user can trigger the leak; only confidentiality is impacted as no data modification or service disruption is possible.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (GitHub_M).

CVSS VectorVendor: GitHub_M

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Lifecycle Timeline

3
Patch available
Aug 10, 2026 - 17:03 EUVD
Source Code Evidence Fetched
Aug 10, 2026 - 16:35 vuln.today
Analysis Generated
Aug 10, 2026 - 16:35 vuln.today

DescriptionCVE.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.

CVE-2025-48954 HIGH POC
8.1 Jun 25

Discourse versions prior to 3.5.0.beta6 contain a reflected cross-site scripting (XSS) vulnerability in social login fun

CVE-2022-46162 CRITICAL POC
9.8 Nov 30

discourse-bbcode is the official BBCode plugin for Discourse. Rated critical severity (CVSS 9.8), this vulnerability is

CVE-2024-47773 HIGH POC
8.2 Oct 08

Discourse is an open source platform for community discussion. Rated high severity (CVSS 8.2), this vulnerability is rem

CVE-2026-26265 HIGH POC
7.5 Feb 26

Discourse versions prior to 2025.12.2, 2026.1.1, and 2026.2.0 contain an insecure direct object reference (IDOR) in the

CVE-2021-3138 HIGH POC
7.5 Jan 14

In Discourse 2.7.0 through beta1, a rate-limit bypass leads to a bypass of the 2FA requirement for certain forms. Rated

CVE-2023-38706 MEDIUM POC
6.5 Sep 15

Discourse is an open-source discussion platform. Rated medium severity (CVSS 6.5), this vulnerability is remotely exploi

CVE-2024-53991 MEDIUM POC
5.9 Dec 19

Discourse is an open source platform for community discussion. Rated medium severity (CVSS 5.9), this vulnerability is r

CVE-2025-48877 CRITICAL
9.8 Jun 09

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

CVE-2023-47121 CRITICAL
9.8 Nov 10

Discourse is an open source platform for community discussion. Rated critical severity (CVSS 9.8), this vulnerability is

CVE-2022-39355 CRITICAL
9.8 Oct 26

Discourse Patreon enables syncronization between Discourse Groups and Patreon rewards. Rated critical severity (CVSS 9.8

CVE-2021-41163 CRITICAL
9.8 Oct 20

Discourse is an open source platform for community discussion. Rated critical severity (CVSS 9.8), this vulnerability is

CVE-2026-27454 MEDIUM POC
5.3 Mar 19

Unauthorized access to hidden post revisions in Discourse through version enumeration allows unauthenticated users to by

Share

EUVD-2026-55665 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy