Description
Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Prior to 4.0.0-beta.464, the cloneTo() Livewire action in ResourceOperations.php authorizes the source resource but resolves destination resources with unscoped Eloquent lookups, allowing an authenticated user to clone resources into destinations owned by other teams and access cross-tenant resources. This issue is fixed in version 4.0.0-beta.464.
Published: 2026-07-07
Score: 9.9 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability exists in Coolify’s cloneTo() Livewire action. Although the action verifies permission on the source resource, it fails to apply a scope check on the destination resource. As a result, an authenticated user can supply any destination identifier, causing the application to resolve resources owned by other teams and create a copy of the source. This allows the attacker to access data and configurations belonging to another tenant, leading to unauthorized data exposure. Coolify manages servers, applications, and databases as a self‑hosted web application.

Affected Systems

CoollabsIO Coolify, versions prior to 4.0.0‑beta.464.

Risk and Exploitability

The CVSS base score of 9.9 marks the flaw as critical, while the EPSS score of <1% indicates a very low probability of exploitation. It is not listed in CISA’s KEV catalog. Based on the description, it is inferred that an authenticated user can trigger the cloneTo() Livewire action through the application’s web interface by supplying a destination resource identifier belonging to another team. If an API endpoint exists for this action, it may be exploitable in a similar manner. The vulnerability does not require elevated privileges beyond a legitimate user and allows cross‑tenant cloning, thus exposing sensitive data belonging to other tenants.

Generated by OpenCVE AI on August 3, 2026 at 04:59 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Coolify to version 4.0.0‑beta.464 or later to apply the fixed authorization logic.
  • Restrict or disable cross‑tenant cloning capabilities for users that do not need this feature.
  • Identify resources that may have been cloned across teams prior to the fix and remediate or remove them if necessary.

Generated by OpenCVE AI on August 3, 2026 at 04:59 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 07 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 07 Jul 2026 04:45:00 +0000

Type Values Removed Values Added
First Time appeared Coollabsio
Coollabsio coolify
Vendors & Products Coollabsio
Coollabsio coolify

Tue, 07 Jul 2026 03:30:00 +0000

Type Values Removed Values Added
Description Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Prior to 4.0.0-beta.464, the cloneTo() Livewire action in ResourceOperations.php authorizes the source resource but resolves destination resources with unscoped Eloquent lookups, allowing an authenticated user to clone resources into destinations owned by other teams and access cross-tenant resources. This issue is fixed in version 4.0.0-beta.464.
Title Cross-Tenant Resource Cloning via Broken Object-Level Authorization in cloneTo()
Weaknesses CWE-639
References
Metrics cvssV3_1

{'score': 9.9, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:L'}


Subscriptions

Coollabsio Coolify
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-07T14:02:21.731Z

Reserved: 2026-03-25T15:29:04.744Z

Link: CVE-2026-34037

cve-icon Vulnrichment

Updated: 2026-07-07T14:01:50.920Z

cve-icon NVD

Status : Deferred

Published: 2026-07-07T04:17:48.020

Modified: 2026-07-07T15:16:43.730

Link: CVE-2026-34037

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T05:00:16Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key