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

CVE-2023-20860: Spring Framework Auth Bypass Vulnerability

CVE-2023-20860 is an authentication bypass flaw in VMware Spring Framework affecting versions 6.0.0-6.0.6 and 5.3.0-5.3.25. This vulnerability enables security bypass through pattern matching issues. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 11, 2026

CVE-2023-20860 Overview

CVE-2023-20860 is a security bypass vulnerability affecting VMware Spring Framework versions 6.0.0 through 6.0.6 and 5.3.0 through 5.3.25. The vulnerability arises when using ** as a pattern in Spring Security configuration with the mvcRequestMatcher, which creates a mismatch in pattern matching behavior between Spring Security and Spring MVC. This discrepancy can allow attackers to bypass security controls and access protected resources.

Critical Impact

Attackers can bypass Spring Security access controls due to pattern matching inconsistencies, potentially gaining unauthorized access to protected endpoints and sensitive resources.

Affected Products

  • VMware Spring Framework versions 6.0.0 - 6.0.6
  • VMware Spring Framework versions 5.3.0 - 5.3.25
  • Applications using mvcRequestMatcher with ** wildcard patterns

Discovery Timeline

  • 2023-03-27 - CVE-2023-20860 published to NVD
  • 2025-02-19 - Last updated in NVD database

Technical Details for CVE-2023-20860

Vulnerability Analysis

This Authorization Bypass vulnerability stems from inconsistent URL pattern matching between Spring Security and Spring MVC components. When developers configure Spring Security using the mvcRequestMatcher with double-asterisk (**) wildcard patterns, a fundamental mismatch occurs in how these two frameworks interpret and process the patterns.

Spring MVC and Spring Security have subtly different interpretations of wildcard patterns, particularly the ** pattern which is intended to match any path segments. This discrepancy means that URLs which Spring Security allows through may be handled differently by Spring MVC, or vice versa. The result is that carefully crafted requests can slip through security checks while still being routed to protected controller endpoints.

The vulnerability has a network attack vector with low complexity, requiring no privileges or user interaction to exploit. It primarily impacts integrity by allowing unauthorized access to protected resources, though confidentiality and availability are not directly affected according to the CVSS assessment.

Root Cause

The root cause lies in the architectural differences between how Spring Security's mvcRequestMatcher and Spring MVC's request mapping interpret path patterns. When ** is used as a pattern, Spring Security may evaluate the pattern differently than Spring MVC's handler mapping mechanism. This creates a security gap where:

  1. Spring Security evaluates a request path against the ** pattern
  2. The evaluation result differs from how Spring MVC would route that same request
  3. Attackers can exploit this gap to access endpoints that should be protected

Attack Vector

The attack vector is network-based, allowing remote exploitation without authentication. An attacker can craft HTTP requests with specific URL patterns that:

  1. Pass through Spring Security's pattern matching due to the ** wildcard interpretation
  2. Get routed to protected Spring MVC controllers that should require authorization
  3. Execute operations on resources the attacker should not have access to

The exploitation does not require special privileges or user interaction, making it relatively straightforward for attackers to exploit once they identify an application using vulnerable Spring Security configurations with mvcRequestMatcher and ** patterns.

Detection Methods for CVE-2023-20860

Indicators of Compromise

  • Unexpected access to protected endpoints in application logs without proper authentication or authorization headers
  • HTTP requests with unusual path patterns attempting to reach secured resources
  • Access log entries showing successful requests to protected URLs from unauthenticated sessions
  • Anomalous request patterns targeting MVC endpoints with path variations

Detection Strategies

  • Review application security configurations for use of mvcRequestMatcher with ** patterns in Spring Security
  • Audit access logs for successful requests to protected endpoints that lack proper authorization tokens
  • Implement Web Application Firewall (WAF) rules to detect and alert on path traversal patterns targeting Spring applications
  • Deploy runtime application security monitoring to detect authorization bypass attempts

Monitoring Recommendations

  • Enable detailed logging for Spring Security authentication and authorization events
  • Monitor for spikes in 200 OK responses to endpoints that should typically require authentication
  • Set up alerts for access patterns that bypass expected authentication flows
  • Implement centralized log analysis to correlate access attempts across application instances

How to Mitigate CVE-2023-20860

Immediate Actions Required

  • Upgrade Spring Framework to version 6.0.7 or later for the 6.x branch, or version 5.3.26 or later for the 5.3.x branch
  • Audit all Spring Security configurations using mvcRequestMatcher with ** patterns
  • Consider temporarily replacing ** patterns with more specific path patterns until upgrade is complete
  • Review and restrict access to sensitive endpoints using additional security controls

Patch Information

VMware has released patched versions of Spring Framework that address this pattern matching mismatch. Organizations should upgrade to the following versions:

  • Spring Framework 6.x: Upgrade to version 6.0.7 or later
  • Spring Framework 5.3.x: Upgrade to version 5.3.26 or later

For detailed patch information and guidance, refer to the Spring Security Advisory for CVE-2023-20860. Additional vendor advisories are available from NetApp Security Advisory.

Workarounds

  • Replace ** wildcard patterns with more explicit, specific path patterns in Spring Security configuration
  • Use antMatcher instead of mvcRequestMatcher where possible, as pattern matching behavior differs
  • Implement defense-in-depth by adding method-level security annotations (@PreAuthorize, @Secured) on controllers
  • Deploy a reverse proxy or WAF to enforce additional URL-based access controls at the network perimeter
bash
# Verify Spring Framework version in Maven project
mvn dependency:tree | grep spring-framework

# Check for vulnerable configurations in codebase
grep -r "mvcRequestMatcher" --include="*.java" .
grep -r '"\*\*"' --include="*.java" . | grep -i security

# Update Spring Framework dependency in pom.xml to patched version
# For Spring Framework 6.x:
# <spring.version>6.0.7</spring.version>
# For Spring Framework 5.3.x:
# <spring.version>5.3.26</spring.version>

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechVmware Spring Framework

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability53.88%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • NVD-CWE-noinfo
  • Technical References
  • NetApp Security Advisory
  • Vendor Resources
  • Spring CVE-2023-20860 Details
  • Related CVEs
  • CVE-2022-22968: Spring Framework Auth Bypass Vulnerability

  • CVE-2022-22965: VMware Spring Framework RCE Vulnerability

  • CVE-2024-38808: VMware Spring Framework DoS Vulnerability

  • CVE-2023-20861: VMware Spring Framework DoS 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