Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-53647 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

FOSSBilling is a free, open-source billing and client management system. In versions 0.5.3 through 0.7.2, the Guest `serviceapikey/get_info` API endpoint is accessible without authentication. Any caller with a valid API key can retrieve all custom configuration parameters (`custom_*` fields) stored in the key's database record. These custom fields are populated by billing administrators and can contain business-sensitive data such as pricing tiers, feature flags, rate limits, expiry overrides, or access scope data. Version 0.8.0 patches the issue. Some workarounds are available. Administrators can avoid storing sensitive data in `custom_*` API key configuration fields, monitor API logs for suspicious calls to `/api/guest/serviceapikey/get_info`, and/or disable the Serviceapikey module if not in active use.

Metrics

CVSS 3.x Severity and Vector Strings:

References 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.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-200Exposure of Sensitive Information to an Unauthorized Actor[email protected]
CWE-306Missing Authentication for Critical Function[email protected]
CWE-862Missing Authorization[email protected]

Affected Products

ProductVersions
FOSSBilling
>= 0.5.3, <= 0.7.2 (semver)

CPE

  • cpe:2.3:a:fossbilling:fossbilling:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 0.8.0moderate effort
  • Mitigation:low effort

    Avoid storing sensitive data in custom_* API key configuration fields.

  • Mitigation:low effort

    Monitor API logs for suspicious calls to /api/guest/serviceapikey/get_info.

  • Mitigation:low effort

    Disable the Serviceapikey module if not in active use.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-53647
NVD Published Date:
Jul 7, 2026
NVD Last Modified:
Jul 7, 2026
Source:
[email protected]
CVE-2026-53647 Details - Not Deferred