CVE-2025-47781 Details
Description
Rallly is an open-source scheduling and collaboration tool. Versions up to and including 3.22.1 of the application features token based authentication. When a user attempts to login to the application, they insert their email and a 6 digit code is sent to their email address to complete the authentication. A token that consists of 6 digits only presents weak entropy however and when coupled with no token brute force protection, makes it possible for an unauthenticated attacker with knowledge of a valid email address to successfully brute force the token within 15 minutes (token expiration time) and take over the account associated with the targeted email address. All users on the Rallly applications are impacted. As long as an attacker knows the user's email address they used to register on the app, they can systematically take over any user account. For the authentication mechanism to be safe, the token would need to be assigned a complex high entropy value that cannot be bruteforced within reasonable time, and ideally rate limiting the /api/auth/callback/email endpoint to further make brute force attempts unreasonable within the 15 minutes time. As of time of publication, no patched versions are available.
A vulnerability exists in Rallly, an open-source scheduling and collaboration tool, in versions through 3.22.1. The issue arises from the application's token-based authentication system, where a 6-digit code is sent to users' email addresses for login. This 6-digit token has weak entropy and, combined with the lack of brute force protection, allows an unauthenticated attacker to guess the token within 15 minutes, the token's expiration time. By knowing a valid email address, an attacker can successfully brute force the token and take over the associated account. All users of the Rallly application are affected.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed May 14, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/lukevella/rallly/security/advisories/GHSA-gm8g-3r3j-48hv | CISA-ADP | ExploitVendor Advisory |
| https://github.com/lukevella/rallly/security/advisories/GHSA-gm8g-3r3j-48hv | [email protected] | ExploitVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-331 | Insufficient Entropy | [email protected] |
| CWE-331 | Insufficient Entropy | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| rallly rallly | <= 3.11.2 |
CPE
Remediation
| |
Change History
6 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Nov 6, 2025 | Reanalysis | [email protected] |
| Jul 11, 2025 | Initial Analysis | [email protected] |
| May 14, 2025 | CVE Modified | CISA-ADP |
| May 14, 2025 | New CVE Received | [email protected] |