CVE-2026-48929

HIGHCVSS 7.5/10EPSS 0.72%

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
7.5/10

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

EPSS Probability
0.72%

49.3th percentile

Probability of exploitation in the next 30 days. Learn more

Weakness Enumeration

Affected Software

VendorProductVersions
Rocket.ChatRocket.Chat< 7.10.13
Rocket.ChatRocket.Chat>= 7.13.0, < 7.13.9
Rocket.ChatRocket.Chat>= 8.0.0, < 8.0.7
Rocket.ChatRocket.Chat>= 8.1.0, < 8.1.6
Rocket.ChatRocket.Chat>= 8.2.0, < 8.2.6
Rocket.ChatRocket.Chat>= 8.3.0, < 8.3.6
Rocket.ChatRocket.Chat>= 8.4.0, < 8.4.4
Rocket.ChatRocket.Chat>= 8.5.0, < 8.5.1

References

Timeline

Published
Last Modified
Status
Analyzed

Frequently Asked Questions

What is CVE-2026-48929?
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.
How severe is CVE-2026-48929?
CVE-2026-48929 has a CVSS score of 7.5/10 (HIGH severity). The EPSS model estimates a 0.72% probability of exploitation in the next 30 days.
How do I fix CVE-2026-48929?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

Are you affected by CVE-2026-48929?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST