Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-22609

CVE-2025-22609: Coolify Authorization Bypass Vulnerability

CVE-2025-22609 is an authorization bypass flaw in Coollabs Coolify that allows authenticated users to attach private keys and execute commands on victim servers. This article covers technical details, affected versions, and mitigation.

Published: March 11, 2026

CVE-2025-22609 Overview

CVE-2025-22609 is a critical missing authorization vulnerability in Coolify, an open-source and self-hostable tool for managing servers, applications, and databases. The vulnerability allows any authenticated user to attach any existing private key on a Coolify instance to their own server configuration. If the server configuration parameters (IP/domain, port, and user) match those of another user's server, an attacker can leverage the Terminal feature to execute arbitrary commands on the victim's server with full root access.

Critical Impact

Authenticated attackers can hijack private SSH keys and execute arbitrary commands on victim servers, leading to complete system compromise with root-level access.

Affected Products

  • Coollabs Coolify versions prior to 4.0.0-beta.361
  • Coolify 4.0.0-beta.18 through 4.0.0-beta.360
  • All Coolify 4.x beta installations without the security patch

Discovery Timeline

  • January 24, 2025 - CVE-2025-22609 published to NVD
  • September 19, 2025 - Last updated in NVD database

Technical Details for CVE-2025-22609

Vulnerability Analysis

This vulnerability is classified under CWE-862 (Missing Authorization). The core issue stems from the application failing to properly verify whether a user has the necessary permissions before allowing them to associate private SSH keys with server configurations. In multi-tenant Coolify deployments, this authorization gap creates a severe security boundary violation.

The attack succeeds when an attacker can match their malicious server configuration to a victim's legitimate server settings. Since Coolify uses SSH key-based authentication for server management, the ability to attach arbitrary private keys to server configurations effectively grants unauthorized access to those servers. The Terminal feature in Coolify then becomes the conduit for executing commands, typically running as root since many server deployments use root-level SSH access.

The impact is catastrophic for affected deployments: complete confidentiality breach through access to all server data, full integrity compromise via arbitrary command execution, and potential availability impact through destructive operations or service disruption.

Root Cause

The root cause is the absence of authorization checks in the functionality that manages private key associations with server configurations. The application allows any authenticated user to reference and attach private keys that belong to other users or the system, without validating ownership or access permissions. This is a classic Broken Access Control (BAC) vulnerability where authentication exists but authorization is missing.

Attack Vector

The attack requires the following conditions: the attacker must have valid authentication credentials to the Coolify instance, knowledge or ability to guess the victim's server configuration (IP address or domain, SSH port typically 22, and username typically root), and access to the Terminal feature within Coolify. Once these conditions are met, the attacker configures their own server entry with parameters matching the victim's server, attaches an existing private key from the Coolify instance to this configuration, and uses the built-in Terminal feature to establish an SSH connection. Since the private key is valid for the victim's server, authentication succeeds and the attacker gains command execution capabilities.

Detection Methods for CVE-2025-22609

Indicators of Compromise

  • Unexpected private key associations in server configurations that don't match the original owner's account
  • Terminal session activity from user accounts that shouldn't have access to specific servers
  • Audit log entries showing private key attachments by users who didn't create those keys
  • SSH connections to servers originating from unexpected Coolify user sessions

Detection Strategies

  • Monitor Coolify audit logs for cross-account private key associations or modifications
  • Implement alerting on Terminal feature usage, particularly when accessing servers not owned by the authenticated user
  • Review SSH connection logs on managed servers for authentication using keys that weren't explicitly authorized for specific user accounts
  • Deploy file integrity monitoring on private key storage locations within Coolify

Monitoring Recommendations

  • Enable verbose logging for all server configuration changes in Coolify
  • Set up real-time alerts for private key operations performed by non-administrative users
  • Correlate Coolify user sessions with SSH authentication events on managed servers
  • Periodically audit the mapping between users, private keys, and server configurations for unauthorized associations

How to Mitigate CVE-2025-22609

Immediate Actions Required

  • Upgrade Coolify to version 4.0.0-beta.361 or later immediately
  • Audit all existing server configurations to identify unauthorized private key associations
  • Review Terminal session logs for evidence of exploitation
  • Rotate SSH keys on servers that may have been compromised and regenerate private keys within Coolify

Patch Information

Coollabs has released version 4.0.0-beta.361 which addresses this vulnerability by implementing proper authorization checks for private key operations. The fix ensures that users can only attach private keys that belong to them or that they have explicit permission to use. Organizations should update to this version or later through their standard Coolify update process. For more details, see the GitHub Security Advisory for CVE-2025-22609.

Workarounds

  • Restrict Coolify access to only highly trusted administrators until the patch is applied
  • Implement network segmentation to limit SSH access from the Coolify server to managed hosts
  • Disable or restrict access to the Terminal feature if not operationally required
  • Deploy additional monitoring on SSH authentication events to detect unauthorized access attempts
bash
# Verify Coolify version after upgrade
cd /path/to/coolify
git describe --tags --abbrev=0
# Expected output: v4.0.0-beta.361 or higher

# Review server configurations for unauthorized key associations
# (Replace with actual Coolify CLI commands or database queries as applicable)
# Check audit logs for suspicious activity
tail -f /var/log/coolify/audit.log | grep -E "(private_key|server_config)"

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechCoolify

  • SeverityCRITICAL

  • CVSS Score10.0

  • EPSS Probability0.68%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-862
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2025-64425: Coolify Auth Bypass Vulnerability

  • CVE-2025-64422: Coolify Auth Bypass Vulnerability

  • CVE-2025-59156: Coolify RCE Vulnerability

  • CVE-2025-59157: Coolify Command Injection RCE Vulnerability
Default Legacy - Prefooter | 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