Description
Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Prior to 4.0.0-beta.471, the Livewire component Server\Resources exposes public methods (startUnmanaged, stopUnmanaged, restartUnmanaged) that accept a container ID parameter directly from the browser without any sanitization or escaping. This parameter is interpolated directly into shell commands executed via SSH on managed servers, enabling any authenticated team member to execute arbitrary OS commands on remote servers. This issue is fixed in version 4.0.0-beta.471.
Published: 2026-07-07
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability in Coolify allows any authenticated team member to execute arbitrary OS commands on remote servers. Public methods in the Livewire Server\\Resources component (startUnmanaged, stopUnmanaged, restartUnmanaged) accept a container ID directly from the browser without sanitization. That value is inserted straight into shell commands run via SSH, enabling a malicious user to inject commands and gain full command‑line control over the host (CWE-78).

Affected Systems

All versions of Coolify distributed by coollabsio before 4.0.0-beta.471 are affected, regardless of the underlying operating system or deployment topology. The flaw was removed in the 4.0.0-beta.471 release.

Risk and Exploitability

The CVSS base score of 8.8 classifies this as a high‑severity vulnerability. The EPSS score of <1% indicates a very low current exploitation probability and it is not listed in the CISA KEV catalog, implying no known active exploits. Nonetheless, the attack vector requires authenticated access to the web application, meaning any team member with a valid account can abuse the unmanaged container operations to perform remote code execution on the managed servers.

Generated by OpenCVE AI on July 26, 2026 at 19:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Coolify to version 4.0.0-beta.471 or later to apply the security fix.
  • If an upgrade cannot be performed immediately, temporarily disable or remove the unmanaged container operation endpoints and ensure that any container ID submitted by users is not passed directly to shell commands.
  • Monitor SSH logs and enforce firewall rules to block unauthorized command executions on the managed servers.

Generated by OpenCVE AI on July 26, 2026 at 19:45 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 07 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 07 Jul 2026 04:45:00 +0000

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

Tue, 07 Jul 2026 03:30: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.471, the Livewire component Server\Resources exposes public methods (startUnmanaged, stopUnmanaged, restartUnmanaged) that accept a container ID parameter directly from the browser without any sanitization or escaping. This parameter is interpolated directly into shell commands executed via SSH on managed servers, enabling any authenticated team member to execute arbitrary OS commands on remote servers. This issue is fixed in version 4.0.0-beta.471.
Title Coolify: OS Command Injection via Unmanaged Container Operations - 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-07T13:40:48.893Z

Reserved: 2026-03-25T15:29:04.747Z

Link: CVE-2026-34058

cve-icon Vulnrichment

Updated: 2026-07-07T13:40:44.890Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-26T20:00:04Z

Weaknesses
  • CWE-78

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