CVE-2026-33410: Discourse hardens chat DM channel creation and expansion
Discourse is an open-source discussion platform. Versions prior to 2026.3.0-latest.1, 2026.2.1, and 2026.1.2 have two authorization issues in the chat direct message API. First, when creating a direct message channel or adding users to an existing one, the targetgroups parameter was passed directly to the user resolution query without checking group or member visibility for the acting user. An authenticated chat user could craft an API request with a known private/hidden group name and receive a channel containing that group's members, leaking their identities. Second, canchat? only checked group membership, not the chatenabled user preference. A chat-disabled user could create or query DM channels between other users via the direct messages API, potentially exposing private lastmessage content from the serialized channel response. Versions 2026.3.0-latest.1, 2026.2.1, and 2026.1.2 contain a patch. No known workarounds are available.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-33410?
CVE-2026-33410 is considered a high severity vulnerability due to the potential for unauthorized access to direct message channels.
How do I fix CVE-2026-33410?
To fix CVE-2026-33410, upgrade Discourse to versions 2026.3.0-latest.1, 2026.2.1, or 2026.1.2 or later.
What are the affected versions for CVE-2026-33410?
The affected versions for CVE-2026-33410 are all versions prior to 2026.3.0-latest.1, 2026.2.1, and 2026.1.2.
What type of vulnerability is CVE-2026-33410?
CVE-2026-33410 is an authorization issue found in the chat direct message API of Discourse.
Who is affected by CVE-2026-33410?
Any user running versions of Discourse prior to 2026.3.0-latest.1, 2026.2.1, and 2026.1.2 may be affected by CVE-2026-33410.