CVE-2026-75575
Last modified
CVE-2026-75575 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. 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. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| RocketChat | Rocket.Chat | < 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
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-75575?
How severe is CVE-2026-75575?
How do I fix CVE-2026-75575?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-75554Insufficient Session Expiration vulnerability in the OAuth t…2.3
- CVE-2026-7556The FV Flowplayer Video Player plugin for WordPress is vulne…7.2
- CVE-2026-75569A flaw was found in mce-operator-bundle. The build process f…7.7
- CVE-2026-7557An improper verification of cryptographic signature vulnerab…9.1
- CVE-2026-75573In MongoDB Connector for BI, mongodrdl may write a TLS priva…4.4
- CVE-2026-75574The Grav Email plugin (getgrav/grav-plugin-email) before 4.2…8.8
- CVE-2026-7558The Age Verification & Identity Verification by Token of Tru…5.3
- CVE-2026-75583keeper.sh's calendar module version prior to 2.18.14 contain…3.5
- CVE-2026-75586The Unlimited Elements For Elementor plugin for WordPress is…6.1
- CVE-2026-75587Mattermost Desktop App versions <=6.2 6.2.2.0 fail to redact…3.3
- CVE-2026-75589Net::OAuth versions before 0.33 for Perl check HMAC-SHA1, HM…7.5
- CVE-2026-7559The Affilia – Affiliate Program & Referral Tracking for Word…4.3
Are you affected by CVE-2026-75575?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
