Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
Lifecycle Timeline
4DescriptionGitHub Advisory
Discourse is an open-source discussion platform. Prior to versions 2026.3.0-latest.1, 2026.2.1, and 2026.1.2, a user could access another user's private activity due to insufficient authorization checks in the user actions endpoint. Versions 2026.3.0-latest.1, 2026.2.1, and 2026.1.2 contain a patch.
AnalysisAI
Discourse versions prior to 2026.3.0-latest.1, 2026.2.1, and 2026.1.2 contain an authorization bypass vulnerability in the user actions endpoint that allows authenticated users to access other users' private activity data. An attacker with valid login credentials can enumerate and view private user actions without proper permission checks, resulting in information disclosure. This is a moderate-severity issue with a CVSS score of 5.3 that requires authentication to exploit but has no known active exploitation or public proof-of-concept at this time.
Technical ContextAI
The vulnerability resides in Discourse's user actions API endpoint, which is responsible for retrieving activity logs and user interaction history. The root cause is classified as CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor), indicating insufficient authorization validation at the API layer. The endpoint fails to properly verify that the requesting user has permission to access the target user's private activity data before returning sensitive information. This is a classic broken access control issue where the application enforces authentication (the user must be logged in) but does not enforce proper authorization (the user must have explicit permission to view that specific data). The vulnerability affects Discourse's core activity tracking and user privacy features, which rely on proper access controls to protect sensitive user behavior and interaction history.
RemediationAI
Upgrade Discourse to version 2026.1.2, 2026.2.1, or 2026.3.0-latest.1 or later depending on which branch your instance is running. Apply the patch by following your Discourse update procedure (typically via Admin Dashboard or Docker image update). Until patching is feasible, implement network-level access controls by restricting Discourse API access to trusted internal IP ranges or networks, and audit API logs for suspicious user activity enumeration patterns. Review and disable any third-party plugins or customizations that access the user actions endpoint without proper authorization checks. The vendor advisory at https://github.com/discourse/discourse/security/advisories/GHSA-ww5f-24g5-c33g provides additional context and patch verification steps.
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-13492