A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2026-43634

CVE-2026-43634: HestiaCP Auth Bypass Vulnerability

CVE-2026-43634 is an IP spoofing authentication bypass flaw in HestiaCP versions 1.2.0 through 1.9.4. Attackers can spoof CF-Connecting-IP headers to bypass security controls. This article covers technical details, impact, and patches.

Published: May 21, 2026

CVE-2026-43634 Overview

CVE-2026-43634 is an IP spoofing vulnerability in HestiaCP versions 1.2.0 through 1.9.4. The control panel trusts the CF-Connecting-IP HTTP header without verifying that the request originated from Cloudflare's network. Unauthenticated remote attackers can supply an arbitrary IP address in this header to bypass authentication security controls. Exploitation allows attackers to circumvent fail2ban brute-force protection, bypass per-user IP allowlists, and poison authentication audit logs. The flaw is categorized under CWE-348: Use of Less Trusted Source.

Critical Impact

Unauthenticated attackers can spoof trusted IP addresses on every request, defeating brute-force protections and IP-based access controls in HestiaCP deployments.

Affected Products

  • HestiaCP 1.2.0 through 1.9.4
  • HestiaCP deployments using the web authentication interface
  • HestiaCP instances regardless of whether Cloudflare is actually in front of them

Discovery Timeline

  • 2026-05-19 - CVE-2026-43634 published to NVD
  • 2026-05-19 - Last updated in NVD database

Technical Details for CVE-2026-43634

Vulnerability Analysis

HestiaCP reads the client IP address from the HTTP_CF_CONNECTING_IP server variable when present, falling back to REMOTE_ADDR otherwise. The application does not validate that the upstream connection originates from a Cloudflare IP range before honoring the header. Any direct HTTP request that includes a CF-Connecting-IP header causes HestiaCP to treat the supplied value as the authoritative client IP.

This trust decision affects multiple security subsystems. The fail2ban integration logs the spoofed IP rather than the attacker's real address, so brute-force lockouts never apply to the attacker. Per-user IP allowlists check the spoofed value, allowing attackers to assert a permitted address. Authentication audit logs record the attacker-controlled value, breaking forensic attribution.

Root Cause

The root cause is unauthenticated proxy header trust. HestiaCP accepts a header that is meant to be set only by a trusted reverse proxy without first authenticating the source of the connection. The vendor patch addresses this by replacing direct header reads with a get_real_user_ip() helper and adding the divinity76/cloudflare-ip-validator dependency to verify upstream connections against Cloudflare's published IP ranges.

Attack Vector

The vulnerability is exploitable over the network with no authentication, no privileges, and no user interaction. An attacker sends an HTTP request directly to the HestiaCP authentication endpoint and includes a CF-Connecting-IP header with the desired spoofed IP. Each subsequent request can carry a different spoofed value, allowing attackers to rotate identities to evade rate limits and brute-force protection.

php
 check_return_code($return_var, $output);
 unset($output);
 
-$ip = $_SERVER["REMOTE_ADDR"];
-if (isset($_SERVER["HTTP_CF_CONNECTING_IP"])) {
-	if (!empty($_SERVER["HTTP_CF_CONNECTING_IP"])) {
-		$ip = $_SERVER["HTTP_CF_CONNECTING_IP"];
-	}
-}
+$ip = get_real_user_ip();
 $v_ip = quoteshellarg($ip);
 $user_agent = $_SERVER["HTTP_USER_AGENT"];
 $v_user_agent = quoteshellarg($user_agent);

Source: HestiaCP patch commit f381e29. The patch replaces direct reads of HTTP_CF_CONNECTING_IP with a get_real_user_ip() helper that validates the upstream connection.

Detection Methods for CVE-2026-43634

Indicators of Compromise

  • HTTP requests to HestiaCP endpoints containing a CF-Connecting-IP header from source IPs outside of Cloudflare's published IP ranges.
  • Authentication audit log entries showing failed logins from IPs that never appear in web server REMOTE_ADDR access logs.
  • Sustained brute-force login attempts against /login/ with no corresponding fail2ban ban events.
  • Successful logins from IPs that match per-user allowlists while the underlying TCP connection originates from a different source.

Detection Strategies

  • Compare REMOTE_ADDR from reverse proxy or web server logs against the IP value recorded in HestiaCP's auth.log to surface mismatches.
  • Alert on any request containing CF-Connecting-IP when the deployment is not actually behind Cloudflare.
  • Correlate authentication failures across multiple spoofed source IPs hitting the same username within a short window.

Monitoring Recommendations

  • Forward HestiaCP authentication logs and front-end web server logs to a centralized log platform for correlation analysis.
  • Monitor fail2ban ban events and alert when brute-force volume increases without proportional bans being issued.
  • Track requests to /login/ and /api/ endpoints carrying proxy headers and baseline normal traffic patterns.

How to Mitigate CVE-2026-43634

Immediate Actions Required

  • Upgrade HestiaCP to the patched release that includes commit f381e29 and the divinity76/cloudflare-ip-validator dependency.
  • If Cloudflare is not used, configure the web server to strip the CF-Connecting-IP header from incoming requests before they reach HestiaCP.
  • Restrict access to the HestiaCP admin port (default 8083) to known administrative networks using firewall rules.
  • Review authentication and fail2ban logs for evidence of spoofed source addresses prior to patching.

Patch Information

The fix is delivered in HestiaCP commit f381e294500f671cf12716c638afd0bfde901f88, merged via pull request #5273 and tracked in issue #5229. The patch introduces a get_real_user_ip() function that only honors CF-Connecting-IP when the upstream TCP peer belongs to Cloudflare's IP ranges. Additional analysis is available from the VulnCheck advisory and MercuryISS research write-up.

Workarounds

  • Place HestiaCP behind a reverse proxy such as nginx that explicitly unsets or overwrites the CF-Connecting-IP header on requests from non-Cloudflare sources.
  • Bind the HestiaCP admin interface to localhost or a management VLAN and require VPN access for administrators.
  • Disable per-user IP allowlists temporarily, since they cannot be relied upon while the header is spoofable.
bash
# nginx workaround: strip spoofed CF-Connecting-IP from untrusted clients
# Place inside the server block fronting HestiaCP
set $cf_ip "";
if ($remote_addr !~ "^(173\.245\.|103\.21\.|103\.22\.|103\.31\.|141\.101\.|108\.162\.|190\.93\.|188\.114\.|197\.234\.|198\.41\.|162\.158\.|104\.16\.|104\.24\.|172\.64\.|131\.0\.72\.)") {
    set $cf_ip "strip";
}
proxy_set_header CF-Connecting-IP $cf_ip;

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechHestiacp

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/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
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-348
  • Technical References
  • GitHub Commit Update

  • GitHub Issue Discussion

  • GitHub Pull Request Review

  • MercuryISS RCE Vulnerability Analysis

  • VulnCheck Security Advisory
  • Related CVEs
  • CVE-2026-43633: HestiaCP RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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