CVE-2026-72724
Received
Received - Intake
Chat Thread Content Exposure in Discourse
Vulnerability report for CVE-2026-72724, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-08-10
Last updated on: 2026-08-10
Assigner: GitHub, Inc.
Description
Description
Discourse is an open-source discussion platform. Prior to 2026.1.6, 2026.5.2, 2026.6.1, and 2026.7.0, plugins/chat/lib/chat/onebox_handler.rb resolves Chat::Thread by route thread_id independently of the route channel_id before checking whether the user can preview the selected chat channel. An authenticated user can pair a public channel ID with a private thread ID in a /onebox.json request and obtain private thread message content. This issue is fixed in versions 2026.1.6, 2026.5.2, 2026.6.1, and 2026.7.0.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| discourse | discourse | to 2026.1.6 (inc) |
| discourse | discourse | to 2026.5.2 (inc) |
| discourse | discourse | to 2026.6.1 (inc) |
| discourse | discourse | to 2026.7.0 (inc) |
| discourse | discourse | to 2026.1.6 (exc) |
| discourse | discourse | to 2026.5.2 (exc) |
| discourse | discourse | to 2026.6.1 (exc) |
| discourse | discourse | to 2026.7.0 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-639 | The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data. |