CVE-2026-29198
Received
Received - Intake
NoSQL Injection in Rocket.Chat OAuth Leads to Account Takeover
Publication date: 2026-04-23
Last updated on: 2026-04-23
Assigner: HackerOne
Description
Description
In Rocket.Chat <8.3.0, <8.2.1, <8.1.2, <8.0.3, <7.13.5, <7.12.6, <7.11.6, and <7.10.9, a NoSQL injection vulnerability can lead to account takeover of the first user with a generated token when an OAuth app is configured.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| rocket_chat | rocket_chat | to 8.3.0 (exc) |
| rocket_chat | rocket_chat | to 8.2.1 (exc) |
| rocket_chat | rocket_chat | to 8.1.2 (exc) |
| rocket_chat | rocket_chat | to 8.0.3 (exc) |
| rocket_chat | rocket_chat | to 7.13.5 (exc) |
| rocket_chat | rocket_chat | to 7.12.6 (exc) |
| rocket_chat | rocket_chat | to 7.11.6 (exc) |
| rocket_chat | rocket_chat | to 7.10.9 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |