A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection Platforms. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Read More
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-23048

CVE-2025-23048: Apache HTTP Server Auth Bypass Flaw

CVE-2025-23048 is an authentication bypass vulnerability in Apache HTTP Server affecting versions 2.4.35 through 2.4.63. It allows trusted clients to bypass access controls via TLS 1.3 session resumption in mod_ssl configurations.

Updated: May 15, 2026

CVE-2025-23048 Overview

CVE-2025-23048 is an access control bypass vulnerability in Apache HTTP Server mod_ssl, affecting versions 2.4.35 through 2.4.63. The flaw allows a TLS client trusted by one virtual host to gain access to a different virtual host through TLS 1.3 session resumption. The issue arises when mod_ssl is configured with multiple virtual hosts, each restricted to a distinct set of trusted client certificates via different SSLCACertificateFile or SSLCACertificatePath directives. The bypass is possible when SSLStrictSNIVHostCheck is not enabled on either virtual host. This is classified under [CWE-284] (Improper Access Control).

Critical Impact

A client authenticated to one mTLS-protected virtual host can resume its TLS 1.3 session against another virtual host on the same Apache instance, bypassing the intended client-certificate trust boundary.

Affected Products

  • Apache HTTP Server 2.4.35 through 2.4.63
  • Apache mod_ssl configurations using per-vhost trusted client certificate sets
  • Deployments with SSLStrictSNIVHostCheck disabled across affected virtual hosts

Discovery Timeline

  • 2025-07-10 - CVE-2025-23048 published to NVD and announced on the oss-security mailing list
  • 2025-08 - Debian LTS security announcement published for affected packages
  • 2025-11-04 - Last updated in NVD database

Technical Details for CVE-2025-23048

Vulnerability Analysis

The vulnerability resides in how Apache mod_ssl enforces per-virtual-host client certificate trust when TLS 1.3 session resumption occurs. Apache supports configurations where each virtual host accepts a different certificate authority bundle, effectively partitioning trusted clients between hostnames sharing the same listener. When a client establishes an initial TLS 1.3 session against virtual host A and is authenticated against A's CA set, the resulting session ticket carries the authenticated state. On resumption, the client can present the Server Name Indication (SNI) for virtual host B and reuse the existing session. Because resumption short-circuits the full handshake, mod_ssl does not re-evaluate the client certificate against virtual host B's distinct trust store. The client therefore inherits access to a resource for which its certificate was never trusted.

Root Cause

The root cause is incomplete revalidation of client-certificate trust during TLS 1.3 session resumption across virtual host boundaries. mod_ssl binds the authenticated identity to the session at initial handshake time but does not enforce that the resumed connection targets the same vhost trust scope. Without SSLStrictSNIVHostCheck, the server permits the resumed session to apply to a different vhost configured with a different SSLCACertificateFile or SSLCACertificatePath.

Attack Vector

Exploitation requires a client that already holds a certificate trusted by at least one virtual host on the target Apache server. The attacker performs a normal TLS 1.3 handshake against that virtual host, obtains a session ticket, and then initiates a new connection presenting an SNI value for a sibling virtual host. The server resumes the prior session, applies the cached authentication state, and grants access without re-checking the client certificate against the second vhost's CA bundle. No network position beyond direct client access to the server is required, and no user interaction is needed.

No verified public exploit code is available. Refer to the Apache HTTP Server Vulnerabilities advisory and the oss-security disclosure for the authoritative technical description.

Detection Methods for CVE-2025-23048

Indicators of Compromise

  • TLS 1.3 connections to a virtual host where the resumed session was originally negotiated against a different vhost on the same listener
  • Access log entries showing authenticated requests to vhost B from a client certificate subject only trusted by vhost A's SSLCACertificateFile
  • Unexpected SSL_CLIENT_S_DN values in mod_ssl logs that do not match the vhost's configured CA set

Detection Strategies

  • Audit running Apache configurations for mod_ssl virtual hosts that define distinct SSLCACertificateFile or SSLCACertificatePath values without SSLStrictSNIVHostCheck on
  • Correlate TLS session ticket identifiers across vhost access logs to identify resumption that crosses trust boundaries
  • Enable verbose mod_ssl logging (LogLevel ssl:info) to record session resumption events and client DN values for review

Monitoring Recommendations

  • Forward Apache access and error logs to a centralized log platform and alert on client certificate DNs accessing vhosts outside their authorized scope
  • Track the installed httpd version across the fleet and flag any host running 2.4.35 through 2.4.63
  • Monitor for new or unexpected client certificate issuers appearing in requests to high-sensitivity vhosts

How to Mitigate CVE-2025-23048

Immediate Actions Required

  • Upgrade Apache HTTP Server to a fixed release later than 2.4.63 as published in the Apache security advisory
  • Enable SSLStrictSNIVHostCheck on in every affected virtual host until patching is complete
  • Review all mod_ssl virtual host definitions and confirm whether per-vhost client certificate trust boundaries are required

Patch Information

The Apache HTTP Server project has published fixes through the official channel. Consult the Apache HTTP Server 2.4 vulnerabilities page for the corrected version and the Debian LTS advisory for distribution-specific package updates. Apply vendor packages where available rather than building from source to retain support coverage.

Workarounds

  • Set SSLStrictSNIVHostCheck on in each virtual host using mutual TLS to force the server to reject resumed sessions whose SNI does not match the originally negotiated vhost
  • Disable TLS 1.3 session resumption by setting SSLSessionTickets off and tuning SSLSessionCache to prevent cross-vhost reuse
  • Separate vhosts with different client certificate trust requirements onto distinct listeners, IP addresses, or Apache instances
bash
# Configuration example: enforce strict SNI vhost check in each affected vhost
<VirtualHost *:443>
    ServerName secure-a.example.com
    SSLEngine on
    SSLStrictSNIVHostCheck on
    SSLSessionTickets off
    SSLVerifyClient require
    SSLCACertificateFile /etc/ssl/ca/tenant-a-ca.pem
</VirtualHost>

<VirtualHost *:443>
    ServerName secure-b.example.com
    SSLEngine on
    SSLStrictSNIVHostCheck on
    SSLSessionTickets off
    SSLVerifyClient require
    SSLCACertificateFile /etc/ssl/ca/tenant-b-ca.pem
</VirtualHost>

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechApache

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-284
  • Technical References
  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • Debian LTS Security Announcement
  • Vendor Resources
  • Apache HTTP Server Vulnerabilities
  • Related CVEs
  • CVE-2026-8503: Apache Session SHA256 Auth Bypass Flaw

  • CVE-2026-3234: mod_proxy_cluster Auth Bypass Vulnerability

  • CVE-2025-40931: Apache::Session::Generate::MD5 Auth Bypass

  • CVE-2025-40932: Apache::SessionX Auth Bypass 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