The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-64424

CVE-2025-64424: Coolify Command Injection RCE Vulnerability

CVE-2025-64424 is a command injection vulnerability in Coolify allowing low-privileged users to execute commands as root. This article covers the technical details, affected versions, security impact, and mitigation.

Updated: January 22, 2026

CVE-2025-64424 Overview

A critical command injection vulnerability has been identified in Coolify, an open-source and self-hostable tool for managing servers, applications, and databases. This vulnerability exists in the git source input fields of a resource, allowing a low-privileged user (member) to execute system commands as root on the Coolify instance. The flaw is classified as CWE-77 (Command Injection).

Critical Impact

A low-privileged user can achieve root-level command execution on the Coolify instance through malicious input in git source fields, potentially leading to complete system compromise.

Affected Products

  • Coolify versions up to and including v4.0.0-beta.434

Discovery Timeline

  • January 5, 2026 - CVE-2025-64424 published to NVD
  • January 8, 2026 - Last updated in NVD database

Technical Details for CVE-2025-64424

Vulnerability Analysis

This command injection vulnerability (CWE-77) affects Coolify's handling of git source input fields within resource management functionality. The application fails to properly sanitize user-supplied input before passing it to system command execution contexts, creating a dangerous attack surface.

When a user with member-level privileges interacts with the git source configuration for a resource, the application constructs system commands that include the user-provided input. Due to insufficient input validation and sanitization, an attacker can craft malicious input containing shell metacharacters or command separators that escape the intended command context and execute arbitrary commands on the underlying system.

The severity of this vulnerability is significantly amplified by the fact that the commands execute with root privileges. This means that even a user with minimal access rights within the Coolify platform can escalate their privileges to gain complete control over the host system.

Root Cause

The root cause of this vulnerability is improper neutralization of special elements used in command construction. The Coolify application directly incorporates user-supplied git source input into system command strings without adequate sanitization or parameterization. This allows shell metacharacters such as semicolons (;), pipes (|), backticks (`), and command substitution syntax ($(...)) to be interpreted by the shell, breaking out of the intended command context.

Attack Vector

The attack is network-accessible and requires only low-level privileges within the Coolify application. An attacker with member access can navigate to the resource configuration interface and manipulate the git source input fields. By injecting specially crafted payloads containing command injection sequences, the attacker can execute arbitrary commands on the server with root privileges.

The attack requires no user interaction beyond the attacker's own actions and can be performed remotely over the network. The exploitation complexity is low, making this vulnerability particularly dangerous in multi-tenant environments or situations where member access is granted to less-trusted users.

For detailed technical information about this vulnerability, refer to the GitHub Security Advisory.

Detection Methods for CVE-2025-64424

Indicators of Compromise

  • Unusual command execution or process spawning from the Coolify application process
  • Unexpected shell metacharacters in git source configuration entries (e.g., ;, |, $(), backticks)
  • Anomalous root-level processes initiated from web application contexts
  • Suspicious modifications to system files or configurations following Coolify resource updates

Detection Strategies

  • Implement application-layer logging to capture all git source field inputs and monitor for injection patterns
  • Deploy file integrity monitoring on critical system files to detect unauthorized modifications
  • Use process monitoring to alert on unexpected child processes spawned by the Coolify application
  • Configure SIEM rules to correlate web request patterns with subsequent system command execution

Monitoring Recommendations

  • Enable verbose logging within Coolify to track all resource configuration changes
  • Monitor system authentication logs for privilege escalation attempts
  • Implement network segmentation to limit lateral movement if the Coolify host is compromised
  • Review audit logs regularly for member-level users making unusual configuration changes

How to Mitigate CVE-2025-64424

Immediate Actions Required

  • Restrict member-level access to only trusted users until a patch is available
  • Implement network-level access controls to limit who can reach the Coolify management interface
  • Review all existing git source configurations for suspicious or malicious entries
  • Consider temporarily disabling git source functionality if operationally feasible

Patch Information

As of the time of publication, it is unclear if a patch is available for this vulnerability. Users should monitor the GitHub Security Advisory for updates on remediation. In the interim, organizations should implement the workarounds and mitigations described below.

Workarounds

  • Implement strict access control to ensure only highly trusted users have member-level or higher access to Coolify
  • Deploy a web application firewall (WAF) with rules to detect and block command injection patterns in HTTP requests
  • Run Coolify in an isolated environment (container or VM) with limited access to critical infrastructure
  • Consider using network segmentation to isolate the Coolify instance from sensitive systems
bash
# Example: Restrict network access to Coolify management interface using iptables
# Allow only trusted IP ranges to access the Coolify port
iptables -A INPUT -p tcp --dport 3000 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 3000 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechCoolify

  • SeverityCRITICAL

  • CVSS Score9.4

  • EPSS Probability0.50%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-77
  • Technical References
  • Google Drive Security File

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2025-59156: Coolify RCE Vulnerability

  • CVE-2025-59157: Coolify Command Injection RCE Vulnerability

  • CVE-2025-64419: Coolify RCE Vulnerability

  • CVE-2025-59955: Coolify Information Disclosure Flaw
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English