6.9
MEDIUM CVSS 4.0
CVE-2026-75575
Rocket.Chat Missing DDP Rate Limit on the sendForgotPasswordEmail Meteor Method
Description

Rocket.Chat exposes the sendForgotPasswordEmail Meteor method without a DDP rate limit, so an unauthenticated caller may invoke it as often as it likes. The method is reachable over DDP and over the HTTP route POST /api/v1/method.callAnon/sendForgotPasswordEmail, and it triggers a password reset message for any address that matches an account. With no DDPRateLimiter rule registered for it, a caller can drive an unbounded volume of reset mail at a chosen address from the deployment's own mail sender, and can probe addresses at scale: the method answers true for an address with no account and for a successful send, but false when the address belongs to an account that authenticates through an external provider and Accounts_AllowPasswordChangeForOAuthUsers is off, so repeated calls distinguish that class of account. Later versions register a rule permitting ten calls per minute per client address.

INFO

Published Date :

Aug. 25, 2026, 2:16 a.m.

Last Modified :

Aug. 25, 2026, 2:16 a.m.

Remotely Exploit :

Yes !
Affected Products

The following products are affected by CVE-2026-75575 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Rocketchat rocket.chat
CVSS Scores
The Common Vulnerability Scoring System is a standardized framework for assessing the severity of vulnerabilities in software and systems. We collect and displays CVSS scores from various sources for each CVE.
Score Version Severity Vector Exploitability Score Impact Score Source
CVSS 3.1 MEDIUM 83251b91-4cc7-4094-a5c7-464a1b83ea10
CVSS 3.1 MEDIUM [email protected]
CVSS 4.0 MEDIUM 83251b91-4cc7-4094-a5c7-464a1b83ea10
CVSS 4.0 MEDIUM [email protected]
Solution
Implement rate limiting for the sendForgotPasswordEmail method to prevent abuse.
  • Apply DDP rate limiting to the method.
  • Limit calls per minute per client.
  • Configure Accounts_AllowPasswordChangeForOAuthUsers.
References to Advisories, Solutions, and Tools
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2026-75575 is associated with the following CWEs:

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-75575 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2026-75575 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • New CVE Received by [email protected]

    Aug. 25, 2026

    Action Type Old Value New Value
    Added Affected [{'repo': 'https://github.com/RocketChat/Rocket.Chat', 'vendor': 'RocketChat', 'product': 'Rocket.Chat', 'versions': [{'status': 'affected', 'version': '0', 'lessThan': '7.10.15', 'versionType': 'semver'}, {'status': 'affected', 'version': '8.0.0', 'lessThan': '8.1.8', 'versionType': 'semver'}, {'status': 'affected', 'version': '8.2.0', 'lessThan': '8.2.8', 'versionType': 'semver'}, {'status': 'affected', 'version': '8.3.0', 'lessThan': '8.3.8', 'versionType': 'semver'}, {'status': 'affected', 'version': '8.4.0', 'lessThan': '8.4.6', 'versionType': 'semver'}, {'status': 'affected', 'version': '8.5.0', 'lessThan': '8.5.3', 'versionType': 'semver'}, {'status': 'affected', 'version': '8.6.0', 'lessThan': '8.6.2', 'versionType': 'semver'}, {'status': 'affected', 'version': '8.7.0', 'lessThan': '8.7.2', 'versionType': 'semver'}, {'status': 'affected', 'version': '8.8.0-rc.0', 'lessThan': '8.8.0', 'versionType': 'semver'}], 'packageURL': 'pkg:github/RocketChat/Rocket.Chat', 'defaultStatus': 'unaffected'}]
    Added Description Rocket.Chat exposes the sendForgotPasswordEmail Meteor method without a DDP rate limit, so an unauthenticated caller may invoke it as often as it likes. The method is reachable over DDP and over the HTTP route POST /api/v1/method.callAnon/sendForgotPasswordEmail, and it triggers a password reset message for any address that matches an account. With no DDPRateLimiter rule registered for it, a caller can drive an unbounded volume of reset mail at a chosen address from the deployment's own mail sender, and can probe addresses at scale: the method answers true for an address with no account and for a successful send, but false when the address belongs to an account that authenticates through an external provider and Accounts_AllowPasswordChangeForOAuthUsers is off, so repeated calls distinguish that class of account. Later versions register a rule permitting ten calls per minute per client address.
    Added CVSS V4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
    Added CVSS V3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
    Added CWE CWE-204
    Added CWE CWE-307
    Added Reference https://github.com/RocketChat/Rocket.Chat
    Added Reference https://github.com/RocketChat/Rocket.Chat/commit/3a61c3afe
    Added Reference https://github.com/RocketChat/Rocket.Chat/security/advisories/GHSA-7c6v-m68v-v73r
    Added Reference https://www.vulncheck.com/advisories/rocket-chat-missing-ddp-rate-limit-on-the-sendforgotpasswordemail-meteor-method
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.