CVE-2026-53648: FOSSBilling: Downloadable product files can be overwritten through filename collisions
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.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
FOSSBillingto a version that resolves this vulnerability.Fixed in 0.8.1 - Configuration
Restrict the `servicedownloadable.manage` permission to fully trusted administrators only.
FOSSBilling permissions servicedownloadable.manage = fully trusted administrators only - Operational
As an operational mitigation, ensure downloadable product files use unique filenames before upload to prevent filename collisions (since stored path is derived from the client-supplied filename and later uploads can overwrite earlier ones).
Event History
Frequently Asked Questions
What is the severity of CVE-2026-53648?
CVE-2026-53648 has a risk score of 33, indicating a moderate severity level.
How can I fix CVE-2026-53648?
To fix CVE-2026-53648, upgrade to FOSSBilling version 0.8.1 or later.
What causes CVE-2026-53648?
CVE-2026-53648 is caused by filename collisions due to deterministic storage paths for uploaded product files.
What impact does CVE-2026-53648 have on FOSSBilling?
CVE-2026-53648 allows attackers to overwrite downloadable product files, potentially leading to unauthorized access or content manipulation.
Who is affected by CVE-2026-53648?
Any user or administrator of FOSSBilling versions prior to 0.8.1 is affected by CVE-2026-53648.