CVE-2026-48929
Received
Received - Intake
Unauthenticated File Deletion in Rocket.Chat
Publication date: 2026-06-17
Last updated on: 2026-06-17
Assigner: HackerOne
Description
Description
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.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| rocket_chat | rocket_chat | to 7.10.13 (exc) |
| rocket.chat | rocket.chat | to 8.5.1 (exc) |
| rocket.chat | rocket.chat | to 8.4.4 (exc) |
| rocket.chat | rocket.chat | to 8.3.6 (exc) |
| rocket.chat | rocket.chat | to 8.2.6 (exc) |
| rocket.chat | rocket.chat | to 8.1.6 (exc) |
| rocket.chat | rocket.chat | to 8.0.7 (exc) |
| rocket.chat | rocket.chat | to 7.13.9 (exc) |
| rocket.chat | rocket.chat | to 7.10.13 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-287 | When an actor claims to have a given identity, the product does not prove or insufficiently proves that the claim is correct. |