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

CVE-2025-55668: Apache Tomcat Auth Bypass Vulnerability

CVE-2025-55668 is a session fixation vulnerability in Apache Tomcat that enables authentication bypass via rewrite valve. This article covers the technical details, affected versions, security impact, and mitigation.

Published: April 1, 2026

CVE-2025-55668 Overview

A Session Fixation vulnerability has been identified in Apache Tomcat's rewrite valve component. This vulnerability (CWE-384) allows attackers to potentially hijack user sessions by exploiting improper session handling in the rewrite valve functionality. Session fixation attacks enable malicious actors to set or force a user's session identifier, allowing them to impersonate legitimate users after authentication.

Critical Impact

Attackers can exploit this session fixation flaw to gain unauthorized access to authenticated user sessions, potentially compromising confidential data and user accounts on affected Apache Tomcat deployments.

Affected Products

  • Apache Tomcat 11.0.0-M1 through 11.0.7
  • Apache Tomcat 10.1.0-M1 through 10.1.41
  • Apache Tomcat 9.0.0.M1 through 9.0.105

Discovery Timeline

  • August 13, 2025 - CVE-2025-55668 published to NVD
  • November 4, 2025 - Last updated in NVD database

Technical Details for CVE-2025-55668

Vulnerability Analysis

This session fixation vulnerability exists within Apache Tomcat's rewrite valve component. Session fixation is an attack technique where an adversary sets a user's session identifier to a known value before the victim authenticates. Once the victim logs in with the fixed session ID, the attacker can use that same session identifier to access the authenticated session.

The rewrite valve in Apache Tomcat is used to implement URL rewriting rules similar to Apache HTTP Server's mod_rewrite. The vulnerability occurs when this component improperly handles session identifiers during URL rewriting operations, potentially allowing session tokens to be manipulated or fixed by external actors.

This flaw is exploitable over the network and requires user interaction, meaning an attacker would need to trick a victim into clicking a malicious link or visiting a crafted URL. While no authentication is required to initiate the attack, successful exploitation could result in high confidentiality impact through unauthorized access to sensitive session data.

Root Cause

The root cause of this vulnerability lies in the improper session management within the rewrite valve component. The rewrite valve fails to properly regenerate or validate session identifiers during URL rewriting operations, allowing attackers to inject or fix session tokens that persist through the authentication process. This violates secure session management principles which require session identifiers to be regenerated upon authentication state changes.

Attack Vector

The attack vector for CVE-2025-55668 is network-based and requires user interaction. An attacker can craft a malicious URL containing a predetermined session identifier and use the rewrite valve's functionality to set this session ID for the victim. The typical attack flow involves:

  1. The attacker generates or selects a valid session identifier
  2. A malicious URL is crafted that leverages the rewrite valve to associate this session ID with the victim's browser
  3. The victim is tricked into visiting this URL through phishing or social engineering
  4. When the victim authenticates, the session retains the attacker-controlled identifier
  5. The attacker uses the known session ID to access the victim's authenticated session

The vulnerability affects web applications hosted on vulnerable Apache Tomcat instances that utilize the rewrite valve for URL manipulation. Organizations using this functionality are particularly at risk.

Detection Methods for CVE-2025-55668

Indicators of Compromise

  • Unusual session ID patterns appearing in access logs, particularly session tokens passed via URL parameters
  • Multiple authentication events from different IP addresses using the same session identifier
  • Session tokens appearing in referrer headers or URL query strings in server logs
  • Login events where the session ID existed before authentication occurred

Detection Strategies

  • Monitor web server access logs for session identifiers being passed in URL parameters through rewrite valve paths
  • Implement anomaly detection for sessions being accessed from multiple distinct IP addresses or geographic locations
  • Deploy web application firewalls (WAF) with rules to detect session fixation attack patterns
  • Audit rewrite valve configurations in server.xml and rewrite.config for potentially vulnerable rules

Monitoring Recommendations

  • Enable detailed access logging for all requests processed by the rewrite valve
  • Configure session tracking to log session creation, usage, and destruction events
  • Set up alerts for authentication events where session age is unusually high (indicating pre-existing sessions)
  • Monitor for users reporting unexpected logouts or unauthorized account activity

How to Mitigate CVE-2025-55668

Immediate Actions Required

  • Upgrade Apache Tomcat to patched versions: 11.0.8, 10.1.42, or 9.0.106 immediately
  • Review and audit all rewrite valve configurations for security implications
  • Consider temporarily disabling the rewrite valve if not critical to operations until patching is complete
  • Implement additional session management controls at the application level

Patch Information

Apache has released security patches that address this session fixation vulnerability. Users are recommended to upgrade to the following fixed versions:

  • Apache Tomcat 11.x: Upgrade to version 11.0.8 or later
  • Apache Tomcat 10.1.x: Upgrade to version 10.1.42 or later
  • Apache Tomcat 9.x: Upgrade to version 9.0.106 or later

Older, end-of-life (EOL) versions may also be affected and should be upgraded to supported versions. For detailed information, refer to the Apache Security Mailing List Post and the OpenWall OSS-Security Update.

Workarounds

  • If upgrading is not immediately possible, consider disabling the rewrite valve by removing or commenting out the <Valve className="org.apache.catalina.valves.rewrite.RewriteValve"/> configuration
  • Implement application-level session regeneration upon authentication to mitigate session fixation risks
  • Use alternative URL rewriting mechanisms at the reverse proxy layer (e.g., Apache HTTP Server or Nginx) until Tomcat can be patched
  • Configure session cookies with appropriate security attributes including HttpOnly, Secure, and SameSite flags
bash
# Example: Commenting out rewrite valve in server.xml
# Before (vulnerable):
# <Valve className="org.apache.catalina.valves.rewrite.RewriteValve" />

# After (disabled as workaround):
# <!-- Temporarily disabled due to CVE-2025-55668
# <Valve className="org.apache.catalina.valves.rewrite.RewriteValve" />
# -->

# Verify Tomcat version after upgrade:
./catalina.sh version
# Expected output should show 11.0.8, 10.1.42, or 9.0.106 or later

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 Tomcat

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-384
  • Technical References
  • OpenWall OSS-Security Update
  • Vendor Resources
  • Apache Security Mailing List Post
  • Related CVEs
  • CVE-2026-34500: Apache Tomcat Auth Bypass Vulnerability

  • CVE-2026-34486: Apache Tomcat Auth Bypass Vulnerability

  • CVE-2026-29145: Apache Tomcat Auth Bypass Vulnerability

  • CVE-2026-24734: Apache Tomcat Auth Bypass 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