CVE-2026-27708
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedFOSSBilling is a free, open-source billing and client management system. In versions 0.7.2 and prior, the Servicecustom Client API's __call method accepts an order_id parameter and fetches the associated order without verifying the authenticated client owns it, potentially exposing cross-client data through IDOR. An authenticated client can access any other client's custom service by guessing sequential order IDs. This can lead to a confidentiality breach — attackers can read client PII (name, email, phone, address, company details, VAT number) and service configuration data belonging to other clients. This issue has been fixed in version 0.8.0.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceFOSSBilling versions 0.7.2 and prior contain an IDOR vulnerability in the Servicecustom Client API's __call method. The method accepts an order_id parameter but fails to verify that the authenticated client owns the referenced order, allowing any authenticated client to access arbitrary client data by iterating through sequential order IDs.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- Authentication
- X
- User interaction
- None
- Scope
- X
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify FOSSBilling versionLocate the version file (typically includes/version.php or check admin panel About page) and compare to 0.7.2Affected if Installed version is 0.7.2 or lower
-
Verify Servicecustom module is enabledCheck the modules list in FOSSBilling admin panel or inspect the modules/Servicecustom directory exists and is active in the databaseAffected if Servicecustom module is installed and active
-
Confirm API access is enabled for clientsInspect API configuration settings in admin panel or config file to verify client API access is permittedAffected if Client API access is enabled (authenticated clients can make API calls)
-
Test order ownership validationUsing an authenticated client API session, attempt to access an order by ID using the Servicecustom __call method and verify whether the system returns data for orders not owned by that clientAffected if API returns data for order IDs that do not belong to the authenticated client (indicating missing ownership validation)
User is affected if FOSSBilling version is 0.7.2 or lower, the Servicecustom module is enabled, client API access is permitted, and the API returns data for orders not owned by the requesting client.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade to FOSSBilling version 0.8.0 or later, which implements proper ownership validation. After upgrading, verify the fix by testing that clients cannot access other clients' orders via the API.
0.8.0
- Backup the existing FOSSBilling installation and database before proceeding with any changes
- Download FOSSBilling version 0.8.0 from the official repository (github.com/FOSSBilling/FOSSBilling)
- Replace the existing installation files with the new version 0.8.0 files
- Run any database migrations if required by the upgrade process
- Verify the upgrade was successful by checking the FOSSBilling admin panel version indicator
- Test that authenticated clients can no longer access other clients' orders via the Servicecustom API by attempting to access order IDs belonging to different clients
- Confirm that client PII is now properly restricted to the owning client only
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation2.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,512.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-27708 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-27708 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data