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

CVE-2025-64423: Coolify Privilege Escalation Vulnerability

CVE-2025-64423 is a privilege escalation flaw in Coolify that allows low privileged users to hijack admin invitation links and gain administrator access. This post covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-64423 Overview

CVE-2025-64423 is a privilege escalation vulnerability in Coolify, an open-source and self-hostable tool for managing servers, applications, and databases. The vulnerability allows a low-privileged user (member) to view and exploit invitation links intended for administrators. By using these links before the legitimate recipient, an attacker can authenticate as an administrator, achieving full privilege escalation within the Coolify platform.

Critical Impact

A low-privileged member can escalate to administrator privileges by hijacking administrator invitation links, potentially gaining full control over server, application, and database management functions.

Affected Products

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

Discovery Timeline

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

Technical Details for CVE-2025-64423

Vulnerability Analysis

This vulnerability stems from an improper authentication mechanism (CWE-287) in how Coolify handles invitation links for administrative accounts. The fundamental flaw lies in the application's failure to properly isolate invitation tokens and enforce authorization checks on who can access and utilize these links.

When an administrator invitation is generated, the link becomes accessible to existing low-privileged users within the system. This breaks the intended security boundary between user privilege levels. The invitation workflow does not validate that the user attempting to consume the invitation link matches the intended recipient, nor does it restrict visibility of pending invitations to appropriate privilege levels.

The exploitation scenario is straightforward: a member-level user can observe or access the administrator invitation link through the application interface, and by clicking the link before the intended administrator recipient, they inherit the administrator role. This represents a classic authentication bypass where the invitation token alone serves as the authentication credential without proper identity verification.

Root Cause

The root cause is improper authentication handling (CWE-287) in Coolify's invitation system. The application fails to implement proper authorization checks that would restrict invitation link visibility and usage to only the intended recipients. Invitation tokens are not bound to specific email addresses or user identities, allowing any authenticated user to claim administrative privileges by using an unbound invitation link.

Attack Vector

The attack is network-accessible and requires low privileges. An authenticated member must have access to the Coolify instance where they can observe administrator invitation links. The attack workflow involves:

  1. Attacker authenticates as a low-privileged member user
  2. Attacker locates or accesses an administrator invitation link through the interface
  3. Attacker uses the invitation link before the intended recipient
  4. The system grants administrator privileges to the attacker without verifying intended recipient identity

The vulnerability requires some level of timing or opportunity (accessing the link before the legitimate user), but does not require user interaction from the victim.

Detection Methods for CVE-2025-64423

Indicators of Compromise

  • Unexpected privilege escalation events where member accounts suddenly gain administrator access
  • Multiple accounts consuming invitation links from different IP addresses or sessions
  • Administrator invitation links being accessed by users other than the intended email recipient
  • Anomalous patterns in invitation link usage, particularly rapid succession of link access attempts

Detection Strategies

  • Monitor authentication logs for privilege changes that bypass normal administrator approval workflows
  • Implement alerting on invitation link consumption events, correlating the consuming user identity with the intended recipient
  • Review access logs for member-level accounts accessing invitation management endpoints
  • Track session activity for users who transition from member to administrator privileges unexpectedly

Monitoring Recommendations

  • Enable detailed audit logging for all invitation creation and consumption events
  • Configure alerts for privilege escalation events within the Coolify platform
  • Implement user behavior analytics to detect anomalous privilege changes
  • Regularly review administrator account creation and modification logs

How to Mitigate CVE-2025-64423

Immediate Actions Required

  • Audit all current administrator accounts to identify any that were created through potentially compromised invitation workflows
  • Revoke any pending administrator invitation links and regenerate them through secure out-of-band channels
  • Restrict access to the Coolify management interface to trusted networks only
  • Consider temporarily disabling the invitation system until a patch is available

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 options and patch availability.

Workarounds

  • Distribute administrator invitation links exclusively through secure out-of-band channels such as encrypted email or secure messaging
  • Implement network-level access controls to limit who can reach the Coolify management interface
  • Manually provision administrator accounts directly in the database rather than using the invitation system
  • Monitor for and immediately investigate any unexpected privilege escalation events
  • Consider running Coolify in an isolated network segment with strict access controls
bash
# Example: Restrict access to Coolify management interface via firewall
# Allow only trusted administrator IPs to access the Coolify port
iptables -A INPUT -p tcp --dport 3000 -s 10.0.1.0/24 -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
  • TypePrivilege Escalation

  • Vendor/TechCoolify

  • SeverityHIGH

  • CVSS Score7.7

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/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-287
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2025-64421: Coolify Privilege Escalation Vulnerability

  • CVE-2025-59156: Coolify RCE Vulnerability

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

  • CVE-2025-59955: Coolify Information Disclosure Flaw
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