Incorrect authorization in Discourse - CVE-2026-27153
Published: July 1, 2026
Discourse
Detailed vulnerability description
The vulnerability allows a remote user to disclose sensitive information.
The vulnerability exists due to improper access control in the CSV export endpoint when exporting entities. A remote user can export user chat direct messages to disclose sensitive information.
The issue is caused by an overly permissive allowlist in can_export_entity? that allowed moderators to export entities not explicitly blocked.