CVE-2026-53645 Details
Description
FOSSBilling is a free, open-source billing and client management system. Versions prior to 0.8.0 allow a low-privileged staff account to grant arbitrary module permissions to itself through the admin API, resulting in persistent privilege escalation. A staff user that only has `staff.create_and_edit_staff` can call `/api/admin/staff/permissions_update` targeting their own account and write any permission structure, bypassing the intended role-based access control boundary. Version 0.8.0 patches the issue. Some workarounds are available. Restrict the `staff.create_and_edit_staff` permission to only highly trusted staff members and/or use a reverse proxy or WAF to restrict access to `/api/admin/staff/permissions_update` to specific trusted roles.
A vulnerability in FOSSBilling versions prior to 0.8.0 allows low-privileged staff accounts to escalate privileges by granting themselves arbitrary module permissions through the admin API. Staff users with the 'staff.create_and_edit_staff' permission can manipulate their own permission sets, bypassing the intended role-based access controls. This flaw leads to persistent privilege escalation, as the new permissions are saved in the database and remain effective across sessions. The vulnerability arises from a lack of self-edit prevention and proper oversight of permission modifications, particularly in the 'permissions_update' endpoint.
Users are advised to update to FOSSBilling version 0.8.0 or later. As a temporary measure, the 'staff.create_and_edit_staff' permission should be restricted to highly trusted staff members. Alternatively, a reverse proxy or Web Application Firewall (WAF) can be used to limit access to the 'permissions_update' endpoint, allowing only specific trusted roles to make changes.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 6, 2026CISA-ADP
Assessed Jul 7, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/FOSSBilling/FOSSBilling/security/advisories/GHSA-4hf7-xxxw-64rm | [email protected] | AdvisoryRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-269 | Improper Privilege Management | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| FOSSBilling | <= 0.7.2 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 7, 2026 | CVE Modified | CISA-ADP |
| Jul 6, 2026 | New CVE Received | [email protected] |
Volerion