CVE-2026-53646: FOSSBilling: Client password reset token reuse allows persistent account takeover
FOSSBilling is a free, open-source billing and client management system. In versions 0.5.6 through 0.7.2, when a ClientPasswordReset record already exists for a client (from a previous unexpired reset request), subsequent calls to the resetpassword guest API endpoint reuse the existing token instead of generating a new one. The 15-minute validity window is anchored to the first request's createdat timestamp, not the time of the most recent email. An attacker who obtained the original reset link remains able to use it even after the victim requests a new reset, because the original token is never invalidated or rotated. Version 0.8.0 patches the issue. Some workarounds are available. Configure a reverse proxy (e.g., Nginx, Apache, Cloudflare) to apply per-IP rate limiting to the /client/reset-password endpoint to minimize the window of opportunity, and/or manually clear expired clientpasswordreset records from the database after a client reports a suspected compromise.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
FOSSBillingto a version that resolves this vulnerability.Fixed in 0.8.0 - Compensating control
Configure a reverse proxy (e.g., Nginx, Apache, Cloudflare) to apply per-IP rate limiting to the `/client/reset-password` endpoint to minimize the window of opportunity (applies to the `reset_password` guest API endpoint described for affected versions 0.5.6 through 0.7.2).
- Operational
Manually clear expired `client_password_reset` records from the database after a client reports a suspected compromise (workaround described for affected versions 0.5.6 through 0.7.2).
Event History
Frequently Asked Questions
What is the severity of CVE-2026-53646?
The severity of CVE-2026-53646 is rated at 57, indicating a moderate risk for vulnerability exploitation.
How do I fix CVE-2026-53646?
To fix CVE-2026-53646, update FOSSBilling to version 0.7.3 or later, which addresses the token reuse issue.
What systems are affected by CVE-2026-53646?
CVE-2026-53646 affects FOSSBilling versions 0.5.6 through 0.7.2.
What exploit does CVE-2026-53646 allow?
CVE-2026-53646 allows for persistent account takeover due to the reuse of client password reset tokens.
What is the potential impact of CVE-2026-53646?
The potential impact of CVE-2026-53646 includes unauthorized access to client accounts, which can lead to data breaches.