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-53648 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. Prior to version 0.8.1, downloadable product files are stored using a deterministic filename-derived path. When an administrator uploads a file for a downloadable product, FOSSBilling stores the file as `md5(<original filename>)` under the uploads directory. Because the stored path depends only on the client-supplied filename, two different downloadable products, or product/order files, uploaded with the same original filename will resolve to the same stored file path. A later upload can overwrite an earlier upload, causing customers or administrators downloading the earlier product to receive the later file instead. Version 0.8.1 patches the issue. Some workarounds are available. Restrict the `servicedownloadable.manage` permission to fully trusted administrators only. As an operational mitigation, ensure downloadable product files use unique filenames before upload. This reduces accidental collisions but does not fully address the underlying issue.

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-668Exposure of Resource to Wrong Sphere[email protected]
CWE-73External Control of File Name or Path[email protected]

Affected Products

ProductVersions
FOSSBilling
>= 0.1.0, <= 0.8.0 (semver)

CPE

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

Remediation

  • Upgrade: 0.8.1moderate effort
  • Workaround:low effort

    Restrict the `servicedownloadable.manage` permission to fully trusted administrators only.

  • Mitigation:low effort

    Ensure downloadable product files use unique filenames before upload. This reduces accidental collisions but does not fully address the underlying issue.

Change History

2 change records found show changes


QUICK INFO

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