Resource exhaustion in Discourse - CVE-2023-48297
Published: January 9, 2024 / Updated: July 1, 2026
Discourse
Detailed vulnerability description
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to uncontrolled resource consumption in message serializer when processing expanded chat mentions. A remote attacker can send content containing @all or @here mentions to cause a denial of service.
The issue is triggered by the full list of mentioned users being included in the serialized message data, which can result in a very large user array.