Description
Discourse is an open-source discussion platform. Prior to 2026.1.6, 2026.5.2, 2026.6.1, and 2026.7.0, TopicLink.extract_from, TopicLink.ensure_entry_for, and TopicLink.duplicate_lookup do not consistently enforce Guardian.can_see? checks when processing internal links. An authenticated user can submit links to restricted topics, private messages, or hidden posts and receive canonicalized slugs or titles in the composer_messages duplicate_lookup response even though the targets are not visible to that user. This issue is fixed in versions 2026.1.6, 2026.5.2, 2026.6.1, and 2026.7.0.
Published: 2026-08-10
Score: 4.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Discourse users can submit internal links pointing to topics, private messages, or hidden posts that they do not have permission to view. The application’s link processing functions fail to apply the Guardian.can_see? checks consistently, so the bogus or duplicate link lookup returns the canonicalized slug or title of the restricted content. This missing authorization weakness, identified as CWE-862, allows an authenticated attacker to learn the existence and titles of otherwise invisible resources, which could aid in enumeration or social engineering.

Affected Systems

This issue affects the Discourse discussion platform, specifically releases prior to 2026.1.6, 2026.5.2, 2026.6.1, and 2026.7.0. Users running any of those versions are vulnerable if they permit link submissions.

Risk and Exploitability

The CVSS score of 4.3 indicates a moderate risk profile. The EPSS metric is not available, and the vulnerability is not listed in CISA’s KEV catalog, so no current evidence of widespread exploitation exists. Because the flaw requires an authenticated user and relies on standard link submission, attackers could exploit it by simply adding a private link in the composer; the vulnerability therefore has a practical attack surface for legitimate users with access to the platform.

Generated by OpenCVE AI on August 10, 2026 at 18:38 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor patch by upgrading to Discourse 2026.1.6, 2026.5.2, 2026.6.1, or 2026.7.0 or any later release.
  • If an upgrade is not immediately possible, disable link posting for users who are not site administrators by adjusting the site settings to forbid link embedding or by temporarily removing the internal link parsing feature.
  • Audit any custom plugins that handle internal links to ensure they enforce Guardian.can_see? checks on lookup functions, and remove or update them until the official patch is applied.

Generated by OpenCVE AI on August 10, 2026 at 18:38 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 11 Aug 2026 04:15:00 +0000

Type Values Removed Values Added
First Time appeared Discourse
Discourse discourse
Vendors & Products Discourse
Discourse discourse

Mon, 10 Aug 2026 16:15:00 +0000

Type Values Removed Values Added
Description Discourse is an open-source discussion platform. Prior to 2026.1.6, 2026.5.2, 2026.6.1, and 2026.7.0, TopicLink.extract_from, TopicLink.ensure_entry_for, and TopicLink.duplicate_lookup do not consistently enforce Guardian.can_see? checks when processing internal links. An authenticated user can submit links to restricted topics, private messages, or hidden posts and receive canonicalized slugs or titles in the composer_messages duplicate_lookup response even though the targets are not visible to that user. This issue is fixed in versions 2026.1.6, 2026.5.2, 2026.6.1, and 2026.7.0.
Title Discourse: Duplicate lookup reveals restricted topic titles through canonicalized URLs
Weaknesses CWE-862
References
Metrics cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N'}


Subscriptions

Discourse Discourse
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-13T17:46:27.779Z

Reserved: 2026-08-10T13:48:09.545Z

Link: CVE-2026-72722

cve-icon Vulnrichment

Updated: 2026-08-13T17:46:24.402Z

cve-icon NVD

Status : Received

Published: 2026-08-10T16:19:49.520

Modified: 2026-08-13T18:18:16.303

Link: CVE-2026-72722

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-11T04:00:07Z

Weaknesses