Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Network-reachable UI/API with low-complexity injection needing an authenticated member (PR:L), no user interaction, yielding root command execution for full C/I/A impact; scope kept U to match the vulnerable managed host.
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, user-controlled persistent volume names are interpolated into shell commands executed on managed servers without escaping or validation, allowing an authenticated member to inject shell metacharacters and execute commands as root when volume operations are triggered. This issue appears to be fixed in version 4.0.0-beta.471.
AnalysisAI
OS command injection in Coolify (self-hosted server/application/database management platform) versions prior to 4.0.0-beta.471 allows an authenticated low-privileged member to run arbitrary commands as root on managed servers by embedding shell metacharacters in persistent volume names, which are interpolated unescaped into shell commands during volume operations. The CVSS 3.1 score is 8.8 (High) with a network vector requiring only low privileges. No public exploit identified at time of analysis; an upstream fix commit and a tagged patched release exist.
Technical ContextAI
Coolify is an open-source, self-hostable Platform-as-a-Service (a Heroku/Netlify alternative) that orchestrates Docker containers, applications, and databases across one or more managed servers, typically issuing commands over SSH with root-level privileges on those targets. The root cause is CWE-78 (Improper Neutralization of Special Elements used in an OS Command): user-supplied persistent volume names are concatenated directly into shell command strings (e.g. docker volume operations) without escaping or allow-list validation, so metacharacters such as ;, |, $(), backticks, or & break out of the intended argument and are executed by the shell. The single affected product is coollabsio/coolify (CPE cpe:2.3:a:coollabsio:coolify), and because volume operations run in Coolify's privileged execution context, injected commands run as root on the managed host.
RemediationAI
Upgrade to the vendor-released patched version 4.0.0-beta.471 or later (fix commit d2064dd4998694cda2eabd00149f7c4d1e94c699), per advisory GHSA-6pmw-6m96-4v4m (https://github.com/coollabsio/coolify/security/advisories/GHSA-6pmw-6m96-4v4m) and release https://github.com/coollabsio/coolify/releases/tag/v4.0.0-beta.471. If you cannot patch immediately, reduce exposure by restricting who holds member accounts and removing untrusted or unnecessary team members, since exploitation requires an authenticated member - the trade-off is reduced collaboration. As an interim control, avoid creating or modifying persistent volumes through affected accounts and audit existing volume names for shell metacharacters, and place the Coolify dashboard behind network restrictions (VPN/allow-listed IPs) so only trusted operators can reach the UI/API; note these are stopgaps that do not fix the underlying unescaped interpolation and should not substitute for upgrading.
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 weakness CWE-78 – OS Command Injection
View allSame technique Command Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-41993