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

CVE-2025-64425: Coolify Auth Bypass Vulnerability

CVE-2025-64425 is an authentication bypass vulnerability in Coolify that allows attackers to hijack password reset tokens via host header manipulation. This article covers the technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-64425 Overview

CVE-2025-64425 is a Host Header Poisoning vulnerability affecting Coolify, an open-source and self-hostable tool for managing servers, applications, and databases. This vulnerability allows an attacker to manipulate the password reset functionality by modifying the Host header in the HTTP request. When a victim clicks on the malicious password reset link sent to their email, their reset token is transmitted to the attacker's controlled server, enabling complete account takeover.

Critical Impact

Attackers can hijack user accounts by intercepting password reset tokens through Host header manipulation, potentially gaining unauthorized access to server management capabilities.

Affected Products

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

Discovery Timeline

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

Technical Details for CVE-2025-64425

Vulnerability Analysis

This vulnerability is classified under CWE-644 (Improper Neutralization of HTTP Headers for Scripting Syntax), indicating that the application fails to properly validate or sanitize the Host header in HTTP requests. The password reset mechanism in Coolify uses the Host header value to construct the password reset URL that is sent to users via email. Because the application trusts the Host header without proper validation, an attacker can inject a malicious domain into this header.

The attack requires user interaction—the victim must click on the malicious link in the password reset email. However, since the email appears to come from the legitimate Coolify instance and the password reset was initiated for the victim's actual account, the likelihood of user interaction is significant.

Root Cause

The root cause of this vulnerability lies in the improper handling of the HTTP Host header within Coolify's password reset functionality. Instead of using a configured, trusted base URL for generating password reset links, the application dynamically reads the Host header from the incoming request. This design flaw allows attackers to inject arbitrary domain values that are then incorporated into the password reset email sent to victims.

The application fails to implement proper Host header validation or use a whitelist of allowed domains, making it susceptible to this class of attack.

Attack Vector

The attack vector is network-based and requires the following sequence of events:

  1. The attacker identifies a target user's email address registered with the Coolify instance
  2. The attacker initiates a password reset request for the victim's account
  3. In the password reset request, the attacker modifies the Host header to point to their malicious server
  4. The victim receives a legitimate-looking password reset email containing a link to the attacker's domain
  5. When the victim clicks the link, their password reset token is sent to the attacker's server
  6. The attacker uses the captured token to reset the victim's password and gain access to their account

The vulnerability mechanism relies on the application trusting user-controlled input (the Host header) to construct security-critical URLs. For detailed technical analysis, refer to the GitHub Security Advisory.

Detection Methods for CVE-2025-64425

Indicators of Compromise

  • Unusual password reset requests originating from suspicious IP addresses
  • Password reset emails containing links to unexpected or unknown domains
  • HTTP request logs showing mismatched Host headers compared to the actual server hostname
  • User reports of password changes they did not initiate

Detection Strategies

  • Monitor HTTP request logs for password reset endpoints with anomalous Host header values
  • Implement alerting for password reset requests where the Host header does not match the configured server domain
  • Review authentication logs for successful password resets followed by logins from new IP addresses or geolocations
  • Analyze email server logs for password reset emails containing unexpected URL domains

Monitoring Recommendations

  • Enable detailed logging on the password reset functionality including full HTTP headers
  • Set up security information and event management (SIEM) rules to detect Host header manipulation attempts
  • Monitor for bulk password reset requests which may indicate reconnaissance or attack preparation
  • Implement user notification mechanisms for password changes to alert users of unauthorized account modifications

How to Mitigate CVE-2025-64425

Immediate Actions Required

  • Review and audit all password reset logs for signs of exploitation
  • Notify users who may have received password reset emails to verify the legitimacy of any links before clicking
  • Consider temporarily disabling the password reset functionality until a patch is applied
  • Implement network-level controls to validate Host headers at the reverse proxy or load balancer level

Patch Information

As of the time of publication, it is unclear if a patch is available for this vulnerability. Organizations should monitor the GitHub Security Advisory for updates on remediation. Additional technical documentation may be available via the associated documentation.

Workarounds

  • Configure a reverse proxy (such as nginx or Apache) to enforce a specific Host header value and reject requests with unexpected values
  • Use application-level configuration to hardcode the base URL for password reset links instead of relying on the Host header
  • Implement an allowlist of permitted Host header values in web server or application configuration
  • Enable HTTPS with proper certificate validation to make Host header manipulation more difficult
bash
# Example nginx configuration to enforce Host header
# Add to server block configuration
server {
    listen 443 ssl;
    server_name coolify.yourdomain.com;
    
    # Reject requests with unexpected Host headers
    if ($host !~ ^(coolify\.yourdomain\.com)$) {
        return 444;
    }
    
    # ... rest of configuration
}

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

  • SeverityHIGH

  • CVSS Score8.5

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:N/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
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-644
  • Technical References
  • Google Drive File

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2025-64422: Coolify Auth Bypass Vulnerability

  • CVE-2025-22609: Coolify Authorization 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