CVE-2026-34038
Deferred Deferred - Pending Action

Authenticated Remote Command Injection in Coolify Prior to 4.0.0-beta.469

Vulnerability report for CVE-2026-34038, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-06

Last updated on: 2026-07-07

Assigner: GitHub, Inc.

Description

Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Prior to 4.0.0-beta.469, an authenticated remote command injection vulnerability in application deployment handling allows users with application write permissions to achieve remote code execution and exfiltrate sensitive environment variables through deployment logs via fields such as dockerfile_location and deployment commands. This issue is fixed in version 4.0.0-beta.469.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-06
Last Modified
2026-07-07
Generated
2026-07-27
AI Q&A
2026-07-07
EPSS Evaluated
2026-07-25
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
coolify coolify to 4.0.0-beta.469 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-78 The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in Coolify, an open-source tool for managing servers, applications, and databases. Before version 4.0.0-beta.469, users with application write permissions could exploit an authenticated remote command injection flaw during application deployment. By manipulating fields such as dockerfile_location and deployment commands, these users could execute arbitrary remote code and extract sensitive environment variables through deployment logs.

Detection Guidance

CVE-2026-34038 is an authenticated remote command injection vulnerability in Coolify that allows users with application write permissions to execute arbitrary commands during deployment by injecting malicious payloads into fields such as dockerfile_location and deployment commands.

To detect this vulnerability on your system, you should first verify the version of Coolify you are running. Versions prior to 4.0.0-beta.469 are vulnerable.

Detection can involve checking deployment logs for suspicious command injection patterns or unexpected environment variable dumps, especially in fields like dockerfile_location, pre_deployment_command, or deployment commands.

  • Check the Coolify version by running a command or inspecting the deployment environment to ensure it is 4.0.0-beta.469 or later.
  • Review deployment logs for unusual shell metacharacters such as `;`, `&&`, or backticks that may indicate command injection attempts.
  • Use grep or similar tools to search logs or configuration files for suspicious patterns, for example:
  • grep -E '(;|&&|`)' /path/to/coolify/deployment/logs/*
  • Audit application deployment configurations for unexpected or malformed inputs in dockerfile_location, pre_deployment_command, and related fields.

Because the vulnerability requires authenticated access with deployment permissions, monitoring user activities and deployment triggers for anomalous behavior can also help detect exploitation attempts.

Impact Analysis

The vulnerability allows an attacker with certain permissions to execute arbitrary code remotely on the affected system. This can lead to full system compromise, including the ability to exfiltrate sensitive environment variables, which may contain secrets or credentials. The impact includes complete loss of confidentiality, integrity, and availability of the system.

Compliance Impact

This vulnerability allows authenticated users with application write permissions to execute remote code and exfiltrate sensitive environment variables through deployment logs. Such unauthorized access and data exfiltration can lead to breaches of confidentiality and integrity of sensitive data.

As a result, organizations using affected versions of Coolify may face compliance risks with standards and regulations like GDPR and HIPAA, which require protection of sensitive data and prevention of unauthorized access.

Failure to address this vulnerability could lead to violations of these regulations, potentially resulting in legal penalties, reputational damage, and loss of trust.

Mitigation Strategies

To mitigate this vulnerability, you should upgrade Coolify to version 4.0.0-beta.469 or later, where the issue is fixed.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-34038. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart