Severity by source
AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
Any authenticated user (PR:L) can trigger the network log endpoint with low complexity; cross-team access crosses a trust boundary (S:C) exposing logs (C:H) with no write or availability impact.
Primary rating from Vendor (GitHub_M).
CVSS VectorVendor: GitHub_M
Lifecycle Timeline
2DescriptionCVE.org
Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Prior to 4.0.0-beta.466, the Logs::mount() component looks up resources by UUID without scoping the lookup to the current team, allowing an authenticated user to access logs for applications owned by other teams by supplying a victim resource UUID. This issue is fixed in version 4.0.0-beta.466.
AnalysisAI
Cross-tenant log disclosure in Coolify (self-hosted PaaS) before 4.0.0-beta.466 lets any authenticated user read application logs belonging to other teams by supplying a victim resource's UUID. The Logs::mount() component resolves resources by UUID alone without verifying the caller's team ownership, breaking the multi-tenant isolation boundary. Rated CVSS 7.7 (CWE-639, IDOR); no public exploit identified at time of analysis and it is not listed in CISA KEV, but the fix is a one-line-class authorization check that is trivially reversible from the public commit.
Technical ContextAI
Coolify is an open-source, self-hostable platform-as-a-service (a Heroku/Netlify alternative) for deploying and managing servers, applications, and databases, using a team-based multi-tenancy model to separate customers/projects. The vulnerable Logs::mount() method (a Livewire/PHP component in the coollabsio/coolify codebase) performs a direct object lookup keyed on a user-supplied resource UUID but omits a scope filter binding that lookup to the authenticated user's current team. This is the classic CWE-639 (Authorization Bypass Through User-Controlled Key / Insecure Direct Object Reference) root cause: the identifier is authenticatable but the object it points to is never authorized against the caller. The affected product per CPE is cpe:2.3:a:coollabsio:coolify (all versions prior to the fix).
RemediationAI
Vendor-released patch: upgrade to Coolify 4.0.0-beta.466 or later, which adds team scoping to the Logs::mount() resource lookup (release: https://github.com/coollabsio/coolify/releases/tag/v4.0.0-beta.466; advisory: https://github.com/coollabsio/coolify/security/advisories/GHSA-565g-9j4m-wqmr). Because this is a beta channel, validate the upgrade in staging first given other beta changes may ship alongside the fix. Until patched, reduce exposure by limiting who holds accounts on the instance: restrict registration, remove or disable unneeded user accounts, and where feasible operate single-team-per-instance so no cross-tenant data exists to leak. As a network compensating control, place the Coolify dashboard behind a VPN or trusted-IP allowlist so only vetted operators can reach the authenticated UI - trade-off is reduced convenience for distributed teams. Note that because logs may contain secrets, tokens, or credentials, also consider rotating sensitive material that could have appeared in application logs on shared instances.
Coolify, a self-hosted server management platform, allows authenticated users to inject OS commands through the Git Repo
A command injection vulnerability in Coolify's Database Backup functionality allows authenticated users with application
Coolify through v4.0.0-beta.434 exposes the root user's SSH private key to low-privileged team members. Any user with ba
Cross-team authorization bypass in Coolify (open-source self-hosted PaaS) before 4.0.0-beta.474 allows an authenticated,
Coolify before 4.0.0-beta.445 allows command injection through docker-compose.yaml parameters. If a victim creates an ap
Coolify versions prior to v4.0.0-beta.420.7 are vulnerable to a remote code execution vulnerability in the project deplo
Coolify versions prior to v4.0.0-beta.420.6 are vulnerable to a remote code execution vulnerability in the application d
Authenticated OS command injection in Coolify before 4.0.0-beta.471 lets any user holding destination management permiss
Authenticated remote code execution in Coolify (self-hosted PaaS) before 4.0.0-beta.470 lets a low-privileged authentica
Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. [CVSS 8.8 HIGH]
Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Prior to version 4.0
An authenticated command injection vulnerability in Coolify's PostgreSQL initialization script handling allows attackers
Same technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-41991