CVE-2026-65644 PUBLISHED

Assigner: hackerone
Reserved: 22.07.2026 Published: 21.08.2026 Updated: 21.08.2026

Rocket.Chat in versions before 8.8.0, 8.7.1, 8.6.2, 8.5.3, 8.4.6, 8.3.8, 8.2.8, 8.1.8, and 7.10.15 has a REST API endpoint POST /api/v1/livechat/visitor that accepts an unauthenticated, unsanitized name field for Livechat visitors. This name is stored raw and later rendered via dangerouslySetInnerHTML in the Omnichannel Queue side panel (InquireSidePanelItem.tsx), injecting a real, clickable HTML link - pointing to any attacker-controlled domain, with arbitrary social-engineering text - into the DOM of any agent viewing the queue.

Product Status

Vendor Rocket.Chat
Product Rocket.Chat
Versions Default: unaffected
  • affected from 0 to 8.8.0 (excl.)
  • affected from 0 to 8.7.1 (excl.)
  • affected from 0 to 8.6.2 (excl.)
  • affected from 0 to 8.5.3 (excl.)
  • affected from 0 to 8.4.6 (excl.)
  • affected from 0 to 8.3.8 (excl.)
  • affected from 0 to 8.2.8 (excl.)
  • affected from 0 to 8.1.8 (excl.)
  • affected from 0 to 7.10.15 (excl.)

Credits

  • Hill N (hillng) finder

References

Problem Types

  • CWE-79 Cross-site Scripting (XSS) - DOM CWE