Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-75575
Published:August 25, 2026
Updated:September 24, 2026
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.
Affected Packages
https://github.com/RocketChat/Rocket.Chat.git (GITHUB):
Affected version(s) >=8.1.0 <8.1.8
Fix Suggestion:
Update to version 8.1.8
https://github.com/RocketChat/Rocket.Chat.git (GITHUB):
Affected version(s) >=7.10.0 <7.10.15
Fix Suggestion:
Update to version 7.10.15
https://github.com/RocketChat/Rocket.Chat.git (GITHUB):
Affected version(s) >=8.3.0 <8.3.8
Fix Suggestion:
Update to version 8.3.8
https://github.com/RocketChat/Rocket.Chat.git (GITHUB):
Affected version(s) >=8.2.0 <8.2.8
Fix Suggestion:
Update to version 8.2.8
https://github.com/RocketChat/Rocket.Chat.git (GITHUB):
Affected version(s) >=8.6.0 <8.6.2
Fix Suggestion:
Update to version 8.6.2
https://github.com/RocketChat/Rocket.Chat.git (GITHUB):
Affected version(s) >=8.5.0 <8.5.3
Fix Suggestion:
Update to version 8.5.3
https://github.com/RocketChat/Rocket.Chat.git (GITHUB):
Affected version(s) >=8.4.0 <8.4.6
Fix Suggestion:
Update to version 8.4.6
Do you need more information?
Contact Us
CVSS v4
Base Score:
6.9
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
LOW
Vulnerable System Integrity
NONE
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
5.3
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
LOW
Integrity
NONE
Availability
NONE
Weakness Type (CWE)
Observable Response Discrepancy
Improper Restriction of Excessive Authentication Attempts
EPSS
Base Score:
0.23