Description
Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Prior to 4.0.0-beta.469, Coolify's app/Jobs/ApplicationDeploymentJob.php generate_healthcheck_commands() function directly interpolated the health_check_host, health_check_method, and health_check_path parameters into shell commands without proper sanitization, allowing authenticated users to execute arbitrary commands inside deployment containers. This issue is fixed in version 4.0.0-beta.469.
Published: 2026-07-09
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability in Coolify’s deployment job permits an attacker to modify health check configuration fields. By embedding unsanitized values for the health check host, method, and path directly into shell commands, the attacker can execute code inside deployment containers. This vulnerability is an instance of CWE‑78, an OS Command Injection flaw.

Affected Systems

The affected product is Coolify by coollabsio. All releases prior‑beta.469 are vulnerable, regardless of specific minor version numbers.

Risk and Exploitability

The CVSS score of 8.8 highlights a high severity. The EPSS score is less than 1%, indicating a low probability of exploitation in the current environment, but the lack of a KEV listing does not diminish the risk; attackers can exploit the flaw by creating or editing health check settings for any application they manage. Successful exploitation yields remote code execution within the affected container, compromising confidentiality, integrity, and availability of the application and host.

Generated by OpenCVE AI on July 29, 2026 at 12:08 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Coolify to version 4.0.0‑beta.469 or later.
  • If an immediate upgrade is not possible, deny or restrict access to health check configuration for non‑trusted users or disable the health check feature entirely.
  • Apply input validation to the health check parameters to escape or sanitize shell components before command construction.

Generated by OpenCVE AI on July 29, 2026 at 12:08 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 09 Jul 2026 19:45:00 +0000

Type Values Removed Values Added
First Time appeared Coollabsio
Coollabsio coolify
Vendors & Products Coollabsio
Coollabsio coolify

Thu, 09 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 09 Jul 2026 18:00: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.469, Coolify's app/Jobs/ApplicationDeploymentJob.php generate_healthcheck_commands() function directly interpolated the health_check_host, health_check_method, and health_check_path parameters into shell commands without proper sanitization, allowing authenticated users to execute arbitrary commands inside deployment containers. This issue is fixed in version 4.0.0-beta.469.
Title Coolify: OS Command Injection in Health Check Configuration Allows Remote Code Execution
Weaknesses CWE-78
References
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

Coollabsio Coolify
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-09T18:16:19.863Z

Reserved: 2026-07-06T15:34:16.917Z

Link: CVE-2026-59734

cve-icon Vulnrichment

Updated: 2026-07-09T18:15:29.434Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T12:15:03Z

Weaknesses
  • CWE-78

    Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')