The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-2023-41080

CVE-2023-41080: Apache Tomcat Open Redirect Vulnerability

CVE-2023-41080 is an open redirect vulnerability in Apache Tomcat's FORM authentication feature that allows attackers to redirect users to malicious sites. This article covers technical details, affected versions, and mitigation.

Published: February 11, 2026

CVE-2023-41080 Overview

CVE-2023-41080 is an Open Redirect vulnerability (CWE-601) affecting the FORM authentication feature in Apache Tomcat. This vulnerability allows attackers to redirect users to untrusted external sites after authentication, potentially enabling phishing attacks or credential theft. The issue specifically impacts the ROOT (default) web application and affects multiple versions across the Tomcat 8.5, 9.0, 10.x, and 11.x release branches.

Critical Impact

Attackers can exploit this vulnerability to redirect authenticated users to malicious websites, facilitating phishing campaigns, credential harvesting, and social engineering attacks against organizations using affected Apache Tomcat deployments.

Affected Products

  • Apache Tomcat 11.0.0-M1 through 11.0.0-M10
  • Apache Tomcat 10.1.0-M1 through 10.0.12
  • Apache Tomcat 9.0.0-M1 through 9.0.79
  • Apache Tomcat 8.5.0 through 8.5.92
  • Debian Linux 10.0 and 11.0

Discovery Timeline

  • 2023-08-25 - CVE CVE-2023-41080 published to NVD
  • 2025-08-07 - Last updated in NVD database

Technical Details for CVE-2023-41080

Vulnerability Analysis

This Open Redirect vulnerability exists within the FORM-based authentication mechanism of Apache Tomcat. When FORM authentication is used, Tomcat redirects users to a specified URL after successful authentication. The vulnerability arises because the application does not properly validate or sanitize the redirect URL parameter, allowing attackers to craft malicious URLs that redirect authenticated users to attacker-controlled external sites.

The vulnerability is specifically limited to the ROOT (default) web application, meaning only deployments using the default context path are directly affected. Older, end-of-life (EOL) versions of Tomcat may also be vulnerable. This type of vulnerability is commonly exploited in phishing attacks where users believe they are on a legitimate site but are redirected to a malicious domain after logging in.

Root Cause

The root cause of CVE-2023-41080 is improper URL validation in the FORM authentication redirect handling logic. When processing authentication requests, Tomcat fails to adequately verify that the redirect destination URL points to a trusted internal resource. This allows attackers to inject arbitrary URLs, including external domains, into the authentication flow.

The FORM authentication mechanism stores the original requested URL and redirects the user back to it after successful authentication. Without proper validation, this redirect target can be manipulated to point to any URL, including malicious external sites.

Attack Vector

The attack vector for this vulnerability is network-based and requires user interaction. An attacker can exploit this vulnerability by crafting a malicious URL to the affected Tomcat application that includes a redirect parameter pointing to an attacker-controlled site. When a victim clicks this link and authenticates, they are redirected to the malicious site.

A typical attack scenario involves:

  1. The attacker crafts a URL to the vulnerable Tomcat application containing a malicious redirect destination
  2. The attacker delivers this link to potential victims via phishing emails, social media, or other means
  3. The victim clicks the link and is presented with the legitimate Tomcat login page
  4. After the victim successfully authenticates, Tomcat redirects them to the attacker-controlled malicious site
  5. The victim, believing they are still on the legitimate site, may enter additional credentials or sensitive information

This technique is particularly effective because the initial login page is legitimate, building user trust before the malicious redirect occurs.

Detection Methods for CVE-2023-41080

Indicators of Compromise

  • HTTP requests to the authentication endpoint containing external URLs in redirect parameters
  • Login page requests with URL-encoded external domain references in query strings
  • Unusual authentication patterns followed by external redirects in access logs
  • User reports of being redirected to unfamiliar sites after logging in

Detection Strategies

  • Monitor web server access logs for authentication requests containing external domains in URL parameters
  • Implement web application firewall (WAF) rules to detect and block redirect parameters pointing to external sites
  • Review Tomcat access logs for patterns indicating redirect abuse, particularly requests with ?redirect= or similar parameters containing http:// or https:// prefixes to external domains
  • Deploy URL reputation monitoring to identify redirects to known malicious domains

Monitoring Recommendations

  • Enable detailed access logging in Apache Tomcat to capture full request URLs including query parameters
  • Implement alerting on authentication endpoints receiving requests with external URL parameters
  • Monitor for increased phishing reports from users that reference your organization's legitimate Tomcat applications
  • Configure SentinelOne Singularity to monitor for suspicious redirect patterns and network connections following authentication events

How to Mitigate CVE-2023-41080

Immediate Actions Required

  • Upgrade Apache Tomcat to a patched version immediately: 11.0.0-M11 or later, 10.1.13 or later, 9.0.80 or later, or 8.5.93 or later
  • If immediate patching is not possible, consider disabling FORM authentication temporarily or restricting access to the ROOT web application
  • Review and audit current Tomcat configurations to identify all instances using FORM authentication
  • Communicate with users about the potential for phishing attacks leveraging this vulnerability

Patch Information

Apache has released security patches addressing this vulnerability. Organizations should upgrade to the following fixed versions:

  • Apache Tomcat 11.0.0-M11 or later
  • Apache Tomcat 10.1.13 or later
  • Apache Tomcat 9.0.80 or later
  • Apache Tomcat 8.5.93 or later

For detailed patch information, refer to the Apache Mailing List Thread. Debian users should consult DSA-5521 and DSA-5522 for distribution-specific patches.

Workarounds

  • Deploy a reverse proxy or WAF in front of Tomcat that validates redirect URLs and blocks requests containing external domains
  • Configure the Tomcat application to only accept relative URLs for post-authentication redirects
  • Remove or rename the ROOT web application if it is not required for production operations
  • Implement strict Content Security Policy (CSP) headers to limit redirect destinations
bash
# Example: Configure Apache HTTP Server as reverse proxy with redirect validation
# Add to Apache httpd.conf or virtual host configuration

# Block requests with external redirect URLs in query strings
RewriteEngine On
RewriteCond %{QUERY_STRING} (redirect|url|next|return)=https?:// [NC]
RewriteRule .* - [F,L]

# Alternatively, use mod_security rules to detect open redirect attempts
SecRule ARGS "@rx https?://[^/]*[^.]*\.[a-z]{2,}" "id:1001,deny,status:403,msg:'Potential open redirect attempt'"

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechApache Tomcat

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability12.50%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-601
  • Technical References
  • Debian LTS Security Announcement

  • NetApp Security Advisory

  • Debian Security Advisory DSA-5521

  • Debian Security Advisory DSA-5522
  • Vendor Resources
  • Apache Mailing List Thread
  • Related CVEs
  • CVE-2025-55754: Apache Tomcat ANSI Escape Injection Flaw

  • CVE-2025-49124: Apache Tomcat Untrusted Search Path Flaw

  • CVE-2023-46589: Apache Tomcat Request Smuggling Flaw

  • CVE-2023-45648: Apache Tomcat Request Smuggling Flaw
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