Description
Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Prior to 4.0.0-beta.464, an authenticated command injection vulnerability in the CA Certificate management feature allows any authenticated user to execute arbitrary commands as the configured SSH user on the managed server host. As the SSH user typically would have to either be root or part of the docker group for Coolify to function as intended, this provides complete compromise of the managed server and associated docker containers. This vulnerability is fixed in 4.0.0-beta.464.
Published: 2026-06-30
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a command injection flaw in the CA Certificate management feature of Coolify prior to 4.0.0‑beta.464. An attacker who has authenticated access can embed and execute arbitrary shell commands, which are run with the privileges of the configured SSH user on the managed server. If that SSH user is root or a member of the docker group, the attacker effectively gains full control over the server and any containers running on it. This flaw is a classic example of CWE‑78.

Affected Systems

The affected product is Coollabsio Coolify, any version before 4.0.0‑beta.464. Users must consider that only authenticated users can trigger the injection, so any user with normal access to the Coolify UI has the ability to exploit the issue. The attack is confined to the server that the Coolify installation manages; it does not affect other nodes.

Risk and Exploitability

The CVSS score of 8.8 reflects a high severity. The vulnerability is not listed in CISA KEV and the EPSS score is not available, but given the nature of the flaw and the large user base of open‑source self‑hosted tooling, the likelihood of exploitation can be considered moderate to high. The attack vector is authenticated remote, requiring the attacker to be able to log into Coolify. Once authenticated, exploit is straightforward and does not require additional conditions; the injection leads to arbitrary command execution as the specified SSH user.

Generated by OpenCVE AI on June 30, 2026 at 16:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Coolify to 4.0.0‑beta.464 or later, which removes the vulnerable code.
  • Assess the privileges of the SSH account Coolify uses to manage hosts and restrict it to the minimum required; avoid root or docker group membership unless absolutely necessary.
  • Restrict the CA Certificate management endpoint to trusted administrators by tightening RBAC or firewall rules, reducing the number of users able to trigger the injection.

Generated by OpenCVE AI on June 30, 2026 at 16:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 30 Jun 2026 21:30:00 +0000

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

Tue, 30 Jun 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 30 Jun 2026 15: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.464, an authenticated command injection vulnerability in the CA Certificate management feature allows any authenticated user to execute arbitrary commands as the configured SSH user on the managed server host. As the SSH user typically would have to either be root or part of the docker group for Coolify to function as intended, this provides complete compromise of the managed server and associated docker containers. This vulnerability is fixed in 4.0.0-beta.464.
Title Coolify: Authenticated RCE via command injection in CA certificate management feature
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-06-30T15:29:33.603Z

Reserved: 2026-02-25T03:24:57.792Z

Link: CVE-2026-27957

cve-icon Vulnrichment

Updated: 2026-06-30T15:29:29.040Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-30T21:15:05Z

Weaknesses
  • CWE-78

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