Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
coolify-cve-2025-66209-66213 — Public security advisory for CVE-2025-66209, CVE-2025-66210, CVE-2025-66211, CVE-2025-66212, and CVE-2025-66213 | Kitploit
Tools/GitHubGitHub/0xrakan/coolify-cve-2025-66209-66213
Vulnerability AnalysisExploitationWeb Application ExploitationCloud SecurityCommand and ControlContainer Escape
GitHub0xrakan/coolify-cve-2025-66209-66213

coolify-cve-2025-66209-66213

Public security advisory for CVE-2025-66209, CVE-2025-66210, CVE-2025-66211, CVE-2025-66212, and CVE-2025-66213

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
17 months agoNot yet reviewed

Coolify Security Advisories - CVE-2025-66209 through CVE-2025-66213

Reporter: 0xrakan
Vendor: coollabsio/coolify
Affected Versions: < v4.0.0-beta.451
Fixed Version: v4.0.0-beta.451
Severity: Critical (CVSS 9.4)

Overview

Five critical authenticated command injection vulnerabilities were discovered in Coolify that allow authenticated users with application/service management permissions to execute arbitrary commands as root on managed servers, leading to container escape and full host system compromise.

Vulnerabilities

CVE-2025-66213 - Authenticated Remote Code Execution via Command Injection in File Storage Directory Mount Path

GHSA ID: GHSA-cj2c-9jx8-j427
Severity: Critical (CVSS 9.4)
CWE: CWE-78 (OS Command Injection)

An authenticated command injection vulnerability in the File Storage Directory Mount Path functionality allows users with application/service management permissions to execute arbitrary commands as root on managed servers. The file_storage_directory_source parameter is passed directly to shell commands without proper sanitization, enabling full remote code execution on the host system.

Impact:

  • Arbitrary command execution as root
  • Container escape
  • Full host system compromise

CVE-2025-66212 - Authenticated Remote Code Execution via Command Injection in Dynamic Proxy Configuration Filename

GHSA ID: GHSA-q7rg-2j7p-83gp
Severity: Critical (CVSS 9.4)
CWE: CWE-78 (OS Command Injection)

An authenticated command injection vulnerability in the Dynamic Proxy Configuration Filename handling allows users with application/service management permissions to execute arbitrary commands as root on managed servers. Proxy configuration filenames are passed to shell commands without proper escaping, enabling full remote code execution.

Impact:

  • Arbitrary command execution as root
  • Container escape
  • Full host system compromise

CVE-2025-66211 - Authenticated Remote Code Execution via Command Injection in PostgreSQL Init Script Filename

GHSA ID: GHSA-24mp-fc9q-c884
Severity: Critical (CVSS 9.4)
CWE: CWE-78 (OS Command Injection)

An authenticated command injection vulnerability in PostgreSQL Init Script Filename handling allows users with application/service management permissions to execute arbitrary commands as root on managed servers. PostgreSQL initialization script filenames are passed to shell commands without proper validation, enabling full remote code execution.

Impact:

  • Arbitrary command execution as root
  • Container escape
  • Full host system compromise

CVE-2025-66209 - Authenticated Remote Code Execution via Command Injection in Database Backup

GHSA ID: GHSA-vm5p-43qh-7pmq
Severity: Critical (CVSS 9.4)
CWE: CWE-78 (OS Command Injection)

An authenticated command injection vulnerability in the Database Backup functionality allows users with application/service management permissions to execute arbitrary commands as root on managed servers. Database names used in backup operations are passed directly to shell commands without sanitization, enabling full remote code execution.

Impact:

  • Arbitrary command execution as root
  • Container escape
  • Full host system compromise

CVE-2025-66210 - Authenticated Remote Code Execution via Command Injection in Database Import

GHSA ID: GHSA-q33h-22xm-4cgh
Severity: Critical (CVSS 9.4)
CWE: CWE-78 (OS Command Injection)

An authenticated command injection vulnerability in the Database Import functionality allows users with application/service management permissions to execute arbitrary commands as root on managed servers. Database names used in import operations are passed directly to shell commands without sanitization, enabling full remote code execution.

Impact:

  • Arbitrary command execution as root
  • Container escape
  • Full host system compromise

Technical Details

All five vulnerabilities stem from insufficient input validation and sanitization of user-controlled parameters that are subsequently passed to shell commands. The affected functionality processes database names, file paths, and configuration filenames without proper escaping, allowing shell metacharacters to be injected and executed.

Since Coolify runs with elevated privileges to manage Docker containers and host system operations, successful exploitation of any of these vulnerabilities leads to command execution as the root user on the host system, effectively achieving container escape and complete host compromise.

Proof of Concept

Technical details and proof-of-concept exploits are being withheld to allow users additional time to upgrade. All vulnerabilities have been patched in v4.0.0-beta.451.

Remediation

Upgrade to v4.0.0-beta.451 or later immediately.

The Coolify development team has implemented comprehensive input validation and shell argument escaping across all affected functionality to prevent command injection attacks.

References

  • Fix Pull Request: https://github.com/coollabsio/coolify/pull/7375
  • Fixed Release: https://github.com/coollabsio/coolify/releases/tag/v4.0.0-beta.451
  • GitHub Security Advisories:
    • https://github.com/coollabsio/coolify/security/advisories/GHSA-cj2c-9jx8-j427
    • https://github.com/coollabsio/coolify/security/advisories/GHSA-q7rg-2j7p-83gp
    • https://github.com/coollabsio/coolify/security/advisories/GHSA-24mp-fc9q-c884
    • https://github.com/coollabsio/coolify/security/advisories/GHSA-vm5p-43qh-7pmq
    • https://github.com/coollabsio/coolify/security/advisories/GHSA-q33h-22xm-4cgh

CVE.org Records:

  • CVE-2025-66209
  • CVE-2025-66210
  • CVE-2025-66211
  • CVE-2025-66212
  • CVE-2025-66213

Disclosure Timeline

  • November 2025: Vulnerabilities discovered and reported to maintainer
  • December 2025: CVE IDs assigned by GitHub Security
  • December 3, 2025: Fixes released in v4.0.0-beta.451
  • December 21, 2025: Public disclosure
  • December 23, 2025: CVEs officially published to CVE.org

Credit

Discovered and reported by: 0xrakan
Fixed by: Coolify development team (@andrasbacsi)


CVE Registry

Download Tool
CVE IDCVE.org LinkGHSA IDComponentStatus
CVE-2025-66213ViewGHSA-cj2c-9jx8-j427File Storage Directory Mount PathPatched
CVE-2025-66212ViewGHSA-q7rg-2j7p-83gpDynamic Proxy Configuration FilenamePatched
CVE-2025-66211ViewGHSA-24mp-fc9q-c884PostgreSQL Init Script FilenamePatched
CVE-2025-66209ViewGHSA-vm5p-43qh-7pmqDatabase BackupPatched
CVE-2025-66210ViewGHSA-q33h-22xm-4cghDatabase ImportPatched