CVE-2026-75575: Rocket.Chat Missing DDP Rate Limit on the sendForgotPasswordEmail Meteor Method

Published Aug 25, 2026
·
Updated

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 AccountsAllowPasswordChangeForOAuthUsers is off, so repeated calls distinguish that class of account. Later versions register a rule permitting ten calls per minute per client address.

Affected Software

1 affected component
Rocket.Chat Rocket.Chat<

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade Rocket.Chat to a version that resolves this vulnerability.

    Fixed in Later versions register a rule permitting ten calls per minute per client addressPatch Missing DDP Rate Limit on the sendForgotPasswordEmail Meteor Method

Event History

Aug 25, 2026
CVE Published
via MITRE·01:30 AM
Data Sourced
via MITRE·01:30 AM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Who can exploit this issue?

Any unauthenticated remote caller that can reach the Rocket.Chat DDP endpoint or the POST /api/v1/method.callAnon/sendForgotPasswordEmail route can invoke the method repeatedly. No account or user interaction is required.

2

What can an attacker do with repeated requests?

An attacker can cause an unbounded volume of password-reset email to be sent to an address associated with an account, using the deployment's configured mail sender. They can also probe account behavior at scale based on whether the method returns false for externally authenticated accounts when password changes for OAuth users are disabled.

3

Are externally authenticated accounts affected in the same way?

When an address belongs to an account authenticated through an external provider and Accounts_AllowPasswordChangeForOAuthUsers is off, the method returns false rather than sending the reset message. This response difference can allow callers to distinguish that account class.

4

What rate limit addresses the issue?

Later versions register a DDPRateLimiter rule for this method that permits ten calls per minute per client address.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203