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

CVE-2025-64422: Coolify Auth Bypass Vulnerability

CVE-2025-64422 is an authentication bypass vulnerability in Coolify that allows attackers to bypass rate limits and launch unlimited brute-force attacks. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-64422 Overview

CVE-2025-64422 is an authentication bypass vulnerability in Coolify, an open-source and self-hostable tool for managing servers, applications, and databases. The vulnerability exists in Coolify starting with version 4.0.0-beta.434, where the /login endpoint advertises a rate limit of 5 requests but can be trivially bypassed by rotating the X-Forwarded-For header. This enables unlimited credential stuffing and brute-force attempts against user and admin accounts. As of time of publication, it is unclear if a patch is available.

Critical Impact

Attackers can bypass rate limiting protections on the login endpoint, enabling unrestricted brute-force and credential stuffing attacks against Coolify user and admin accounts.

Affected Products

  • Coolify version 4.0.0-beta.434 and later versions
  • Self-hosted Coolify instances with exposed /login endpoints
  • Deployments behind reverse proxies that trust X-Forwarded-For headers

Discovery Timeline

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

Technical Details for CVE-2025-64422

Vulnerability Analysis

This vulnerability is classified under CWE-770 (Allocation of Resources Without Limits or Throttling). The core issue lies in the implementation of rate limiting on Coolify's /login endpoint. While the application advertises a rate limit of 5 requests to prevent brute-force attacks, the rate limiting mechanism relies on client-provided IP addresses through the X-Forwarded-For HTTP header. Since this header can be easily manipulated by attackers, the rate limiting protection becomes ineffective.

The vulnerability allows attackers to conduct unlimited credential stuffing and brute-force attacks by simply rotating IP addresses in the X-Forwarded-For header with each request. This completely undermines the security control designed to protect user accounts from automated attack attempts.

Root Cause

The root cause of this vulnerability is the improper trust of client-supplied data for security-critical functionality. The rate limiting implementation incorrectly uses the X-Forwarded-For header value as the client identifier for tracking request counts. Since this header can be arbitrarily set by clients, attackers can spoof different IP addresses to circumvent the rate limiting mechanism entirely.

This represents a flawed security architecture where rate limiting should be based on the actual connection source IP rather than a client-controlled header value, or should implement additional safeguards such as account lockout policies independent of source IP.

Attack Vector

The attack exploits the network-accessible /login endpoint. An attacker requires no authentication or special privileges to exploit this vulnerability. The attack methodology involves:

  1. Sending authentication requests to the /login endpoint
  2. After reaching the 5-request rate limit threshold, rotating the X-Forwarded-For header value to a new spoofed IP address
  3. Continuing brute-force or credential stuffing attempts with effectively unlimited request capacity
  4. The process can be fully automated using standard HTTP client tools

The vulnerability mechanism centers on header manipulation. Rather than implementing a code example, see the GitHub Security Advisory for complete technical details on the rate limiting bypass technique.

Detection Methods for CVE-2025-64422

Indicators of Compromise

  • Unusually high volume of authentication failures on the /login endpoint from varied X-Forwarded-For header values but consistent actual source IPs
  • Login attempts with rapidly changing or sequential X-Forwarded-For header values
  • Authentication log entries showing rate limit messages followed by continued attempts with different reported client IPs
  • Successful account compromises following periods of elevated login activity

Detection Strategies

  • Implement log correlation between actual source IP addresses and X-Forwarded-For header values to identify discrepancies
  • Monitor for patterns of failed authentication attempts that reset after reaching the 5-request threshold
  • Deploy web application firewall (WAF) rules to detect anomalous header rotation patterns
  • Configure alerts for high-volume authentication failures from single source IPs regardless of reported forwarded headers

Monitoring Recommendations

  • Enable detailed logging on Coolify's /login endpoint including both actual source IP and forwarded headers
  • Implement real-time monitoring for authentication failure rates exceeding normal baselines
  • Track account lockouts and password reset requests that may indicate successful credential compromise
  • Monitor for successful logins following periods of failed authentication attempts

How to Mitigate CVE-2025-64422

Immediate Actions Required

  • Restrict access to the Coolify /login endpoint to trusted IP ranges using network-level controls
  • Implement additional authentication factors (MFA) for all Coolify accounts, especially administrative accounts
  • Deploy a web application firewall with rate limiting based on actual source IP rather than forwarded headers
  • Review authentication logs for signs of exploitation attempts or successful compromises
  • Consider temporarily disabling public access to Coolify instances until a patch is available

Patch Information

As of the time of publication, it is unclear if a patch is available for this vulnerability. Administrators should monitor the GitHub Security Advisory for updates on patch availability. When a patch becomes available, prioritize updating affected Coolify installations.

Workarounds

  • Configure reverse proxies to ignore or override client-provided X-Forwarded-For headers and use the actual connection source IP
  • Implement network-level rate limiting using firewall rules or reverse proxy configurations that cannot be bypassed via header manipulation
  • Restrict /login endpoint access to VPN or internal networks only
  • Deploy account lockout policies based on username rather than source IP to limit brute-force effectiveness
  • Use strong, unique passwords and enable MFA to reduce the impact of credential attacks
bash
# Example: Nginx rate limiting configuration based on actual source IP
# Add to nginx.conf or site configuration to implement proper rate limiting

limit_req_zone $binary_remote_addr zone=login_limit:10m rate=5r/m;

server {
    location /login {
        limit_req zone=login_limit burst=3 nodelay;
        # Additional proxy configuration
        proxy_pass http://coolify_backend;
    }
}

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

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P/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
  • AvailabilityLow
  • CWE References
  • CWE-770
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2025-64425: 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