Description
An authenticated user could manipulate a company ID parameter in a POST request to the backend to gain unauthorised access to other companies hosted within the same subdomain environment. The application does not adequately verify whether the requested company ID belongs to the authenticated user’s session, resulting in a cross-tenant authorisation bypass. If this vulnerability is successfully exploited, it allows unauthorised access to sensitive customer information, including billing data, and may enable the unauthorised modification of third-party data.
Published: 2026-07-06
Score: 9.3 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw allows an authenticated user to alter the company ID parameter in a POST request to the backend, bypassing the application's verification that the requested ID matches the user's session. By doing so, the attacker can view and potentially modify sensitive data belonging to other companies hosted under the same subdomain. The exploit is a classic authorization bypass (CWE‑639) that grants unauthorized access to confidential customer information, such as billing records, and may enable the alteration of third‑party data.

Affected Systems

The affected product is Adiss Biloop. Availability details are not provided, so all deployed instances of the application that host multiple tenants within the same sub until a patch is applied.

Risk and Exploitability

The CVSS score of 9.3 classifies the vulnerability as critical. The EPSS score of less than 1% indicates a low yet non‑zero likelihood of exploitation, and the issue is not listed in the CISA KEV catalog. Exploitation requires a legitimate authenticated session; once the company ID parameter, the application allows access to other tenants’ data without further checks. The attack path is straightforward and does not need elevated privileges outside the web application.

Generated by OpenCVE AI on July 28, 2026 at 09:48 UTC.

Remediation

Vendor Solution

The vulnerability has now been fixed, so we recommend updating to the latest available version.


OpenCVE Recommended Actions

  • Update Biloop to the latest version that includes the authorization fix.
  • Verify that every deployment enforces tenant‑ID validation by comparing the requested company ID against the authenticated user’s session data.
  • Restrict or disable access to the backend endpoint that accepts arbitrary company IDs until the patch is in place.
  • Implement monitoring for unauthorized POST requests to the affected endpoint.

Generated by OpenCVE AI on July 28, 2026 at 09:48 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 06 Jul 2026 23:15:00 +0000

Type Values Removed Values Added
First Time appeared Adiss
Adiss biloop
Vendors & Products Adiss
Adiss biloop

Mon, 06 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 06 Jul 2026 10:30:00 +0000

Type Values Removed Values Added
Description An authenticated user could manipulate a company ID parameter in a POST request to the backend to gain unauthorised access to other companies hosted within the same subdomain environment. The application does not adequately verify whether the requested company ID belongs to the authenticated user’s session, resulting in a cross-tenant authorisation bypass. If this vulnerability is successfully exploited, it allows unauthorised access to sensitive customer information, including billing data, and may enable the unauthorised modification of third-party data.
Title Incorrect authorisation in Adiss’s Biloop
Weaknesses CWE-639
References
Metrics cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: INCIBE

Published:

Updated: 2026-07-06T12:50:57.194Z

Reserved: 2026-06-19T08:38:05.732Z

Link: CVE-2026-12686

cve-icon Vulnrichment

Updated: 2026-07-06T12:50:53.831Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-28T10:00:12Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key