Severity by source
AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
Authenticated low-priv user (PR:L) exploits a trivial network request (AV:N/AC:L); cross-team boundary breach justifies S:C; described impact is read access only, so C:H and I:N/A:N.
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.471, Coolify server and project lookups are not scoped to the current team, allowing any authenticated user to access servers and projects belonging to other teams by specifying their IDs directly. This vulnerability is fixed in 4.0.0-beta.471.
AnalysisAI
Cross-team data exposure in Coolify (self-hostable PaaS) before 4.0.0-beta.471 allows any authenticated user to read servers and projects owned by other teams by supplying their object IDs directly. The flaw is a broken object-level authorization (IDOR) where lookups are never scoped to the requester's team, breaching the multi-tenant boundary. No public exploit identified at time of analysis, and the issue is resolved in 4.0.0-beta.471.
Technical ContextAI
Coolify is an open-source, self-hostable platform-as-a-service used to deploy and manage servers, applications, and databases - positioned as a self-hosted alternative to Heroku/Netlify/Vercel. Its multi-tenancy model isolates resources by 'team'. The root cause maps to CWE-639 (Authorization Bypass Through User-Controlled Key): server and project lookups accept a user-controlled identifier and resolve the record without re-checking that the record belongs to the caller's team. Because the application trusts the supplied ID rather than enforcing a team-scoped query (e.g. WHERE team_id = current_team), the access-control check that should gate every tenant resource is effectively absent. The affected package is identified by CPE cpe:2.3:a:coollabsio:coolify (all versions prior to the fix).
RemediationAI
Vendor-released patch: upgrade to Coolify 4.0.0-beta.471 or later, which scopes server and project lookups to the requesting user's team. Follow the upstream fix and details in the GitHub advisory (https://github.com/coollabsio/coolify/security/advisories/GHSA-qfcc-2fm3-9q42). If immediate upgrade is not possible, reduce exposure by restricting account provisioning so that only trusted operators hold authenticated accounts (collapsing the multi-tenant attack surface), and place the Coolify dashboard behind network controls such as a VPN, IP allowlist, or reverse-proxy authentication so unauthenticated/untrusted parties cannot reach the API - the trade-off is reduced convenience for legitimate remote and multi-team users. Avoid running mixed-trust teams on a single shared instance until patched; the side effect is needing separate instances per tenant. There is no fully effective application-level workaround because the missing check is in core lookup logic, so upgrading is strongly preferred.
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-40236