CVE-2026-48929 PUBLISHED

Assigner: hackerone
Reserved: 26.05.2026 Published: 16.06.2026 Updated: 16.06.2026

Rocket.Chat in versions <8.5.1, <8.4.4, <8.3.6, <8.2.6, <8.1.6, <8.0.7, <7.13.9, and <7.10.13 is vulnerable to unauthenticated file deletion. The deleteFileMessage Meteor method permanently deletes any uploaded file by ID without requiring authentication. When called via an unauthenticated DDP WebSocket connection, Meteor.userId() returns null, causing the authorization check to be skipped. Execution falls through to FileUpload.getStore('Uploads').deleteById(fileID), which removes the file from storage and database unconditionally. File IDs are discoverable from public channel message payloads and download URLs.

Metrics

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

Product Status

Vendor Rocket.Chat
Product Rocket.Chat
Versions Default: unaffected
  • affected from 0 to 8.5.1 (excl.)
  • affected from 0 to 8.4.4 (excl.)
  • affected from 0 to 8.3.6 (excl.)
  • affected from 0 to 8.2.6 (excl.)
  • affected from 0 to 8.1.6 (excl.)
  • affected from 0 to 8.0.7 (excl.)
  • affected from 0 to 7.13.9 (excl.)
  • affected from 0 to 7.10.13 (excl.)

References

Problem Types

  • CWE-287 Improper Authentication - Generic CWE