CVE-2026-73059

Summary

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.

Affected Software

VendorProductVersion RangeStatus
stoatchatstoatchat0 < 0.15.0affected
stoatchatstoatchat0.15.0unaffected

Weaknesses

  • CWE-863: Incorrect Authorization

References