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. The EPSS score of <1% indicates a very low probability of exploitation, though the vulnerability remains present. Exploitation can be achieved through the normal UI or API by specifying a target identifier belonging to another team, as the destination lookup is unscoped. The vulnerability does not require elevated privileges beyond a legitimate user. It is not listed in CISA’s KEV catalog, but the cross‑tenant nature and high severity warrant attention. Attackers who can clone resources into another tenant’s environment may gain unauthorized access to that tenant’s data.

Generated by OpenCVE AI on July 26, 2026 at 19:40 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 July 26, 2026 at 19:40 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

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-26T19:45:03Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key