All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-73059
HIGHpublished 2026-08-16 14:16 UTC · 2 days ago · modified 2026-08-17 16:17 UTC
7.1
CVSS / 10
// description
stoatchat before 0.15.0 contains a permission bypass vulnerability in the message_fetch route that checks only ViewChannel permission instead of requiring ReadMessageHistory. Attackers with ViewChannel access but ReadMessageHistory denied can retrieve individual message content by ID, bypassing the intended history restriction enforced by bulk read routes.
// weaknesses (CWE)
- CWE-863