Description
FOSSBilling is a free, open-source billing and client management system. Versions 0.5.3 through 0.7.2 allow authenticated clients to both read and reset API key service secrets for orders that are no longer in an `active` state (e.g., `suspended`, `canceled`). The root cause is missing order-state validation in two client API endpoints, despite an `isActive()` helper already existing in the `Serviceapikey` module and the frontend UI correctly gating access on `order.status == 'active'`. Version 0.8.0 contains a fix. Some workarounds are available. If the `Serviceapikey` module is not needed, uninstall it to remove the affected endpoints. One may also use a reverse proxy or WAF to restrict access to `/api/client/order/service` and `/api/client/serviceapikey/reset` based on application-level order-state logic.
Published: 2026-07-06
Score: 8.6 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

FOSSBilling, an open‑source billing and client management system, allows authenticated clients in versions 0.5.3 through 0.7.2 to read and reset API key service secrets for orders that are no longer in an 'active' state, such as suspended or canceled. The root cause is missing order‑state validation in two client API endpoints, even though an isActive() helper exists in the Serviceapikey module and the frontend UI correctly gates access on order.status == 'active'. Version 0.8.0 contains a fix, and workarounds include uninstalling the Serviceapikey module or restricting access to /api/client/order/service and /api/client/serviceapikey/reset with a reverse proxy or WAF.

Affected Systems

FOSSBilling versions 0.5.3 through 0.7.2 are affected. The product is the open‑source billing and client management system FOSSBilling. Version 0.8.0 and later contain the fix.

Risk and Exploitability

The CVSS score of 8.6 ranks this flaw as high, and it is not listed in the CISA KEV catalog. The EPSS score is less than 1%, indicating a low exploitation probability. The lack of state checks means an attacker only needs to be a legitimate client of an order that has moved from active to another state. Once authenticated, the attacker can read or reset the key, enabling further unauthorized API calls. Based on the description, it is inferred that the attack vector is remote via the exposed API endpoints, and does not require local access.

Generated by OpenCVE AI on July 26, 2026 at 19:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to FOSSBilling version 0.8.0 or later to apply the vendor patch that restores order‑state validation
  • If the Serviceapikey module is not required, uninstall or disable it to remove the vulnerable endpoints
  • Configure a reverse proxy or WAF to block access to /api/client/order/service and /api/client/serviceapikey/reset for orders that are not active

Generated by OpenCVE AI on July 26, 2026 at 19:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 08 Jul 2026 06: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 0.5.3 through 0.7.2 allow authenticated clients to both read and reset API key service secrets for orders that are no longer in an `active` state (e.g., `suspended`, `canceled`). The root cause is missing order-state validation in two client API endpoints, despite an `isActive()` helper already existing in the `Serviceapikey` module and the frontend UI correctly gating access on `order.status == 'active'`. Version 0.8.0 contains a fix. Some workarounds are available. If the `Serviceapikey` module is not needed, uninstall it to remove the affected endpoints. One may also use a reverse proxy or WAF to restrict access to `/api/client/order/service` and `/api/client/serviceapikey/reset` based on application-level order-state logic.
Title FOSSBilling's missing order-state validation allows clients to read and reset API key secrets for non-active orders
Weaknesses CWE-639
References
Metrics cvssV4_0

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


Subscriptions

Fossbilling Fossbilling
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-07T13:46:20.051Z

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

Link: CVE-2026-53644

cve-icon Vulnrichment

Updated: 2026-07-07T13:46:13.178Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-26T20:00:04Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key