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

CVE-2026-48589: Apache Shiro Auth Bypass Vulnerability

CVE-2026-48589 is an authentication bypass flaw in Apache Shiro's Jakarta EE module that allows attackers to manipulate redirect targets via HTTP Referer header. This article covers technical details, affected versions, and mitigation.

Published: May 28, 2026

CVE-2026-48589 Overview

CVE-2026-48589 is an open redirect vulnerability in Apache Shiro's Jakarta EE integration module. The flaw resides in post-login redirect handling, where the module trusts the HTTP Referer header to determine the redirect target. Insufficient validation of this client-controlled value allows an attacker to influence where authenticated users are sent after login. The issue affects Apache Shiro versions 2.0-alpha through 2.2.0, and 3.0.0-alpha-1, but only when applications integrate the shiro-jakarta-ee module. The weakness is classified as [CWE-601] URL Redirection to Untrusted Site.

Critical Impact

Attackers can craft links that, once a victim authenticates through a trusted Shiro-protected application, redirect them to attacker-controlled domains for phishing or credential harvesting.

Affected Products

  • Apache Shiro 2.0-alpha through 2.2.0 (Jakarta EE module)
  • Apache Shiro 3.0.0-alpha-1 (Jakarta EE module)
  • Applications using the shiro-jakarta-ee integration module

Discovery Timeline

  • 2026-05-25 - CVE-2026-48589 published to NVD
  • 2026-05-25 - Apache Shiro project published security advisory
  • 2026-05-28 - Last updated in NVD database

Technical Details for CVE-2026-48589

Vulnerability Analysis

Apache Shiro is a Java security framework that handles authentication, authorization, cryptography, and session management. The Jakarta EE integration module provides Servlet filters and helpers for applications built on the Jakarta EE platform. After a successful user login, the module determines where to redirect the user. In certain code paths, that decision relies on the inbound HTTP Referer request header.

The Referer header is set by the user's browser and is fully controllable by an attacker who crafts the initial request. When Shiro reads this value to build the post-login redirect URL without restricting it to a same-origin or allowlisted host, the application becomes an open redirector. A victim who follows an attacker-supplied link and authenticates legitimately can be silently forwarded to a malicious site under the attacker's control.

Root Cause

The root cause is missing validation of an untrusted, client-supplied input used in a security-sensitive decision. The Jakarta EE module treats the Referer value as a usable redirect target without enforcing host allowlisting, scheme restrictions, or relative-URL constraints. This matches the [CWE-601] pattern, where redirect destinations derived from request data must be validated against a fixed set of permitted locations.

Attack Vector

An attacker hosts a malicious page or sends a phishing link that triggers a navigation to a protected resource on the vulnerable application. The browser attaches the attacker-chosen Referer header (or the attacker crafts a request setting it through other means). The victim authenticates on the legitimate site. Shiro then issues a redirect to the attacker-controlled URL derived from the Referer. The destination page can mimic the original application and request credentials, multi-factor codes, or session tokens. Exploitation requires user interaction and authenticated context but no special privileges beyond a valid user account flow.

Detection Methods for CVE-2026-48589

Indicators of Compromise

  • HTTP Referer headers in access logs that point to external domains immediately preceding successful authentication events on Shiro-protected endpoints.
  • Post-login 302 or 303 responses with Location headers pointing to hosts outside the application's known domain set.
  • Unusual spikes in outbound redirects from login or callback URLs handled by the shiro-jakarta-ee module.

Detection Strategies

  • Inventory all applications that depend on shiro-jakarta-ee between versions 2.0-alpha and 2.2.0, and 3.0.0-alpha-1, using software composition analysis against build manifests.
  • Inspect web server and reverse proxy logs for login flows where the Referer host differs from the application host and the subsequent redirect leaves the trusted domain.
  • Add web application firewall rules to flag authentication requests with cross-origin Referer values pointing to newly registered or low-reputation domains.

Monitoring Recommendations

  • Alert on outbound Location headers from authentication endpoints whose host is not in an internal allowlist.
  • Correlate user reports of unexpected post-login navigation with concurrent log entries showing external Referer values.
  • Track phishing telemetry for lookalike domains targeting applications known to use Apache Shiro.

How to Mitigate CVE-2026-48589

Immediate Actions Required

  • Upgrade Apache Shiro to a fixed release as published in the Apache Shiro Security Reports.
  • Audit application code for any custom logic that propagates the Referer header into redirects and remove or constrain it.
  • Restrict post-login redirects to a server-side allowlist of internal paths or hosts.

Patch Information

The Apache Shiro project addresses the issue in versions later than 2.2.0 and after 3.0.0-alpha-1. Refer to the Apache Shiro Security Reports and the Openwall OSS Security Announcement for fixed version details and upgrade guidance. The EPSS score for this vulnerability is 0.038% at the 11.853 percentile, indicating low near-term exploitation probability, but patching remains the durable fix.

Workarounds

  • Configure the application to ignore the Referer header during login redirect resolution and use a fixed landing URL instead.
  • Deploy a reverse proxy or WAF rule that strips or normalizes the Referer header on authentication endpoints.
  • Enforce a strict same-origin redirect policy in application filters that wrap Shiro's Jakarta EE integration.
bash
# Example WAF rule (pseudocode) to block cross-origin Referer on login endpoints
SecRule REQUEST_URI "@beginsWith /login" \
  "chain,deny,status:400,id:1004826,msg:'Cross-origin Referer on Shiro login'"
SecRule REQUEST_HEADERS:Referer "!@beginsWith https://app.example.com/"

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 Shiro

  • SeverityNONE

  • CVSS Score0.0

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:N/VI:N/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:N/AU:Y/R:A/V:D/RE:X/U:Green
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-601
  • Technical References
  • Openwall OSS Security Announcement
  • Vendor Resources
  • Apache Security Report CVE-2026-48589
  • Related CVEs
  • CVE-2026-43827: Apache Shiro Auth Bypass Vulnerability

  • CVE-2026-3963: perfree go-fastdfs-web Auth Bypass Flaw

  • CVE-2026-23903: Apache Shiro Auth Bypass Vulnerability

  • CVE-2023-46749: Apache Shiro 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