Unknown · Fossbilling · CVE-2026-43925
**Name of the Vulnerable Software and Affected Versions**
FOSSBilling versions prior to 0.8.0
**Description**
An unauthenticated mass assignment issue exists in the client self-registration endpoint. This allows a visitor to assign themselves to an arbitrary client group during the sign-up process. Since client groups can control promo code eligibility, an attacker could potentially apply group-restricted discount codes to obtain unauthorized discounts. Mass assignment is a vulnerability where an application takes user-provided data and binds it to an internal object without proper filtering, allowing the user to modify fields they should not have access to.
**Recommendations**
Update to version 0.8.0.
Remove group restrictions from promo codes.
Disable client self-registration via Settings → Clients → Disable signup.