Auth bypass in Discourse
CVE-2026-33410
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 `target_groups` 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, `can_chat?` only checked group membership, not the `chat_enabled` user preference. A chat-disabled user could create or query DM channels between other users via the direct messages API, potentially exposing private `last_message` 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.
Vulnerability class: Broken Access Control
EPSS: 0.002 (5.2th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 5.4 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N.
Affected products
- Discourse — versions = 2026.3.0-latest, >= 2026.2.0-latest, < 2026.2.1, >= 2026.1.0-latest, < 2026.1.2
Weakness classification (CWE)
References
- security-advisories@github.com (x_refsource_CONFIRM, Vendor Advisory)
Frequently asked questions
- What is CVE-2026-33410?
- CVE-2026-33410 is a medium-severity vulnerability in Discourse, classified under Incorrect Authorization. CVSS score: 5.4/10. Published 2026-03-19.
- How severe is CVE-2026-33410?
- Medium severity. CVSS v3 base score is 5.4 out of 10.