Description
FOSSBilling is a free, open-source billing and client management system. Versions prior to 0.8.0 allow low-privileged staff accounts to perform unauthorized actions via admin API endpoints. The root cause is a combination of the `can_always_access` module flag (which grants all staff access to certain modules) and insufficient permission checks or unsafe parameter handling on individual endpoints. Version 0.8.0 contains a fix. Some workarounds are available. Restrict staff accounts to only those who need access to sensitive settings and/or use a reverse proxy or WAF to restrict access to the affected endpoints to trusted IP addresses or higher-privilege roles.
Published: 2026-07-06
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

FOSSBilling is a free, open‑source billing and client‑management system. Versions prior to 0.8.0 allow low‑privileged staff accounts to perform unauthorized actions via admin API endpoints. The root cause is a combination of the can_always_access module flag, which grants all staff broad access to certain modules, and insufficient permission checks or unsafe parameter handling on individual API endpoints. As a result, an attacker with minimal privileges can modify configuration settings, elevate privileges, and threaten system integrity or confidentiality. Version 0.8.0 contains a fix; temporary mitigations include restricting staff accounts to only those who need access to sensitive settings and/or using a reverse proxy or WAF to limit access from untrusted IPs or enforce role‑based restrictions.

Affected Systems

The affected product is FOSSBilling, with all versions older than 0.8.0 susceptible. The flaw applies to every staff account regardless of its assigned role because the universal access flag overrides standard permission logic.

Risk and Exploitability

The CVSS score of 8.7 classifies this as a high‑severity vulnerability, exposing significant confidentiality and integrity risks if exploited. The EPSS score of <1% indicates a very low but nonzero probability of exploitation; opportunistic attacks are unlikely but possible. The issue is not listed in the CISA KEV catalog, yet the low implementation barrier warrants proactive remediation.

Generated by OpenCVE AI on July 23, 2026 at 14:07 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to FOSSBilling version 0.8.0 or later, which removes the universal access flag and implements proper permission checks
  • Limit staff accounts to only those necessary for operational duties and verify that sensitive settings are not assigned to low‑privileged roles
  • Configure a reverse proxy or WAF to block or restrict access to the vulnerable API endpoints from untrusted IP addresses or enforce role‑based restrictions

Generated by OpenCVE AI on July 23, 2026 at 14:07 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 07 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 07 Jul 2026 00:45:00 +0000

Type Values Removed Values Added
First Time appeared Fossbilling
Fossbilling fossbilling
Vendors & Products Fossbilling
Fossbilling fossbilling

Mon, 06 Jul 2026 23:15:00 +0000

Type Values Removed Values Added
Description FOSSBilling is a free, open-source billing and client management system. Versions prior to 0.8.0 allow low-privileged staff accounts to perform unauthorized actions via admin API endpoints. The root cause is a combination of the `can_always_access` module flag (which grants all staff access to certain modules) and insufficient permission checks or unsafe parameter handling on individual endpoints. Version 0.8.0 contains a fix. Some workarounds are available. Restrict staff accounts to only those who need access to sensitive settings and/or use a reverse proxy or WAF to restrict access to the affected endpoints to trusted IP addresses or higher-privilege roles.
Title FOSSBilling allows low-privileged staff accounts to perform unauthorized actions via admin API endpoints
Weaknesses CWE-200
CWE-639
CWE-862
References
Metrics cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Fossbilling Fossbilling
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-07T13:59:08.434Z

Reserved: 2026-06-09T20:16:59.648Z

Link: CVE-2026-53643

cve-icon Vulnrichment

Updated: 2026-07-07T13:59:04.911Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-23T14:15:03Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-639

    Authorization Bypass Through User-Controlled Key

  • CWE-862

    Missing Authorization