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-2026-27588

CVE-2026-27588: Caddyserver Auth Bypass Vulnerability

CVE-2026-27588 is an authentication bypass flaw in Caddyserver Caddy where attackers can evade host-based routing controls by manipulating Host header casing. This article covers technical details, affected versions, and patches.

Published: February 27, 2026

CVE-2026-27588 Overview

CVE-2026-27588 is an authorization bypass vulnerability in the Caddy web server platform. Caddy's HTTP host request matcher is documented as case-insensitive, but when configured with a large host list (more than 100 entries), it becomes case-sensitive due to an optimized matching path. This inconsistency allows an attacker to bypass host-based routing and any access controls attached to that route by simply changing the casing of the Host header.

Critical Impact

Attackers can bypass host-based access controls and routing rules by manipulating Host header casing, potentially gaining unauthorized access to protected resources or routes.

Affected Products

  • Caddyserver Caddy versions prior to 2.11.1

Discovery Timeline

  • 2026-02-24 - CVE CVE-2026-27588 published to NVD
  • 2026-02-25 - Last updated in NVD database

Technical Details for CVE-2026-27588

Vulnerability Analysis

This vulnerability stems from an inconsistency in how Caddy handles host matching based on the size of the host list configuration. When administrators configure fewer than 100 host entries, Caddy performs case-insensitive matching as documented. However, when the host list exceeds 100 entries, Caddy switches to an optimized matching algorithm that inadvertently becomes case-sensitive. This behavioral difference creates a security gap where access controls can be circumvented.

The vulnerability is classified under CWE-178 (Improper Handling of Case Sensitivity), which describes scenarios where software fails to properly handle case differences in identifiers or data. In HTTP, the Host header is defined as case-insensitive per RFC specifications, making this a significant compliance and security issue.

Root Cause

The root cause lies in the performance optimization logic within Caddy's host matching implementation. When processing large host lists, the server uses a different code path designed for efficiency that fails to normalize the case of incoming Host headers before comparison. This results in a mismatch between documented behavior and actual implementation when scaling beyond 100 host entries.

Attack Vector

An attacker can exploit this vulnerability remotely over the network without requiring authentication or user interaction. The attack involves sending HTTP requests with modified Host header casing (e.g., EXAMPLE.COM instead of example.com) to bypass host-based routing rules and access controls. This is particularly dangerous in multi-tenant environments or where host-based routing is used to segregate access to different application areas.

For example, if a Caddy configuration restricts access to admin.example.com, an attacker could potentially access those resources by requesting Admin.Example.Com or similar case variations, effectively bypassing the intended access controls.

Detection Methods for CVE-2026-27588

Indicators of Compromise

  • HTTP requests with unusual or mixed-case Host headers that don't match configured host entries
  • Access log entries showing requests reaching backend resources that should be restricted by host-based routing
  • Unexpected traffic patterns to protected routes from hosts with case-variant domain names

Detection Strategies

  • Implement log analysis to identify Host headers with non-standard casing patterns
  • Monitor for access to restricted routes that correlate with case-variant host requests
  • Review Caddy configurations with more than 100 host entries for potential exposure
  • Deploy web application firewall (WAF) rules to normalize or flag unusual Host header casing

Monitoring Recommendations

  • Enable detailed access logging in Caddy to capture full Host header values
  • Set up alerts for access to sensitive routes that may indicate bypass attempts
  • Implement real-time traffic analysis to detect case manipulation in HTTP headers
  • Periodically audit configurations to identify large host lists that may trigger the vulnerable code path

How to Mitigate CVE-2026-27588

Immediate Actions Required

  • Upgrade Caddy to version 2.11.1 or later immediately
  • Review access logs for evidence of exploitation attempts using case-variant Host headers
  • Audit Caddy configurations to identify deployments with more than 100 host entries
  • Consider implementing additional access controls at the application layer while patching

Patch Information

The vulnerability has been addressed in Caddy version 2.11.1. Users should upgrade to this version or later to remediate the issue. The fix ensures consistent case-insensitive host matching regardless of the size of the host list configuration.

For detailed information about the fix, refer to the GitHub Release v2.11.1 and the GitHub Security Advisory GHSA-x76f-jf84-rqj8.

Workarounds

  • Reduce host list configurations to fewer than 100 entries where possible to avoid the optimized code path
  • Implement an upstream reverse proxy or WAF that normalizes Host headers to lowercase before forwarding to Caddy
  • Add application-layer access controls that do not rely solely on Caddy's host-based routing
  • Use IP-based restrictions as an additional layer of protection for sensitive routes
bash
# Example: Normalize Host headers using an upstream nginx proxy
# Add to nginx configuration before proxying to Caddy
set $normalized_host $host;
proxy_set_header Host $normalized_host;

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechCaddy

  • SeverityHIGH

  • CVSS Score7.7

  • EPSS Probability0.03%

  • 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: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
  • AvailabilityNone
  • CWE References
  • CWE-178
  • Technical References
  • GitHub Release v2.11.1
  • Vendor Resources
  • GitHub Security Advisory GHSA-x76f-jf84-rqj8
  • Related CVEs
  • CVE-2026-27587: Caddyserver Auth Bypass Vulnerability

  • CVE-2026-30851: Caddy Privilege Escalation Vulnerability

  • CVE-2026-27589: Caddyserver Caddy CSRF Vulnerability

  • CVE-2026-27590: Caddyserver Caddy 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