CVE-2026-48929
Last modified
CVE-2026-48929 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.72% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Rocket.Chat | Rocket.Chat | < 7.10.13 |
| Rocket.Chat | Rocket.Chat | >= 7.13.0, < 7.13.9 |
| Rocket.Chat | Rocket.Chat | >= 8.0.0, < 8.0.7 |
| Rocket.Chat | Rocket.Chat | >= 8.1.0, < 8.1.6 |
| Rocket.Chat | Rocket.Chat | >= 8.2.0, < 8.2.6 |
| Rocket.Chat | Rocket.Chat | >= 8.3.0, < 8.3.6 |
| Rocket.Chat | Rocket.Chat | >= 8.4.0, < 8.4.4 |
| Rocket.Chat | Rocket.Chat | >= 8.5.0, < 8.5.1 |
References
- https://github.com/RocketChat/Rocket.Chat/pull/40889/Issue Tracking, Patch, Third Party Advisory
- https://hackerone.com/reports/3611837Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-48929?
How severe is CVE-2026-48929?
How do I fix CVE-2026-48929?
Are you affected by CVE-2026-48929?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
