CVE-2026-34599 Details
Description
Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Prior to 4.0.0-beta.471, there is an authenticated command injection vulnerability in the GetLogs Livewire component which allows users with team membership (lowest privilege member role) to execute arbitrary commands as root on managed servers. The $container Livewire public property is interpolated directly into shell commands (docker logs, docker service logs) without sanitization, and can be modified by any client via the Livewire wire protocol because it lacks the #[Locked] attribute. This issue is fixed in version 4.0.0-beta.471.
A command injection vulnerability has been identified in the GetLogs Livewire component of Coolify, an open-source tool for managing servers, applications, and databases. This vulnerability, present in versions prior to 4.0.0-beta.471, allows authenticated users with team membership to execute arbitrary commands as root on managed servers. The issue arises because the $container Livewire public property is directly interpolated into shell commands without proper sanitization. Additionally, the property can be manipulated by clients via the Livewire wire protocol, as it lacks the #[Locked] attribute. The vulnerability is exacerbated by the absence of authorization checks in the getLogs() method, which fails to verify if the user has permission to access the targeted server or resource.
Users can update to Coolify version 4.0.0-beta.471 or later, where this vulnerability has been patched.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 6, 2026CISA-ADP
Assessed Jul 7, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/coollabsio/coolify/commit/f267a28cb2badc7e712c4592af4d79d090fe5063 | [email protected] | Source CodeVendor |
| https://github.com/coollabsio/coolify/pull/9229 | [email protected] | Issue TrackingVendor |
| https://github.com/coollabsio/coolify/releases/tag/v4.0.0-beta.471 | [email protected] | Release NotesVendor |
| https://github.com/coollabsio/coolify/security/advisories/GHSA-q9j6-xcvx-px63 | [email protected] | AdvisoryExploitRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-78 | Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Coolify | <= 4.0.0-beta.470 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 7, 2026 | CVE Modified | CISA-ADP |
| Jul 6, 2026 | New CVE Received | [email protected] |
Volerion