Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-43926— FOSSBilling's password reset confirmation endpoint lacks rate limiting

AI Predicted 5.3 Difficulty: Theoretical EPSS 0.22% · P12

Possible ATT&CK Techniques 1AI

T1110 · Brute Force

Affected Version Matrix 1

VendorProductVersion RangeStatus
FOSSBillingFOSSBilling< 0.8.0affected
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-43926

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
FOSSBilling's password reset confirmation endpoint lacks rate limiting
Source: NVD (National Vulnerability Database)
Vulnerability 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.
Source: NVD (National Vulnerability Database)
CVSS Information
N/A
Source: NVD (National Vulnerability Database)
Vulnerability Type
响应差异性信息暴露
Source: NVD (National Vulnerability Database)
Vulnerability Title
FOSSBilling 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
FOSSBilling是FOSSBilling开源的一个面向主机服务商和数字服务提供商的计费与客户管理平台。 FOSSBilling 0.8.0之前版本存在安全漏洞,该漏洞源于密码重置确认端点未受速率限制器保护,允许攻击者探测有效重置令牌,但实际利用受限于令牌生成的高熵值和短有效期。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
FOSSBillingFOSSBilling < 0.8.0 -

II. Public POCs for CVE-2026-43926

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-43926

登录查看更多情报信息。

Vendor Advisories for CVE-2026-43926 (1)

Vendor Pages for CVE-2026-43926 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-43926

No comments yet


Leave a comment