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-64420

CVE-2025-64420: Coolify Information Disclosure Flaw

CVE-2025-64420 is an information disclosure vulnerability in Coolify that exposes root private keys to low-privileged users, enabling SSH access. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-64420 Overview

CVE-2025-64420 is a critical information disclosure vulnerability in Coolify, an open-source and self-hostable tool for managing servers, applications, and databases. This vulnerability allows low-privileged users to access the private key of the root user on the Coolify instance. With this exposed private key, attackers can establish SSH connections to the server and authenticate as the root user, resulting in complete system compromise.

Critical Impact

Low-privileged users can obtain root-level SSH access by exploiting exposed private key credentials, enabling full server takeover with complete control over managed infrastructure.

Affected Products

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

Discovery Timeline

  • 2026-01-05 - CVE CVE-2025-64420 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2025-64420

Vulnerability Analysis

This vulnerability represents a severe insufficiently protected credentials issue (CWE-522). Coolify manages server infrastructure by utilizing SSH key-based authentication to connect to managed servers. The application stores the root user's private SSH key in a location accessible to low-privileged users within the application context.

The vulnerability enables authenticated users with minimal privileges to retrieve the private key material that should be restricted to administrative operations only. Once an attacker obtains this private key, they can bypass all application-level access controls by directly connecting to the underlying server infrastructure via SSH with root-level privileges.

The scope change indicated in this vulnerability means that a successful exploit impacts resources beyond the vulnerable component itself—specifically, the underlying server infrastructure that Coolify manages becomes compromised. This transforms a web application vulnerability into complete infrastructure compromise.

Root Cause

The root cause is improper access control implementation around sensitive credential storage. The application fails to enforce adequate authorization checks when low-privileged users access endpoints or data stores containing the root user's private SSH key. This constitutes insufficiently protected credentials (CWE-522), where sensitive authentication material is stored or transmitted without proper safeguards to prevent unauthorized access.

Attack Vector

The attack is network-based and requires low privileges to exploit. An authenticated attacker with minimal access to a Coolify instance can view or retrieve the root user's private SSH key through the application interface or API. The attacker then uses this private key to establish a direct SSH connection to the managed server, authenticating as root without requiring any additional credentials.

The exploitation path follows this pattern:

  1. Attacker obtains low-privileged access to a Coolify instance
  2. Attacker navigates to or queries the location where private keys are exposed
  3. Attacker extracts the root user's private SSH key
  4. Attacker uses the private key to SSH directly to the managed server as root
  5. Attacker achieves complete server compromise with full administrative privileges

Detection Methods for CVE-2025-64420

Indicators of Compromise

  • Unexpected SSH connections to managed servers from unauthorized source IPs
  • API requests or page accesses by low-privileged users to key management or credential storage endpoints
  • Multiple failed or successful SSH authentication attempts using the root user's key fingerprint from unusual locations
  • Audit log entries showing low-privileged user accounts accessing sensitive configuration or credential sections

Detection Strategies

  • Monitor Coolify application logs for unauthorized access attempts to key management functionality
  • Implement alerts for SSH connections to managed infrastructure from IP addresses outside expected administrative ranges
  • Review authentication logs for root SSH sessions that don't correlate with authorized administrative activities
  • Configure file integrity monitoring on SSH key storage locations to detect unauthorized reads

Monitoring Recommendations

  • Enable comprehensive audit logging for all Coolify user actions, particularly around credential and key management areas
  • Deploy network monitoring to detect SSH connections originating from unexpected sources to managed infrastructure
  • Implement SIEM correlation rules to identify low-privileged users accessing high-privilege resources
  • Set up alerting for any direct root SSH logins to managed servers outside of maintenance windows

How to Mitigate CVE-2025-64420

Immediate Actions Required

  • Restrict network access to Coolify instances to trusted administrative networks only
  • Review and rotate all SSH keys used by the Coolify instance, particularly the root user's private key
  • Audit all low-privileged user accounts and remove unnecessary access
  • Implement additional network segmentation between Coolify and managed server infrastructure
  • Monitor for any unauthorized SSH connections using existing key material

Patch Information

As of the publication date, it is unclear if a patch is available for this vulnerability. Organizations should monitor the GitHub Security Advisory for updates on remediation availability. Until a patch is released, apply the workarounds and mitigations described below.

Workarounds

  • Implement strict network access controls to limit who can access the Coolify web interface
  • Remove or restrict low-privileged user accounts until a patch becomes available
  • Consider disabling the Coolify instance if it's not critical until remediation is confirmed
  • Deploy an additional authentication layer (e.g., VPN or network-level authentication) before Coolify access
  • Rotate SSH keys on managed infrastructure and implement key-based access controls at the network level
bash
# Configuration example - Restrict SSH access to managed servers
# Add to /etc/ssh/sshd_config on managed servers to limit root access

# Disable direct root login until keys are rotated
PermitRootLogin no

# Restrict SSH to specific trusted IP addresses (adjust as needed)
AllowUsers admin@192.168.1.0/24

# Force key-based authentication only
PasswordAuthentication no
PubkeyAuthentication yes

# After changes, restart SSH service
# systemctl restart sshd

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechCoolify

  • SeverityCRITICAL

  • CVSS Score9.9

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-522
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2025-59955: Coolify Information Disclosure Flaw

  • CVE-2025-59156: Coolify RCE Vulnerability

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

  • CVE-2025-59158: Coolify Stored XSS Vulnerability
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