CVE 9.3 CRITICAL

FOSSBilling: Authentication bypass allows unauthenticated administrator creation_CVE-2026-33543

9.3 / 10
CRITICAL
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Description

FOSSBilling is a free, open-source billing and client management system. Versions 0.7.2 and prior expose a guest API endpoint, /api/guest/staff/create, intended for initial administrator bootstrap. Due to a flawed admin-existence check, the endpoint remains usable after an administrator already exists. The flawed guard check uses is_countable() on a value that returns a Model_Admin object or null rather than a countable type, causing the expression to always evaluate as true and bypass the intended protection. As a result, an attacker can reach the unprotected endpoint to create a new administrator account and immediately authenticate, gaining a fully privileged admin session even when an admin already exists. This issue has been fixed in version 0.8.0.

AI Analysis

Authentication bypass vulnerability in FOSSBilling allows unauthenticated administrator creation

Basic Information

ID CVE-2026-33543
Source GitHub_M
Published Jun 24, 2026 at 21:01

Affected Product

Vendor FOSSBilling
Product FOSSBilling
Version < 0.8.0
Affected Versions FOSSBilling FOSSBilling < 0.8.0

CWE Classification

AI Assessment

AI Score 9.3 / 10
AI Severity Critical
Vendor FOSSBilling
Product FOSSBilling
Version 0.7.2 and prior

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.