Vulnerability Description
Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Prior to 4.0.0-beta.464, the executeInDocker() helper wraps commands in bash -c '{$command}' without escaping single quotes. User-controlled docker_compose_custom_build_command and docker_compose_custom_start_command fields are interpolated directly, allowing a single quote to break out of the bash -c argument and execute commands on the managed server host (outside the intended Docker container context). This vulnerability is fixed in 4.0.0-beta.464.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/coollabsio/coolify/security/advisories/GHSA-6h8g-wpxp-cq98
- https://github.com/coollabsio/coolify/security/advisories/GHSA-6h8g-wpxp-cq98
FAQ
What is CVE-2026-27955?
CVE-2026-27955 is a vulnerability with a CVSS score of 6.6 (MEDIUM). Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Prior to 4.0.0-beta.464, the executeInDocker() helper wraps commands in bash -c '{$command}' without...
How severe is CVE-2026-27955?
CVE-2026-27955 has been rated MEDIUM with a CVSS base score of 6.6/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-27955?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.