๐Ÿ” CVE Alert

CVE-2026-75575

MEDIUM 5.3

Rocket.Chat Missing DDP Rate Limit on the sendForgotPasswordEmail Meteor Method

CVSS Score
5.3
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-307 CWE-204
Vendor rocketchat
Product rocket.chat
Published Aug 25, 2026
Stay Ahead of the Next One

Get instant alerts for rocketchat rocket.chat

Be the first to know when new medium vulnerabilities affecting rocketchat rocket.chat are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
None

Affected Versions

RocketChat / Rocket.Chat
0 < 7.10.15 8.0.0 < 8.1.8 8.2.0 < 8.2.8 8.3.0 < 8.3.8 8.4.0 < 8.4.6 8.5.0 < 8.5.3 8.6.0 < 8.6.2 8.7.0 < 8.7.2 8.8.0-rc.0 < 8.8.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/RocketChat/Rocket.Chat/security/advisories/GHSA-7c6v-m68v-v73r github.com: https://github.com/RocketChat/Rocket.Chat github.com: https://github.com/RocketChat/Rocket.Chat/commit/3a61c3afe vulncheck.com: https://www.vulncheck.com/advisories/rocket-chat-missing-ddp-rate-limit-on-the-sendforgotpasswordemail-meteor-method

Credits

nedlir