CVE-2026-28514
Received
Received - Intake
Authentication Bypass in Rocket.Chat ddp-streamer Enables Account Takeover
Publication date: 2026-03-06
Last updated on: 2026-03-18
Assigner: GitHub, Inc.
Description
Description
Rocket.Chat is an open-source, secure, fully customizable communications platform. Prior to versions 7.8.6, 7.9.8, 7.10.7, 7.11.4, 7.12.4, 7.13.3, and 8.0.0, a critical authentication bypass vulnerability exists in Rocket.Chat's account service used in the ddp-streamer micro service that allows an attacker to log in to the service as any user with a password set, using any arbitrary password. The vulnerability stems from a missing await keyword when calling an asynchronous password validation function, causing a Promise object (which is always truthy) to be evaluated instead of the actual boolean validation result. This may lead to account takeover of any user whose username is known or guessable. This issue has been patched in versions 7.8.6, 7.9.8, 7.10.7, 7.11.4, 7.12.4, 7.13.3, and 8.0.0.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| rocket.chat | rocket.chat | to 7.8.6 (exc) |
| rocket.chat | rocket.chat | From 7.10.0 (inc) to 7.10.7 (exc) |
| rocket.chat | rocket.chat | From 7.11.0 (inc) to 7.11.4 (exc) |
| rocket.chat | rocket.chat | From 7.12.0 (inc) to 7.12.4 (exc) |
| rocket.chat | rocket.chat | From 7.13.0 (inc) to 7.13.3 (exc) |
| rocket.chat | rocket.chat | From 7.9.0 (inc) to 7.9.8 (exc) |
| rocket.chat | rocket.chat | 8.0.0 |
| rocket.chat | rocket.chat | 8.0.0 |
| rocket.chat | rocket.chat | 8.0.0 |
| rocket.chat | rocket.chat | 8.0.0 |
| rocket.chat | rocket.chat | 8.0.0 |
| rocket.chat | rocket.chat | 8.0.0 |
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. |