CVE-2026-30833
Received
Received - Intake
NoSQL Injection in Rocket.Chat Account Service Enables Authentication Bypass
Publication date: 2026-03-06
Last updated on: 2026-03-13
Assigner: GitHub, Inc.
Description
Description
Rocket.Chat is an open-source, secure, fully customizable communications platform. Prior to versions 7.10.8, 7.11.5, 7.12.5, 7.13.4, 8.0.2, 8.1.1, and 8.2.0, a NoSQL injection vulnerability exists in Rocket.Chat's account service used in the ddp-streamer micro service that allows unauthenticated attackers to manipulate MongoDB queries during authentication. The vulnerability is located in the username-based login flow where user-supplied input is directly embedded into a MongoDB query selector without validation. An attacker can inject MongoDB operator expressions (e.g., { $regex: '.*' }) in place of a username string, causing the database query to match unintended user records. This issue has been patched in versions 7.10.8, 7.11.5, 7.12.5, 7.13.4, 8.0.2, 8.1.1, and 8.2.0.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| rocket.chat | rocket.chat | to 7.10.8 (exc) |
| rocket.chat | rocket.chat | From 7.11.0 (inc) to 7.11.5 (exc) |
| rocket.chat | rocket.chat | From 7.12.0 (inc) to 7.12.5 (exc) |
| rocket.chat | rocket.chat | From 7.13.0 (inc) to 7.13.4 (exc) |
| rocket.chat | rocket.chat | From 8.0.0 (inc) to 8.0.2 (exc) |
| rocket.chat | rocket.chat | From 8.1.0 (inc) to 8.1.1 (exc) |
| rocket.chat | rocket.chat | 8.2.0 |
| rocket.chat | rocket.chat | 8.2.0 |
| rocket.chat | rocket.chat | 8.2.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-943 | The product generates a query intended to access or manipulate data in a data store such as a database, but it does not neutralize or incorrectly neutralizes special elements that can modify the intended logic of the query. |