CVE-2026-32995 PUBLISHED

Assigner: hackerone
Reserved: 17.03.2026 Published: 28.05.2026 Updated: 28.05.2026

The Rocket.Chat DDP method autoTranslate.translateMessage in versions <8.5.0, <8.4.2, <8.3.4, <8.2.4, <8.1.5, <8.0.5, <7.13.8, and <7.10.12 accepts a client-supplied IMessage object and passes it directly to translateMessage() without checking Meteor.userId() or verifying room membership. Any authenticated DDP user can read the content of any message by ID from any room (private channels, DMs, E2EE rooms) by calling this method.

Metrics

CVSS Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CVSS Score: 7.5

Product Status

Vendor Rocket.Chat
Product Rocket.Chat
Versions Default: unaffected
  • affected from 8.5.0 to 8.5.0 (excl.)
  • affected from 8.4.0 to 8.4.2 (excl.)
  • affected from 8.3.0 to 8.3.4 (excl.)
  • affected from 8.2.0 to 8.2.4 (excl.)
  • affected from 8.1.0 to 8.1.5 (excl.)
  • affected from 8.0.0 to 8.0.6 (excl.)
  • affected from 7.13.0 to 7.13.8 (excl.)
  • affected from 7.10.0 to 7.10.12 (excl.)

References

Problem Types

  • CWE-284 Improper Access Control - Generic CWE