CVE-2026-43926
Last modified
CVE-2026-43926 is a medium-severity vulnerability rated 6.3/10 on the CVSS scale. FOSSBilling is a free, open-source billing and client management system. Prior to version 0.8.0, the password reset confirmation endpoint `/client/reset-password-confirm/:hash` is handled by a non-API controller and is not covered by FOSSBilling's rate limiter, which only applies to `/api/*` routes. EPSS estimates a 0.22% chance of exploitation in the next 30 days.
Description
FOSSBilling is a free, open-source billing and client management system. Prior to version 0.8.0, the password reset confirmation endpoint `/client/reset-password-confirm/:hash` is handled by a non-API controller and is not covered by FOSSBilling's rate limiter, which only applies to `/api/*` routes. This allows an attacker to probe the endpoint for valid reset tokens without any per-IP request limiting, attempt counting, or lockout mechanism. The endpoint acts as an oracle, returning a distinguishable response for valid versus invalid tokens (HTTP 200 vs HTTP 302 redirect). An attacker can submit unlimited token guesses to the password reset confirmation endpoint with no throttling applied. However, practical exploitability is significantly mitigated by the current token generation, which uses `hash('sha256', random_bytes(32))`, providing 256 bits of entropy. Tokens also expire after 15 minutes and are deleted after successful use. The same architectural gap applies to other controller-served auth routes, including `/staff/email/:hash` (admin password reset confirmation) and `/client/confirm-email/:hash` (email confirmation). Version 0.8.0 fixes 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-confirm/*` and `/staff/email/*` paths and/or use a WAF rule to limit request rates to these endpoints.
Metrics
CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-43926?
How severe is CVE-2026-43926?
How do I fix CVE-2026-43926?
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-43919Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMB…
- CVE-2026-4392A vulnerability was detected in TeamSpeak 3 Server up to 3.1…6.9
- CVE-2026-43920FOSSBilling is a free, open-source billing and client manage…6.9
- CVE-2026-43921FOSSBilling is a free, open-source billing and client manage…8.9
- CVE-2026-43924FOSSBilling is a free, open-source billing and client manage…4.8
- CVE-2026-43925FOSSBilling is a free, open-source billing and client manage…6.9
- CVE-2026-43927FOSSBilling is a free, open-source billing and client manage…6.9
- CVE-2026-43928FOSSBilling is a free, open-source billing and client manage…2.3
- CVE-2026-43929ssrfcheck is a library that checks if a string contains a po…8.2
- CVE-2026-4393Cross-Site Request Forgery (CSRF) vulnerability in Drupal Au…4.3
- CVE-2026-43930Parse Server is an open source backend that can be deployed …5.9
- CVE-2026-43934e107 is a content management system (CMS). Prior to 2.3.4, a…6.5
Are you affected by CVE-2026-43926?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
