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-2026-22733

CVE-2026-22733: Spring Security Auth Bypass Vulnerability

CVE-2026-22733 is an authentication bypass vulnerability in Spring Security affecting applications using CloudFoundry Actuator endpoints. This article covers technical details, affected versions, impact, and mitigation.

Published: March 27, 2026

CVE-2026-22733 Overview

Spring Boot applications utilizing Actuator functionality are susceptible to an Authentication Bypass vulnerability. This security flaw occurs when an application endpoint requiring authentication is declared under the path used by CloudFoundry Actuator endpoints. Attackers can exploit this misconfiguration to bypass authentication mechanisms and gain unauthorized access to protected resources.

Critical Impact

This authentication bypass vulnerability allows unauthenticated attackers to access protected endpoints via network-based attacks, potentially exposing sensitive application data and enabling unauthorized administrative actions.

Affected Products

  • Spring Security 4.0.0 through 4.0.3
  • Spring Security 3.5.0 through 3.5.11
  • Spring Security 3.4.0 through 3.4.14
  • Spring Security 3.3.0 through 3.3.17
  • Spring Security 2.7.0 through 2.7.31

Discovery Timeline

  • 2026-03-20 - CVE-2026-22733 published to NVD
  • 2026-03-20 - Last updated in NVD database

Technical Details for CVE-2026-22733

Vulnerability Analysis

This vulnerability is classified as CWE-288 (Authentication Bypass Using an Alternate Path or Channel). The flaw exists in how Spring Boot Actuator handles endpoint path resolution when CloudFoundry Actuator endpoints are configured. When application endpoints requiring authentication are declared under paths that overlap with CloudFoundry Actuator endpoint paths, the security configuration can be inadvertently bypassed.

The vulnerability allows remote attackers to access protected endpoints without providing valid credentials. This occurs because the CloudFoundry Actuator endpoint handling logic may inadvertently process requests intended for authenticated endpoints, effectively circumventing the authentication layer. The attack requires no privileges and can be executed remotely over the network without user interaction.

Root Cause

The root cause lies in the path matching logic within Spring Boot Actuator's CloudFoundry integration. When endpoint paths overlap between application-defined authenticated endpoints and CloudFoundry Actuator paths, the framework may incorrectly route requests through the CloudFoundry endpoint handler, which has different security constraints. This path collision allows attackers to craft requests that bypass the intended authentication mechanisms by exploiting the alternate request handling path.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Identifying Spring Boot applications with Actuator enabled and CloudFoundry integration configured
  2. Discovering endpoints that require authentication but are declared under CloudFoundry Actuator paths
  3. Crafting HTTP requests to access these protected endpoints through the CloudFoundry path handling
  4. Gaining unauthorized access to sensitive functionality or data exposed by those endpoints

The vulnerability affects applications where developers have inadvertently configured authenticated endpoints under paths that conflict with CloudFoundry Actuator conventions, such as /cloudfoundryapplication/*.

Detection Methods for CVE-2026-22733

Indicators of Compromise

  • Unexpected access to authenticated endpoints from unauthenticated sessions in application logs
  • HTTP requests targeting CloudFoundry Actuator paths (/cloudfoundryapplication/*) from non-CloudFoundry sources
  • Authentication audit logs showing successful endpoint access without corresponding authentication events
  • Anomalous patterns of requests to Actuator-related paths from external IP addresses

Detection Strategies

  • Review Spring Boot application configurations for endpoint path declarations that overlap with CloudFoundry Actuator paths
  • Implement web application firewall rules to detect and alert on suspicious requests to CloudFoundry Actuator endpoints
  • Enable verbose logging for Spring Security authentication decisions to identify bypass attempts
  • Conduct security audits of endpoint path configurations using static analysis tools

Monitoring Recommendations

  • Configure alerting for access to sensitive endpoints without corresponding authentication events
  • Monitor HTTP request patterns to Actuator endpoints for anomalies in source IPs or request frequencies
  • Implement real-time log analysis for Spring Security authentication bypass indicators
  • Deploy network intrusion detection rules for requests matching CloudFoundry Actuator path patterns

How to Mitigate CVE-2026-22733

Immediate Actions Required

  • Upgrade Spring Security to a patched version immediately (versions after 4.0.3, 3.5.11, 3.4.14, 3.3.17, or 2.7.31 respectively)
  • Review application endpoint configurations to identify any paths declared under CloudFoundry Actuator paths
  • Disable CloudFoundry Actuator endpoints if not required using management.cloudfoundry.enabled=false
  • Implement additional network-level access controls to restrict access to Actuator endpoints

Patch Information

VMware (Spring) has released security patches addressing this vulnerability. Organizations should upgrade to the following minimum versions:

  • Spring Security 4.0.4 or later (for 4.x branch)
  • Spring Security 3.5.12 or later (for 3.5.x branch)
  • Spring Security 3.4.15 or later (for 3.4.x branch)
  • Spring Security 3.3.18 or later (for 3.3.x branch)
  • Spring Security 2.7.32 or later (for 2.7.x branch)

For detailed patch information, consult the Spring Security Advisory for CVE-2026-22733.

Workarounds

  • Disable CloudFoundry Actuator integration in application properties if not actively using CloudFoundry
  • Relocate authenticated application endpoints away from paths that may conflict with CloudFoundry Actuator paths
  • Implement explicit security filters to block unauthenticated access to sensitive endpoints regardless of path
  • Configure network segmentation to restrict Actuator endpoint access to trusted internal networks only
bash
# Configuration example - Disable CloudFoundry Actuator endpoints
# Add to application.properties or application.yml

# application.properties
management.cloudfoundry.enabled=false

# Or restrict actuator endpoints to specific networks
management.server.address=127.0.0.1
management.endpoints.web.exposure.include=health,info

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechSpring Security

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-288
  • Technical References
  • Spring Security Advisory CVE-2026-22733
  • Related CVEs
  • CVE-2025-41248: Spring Security Auth Bypass Vulnerability

  • CVE-2025-41232: Spring Security Aspects Auth Bypass Flaw

  • CVE-2025-22235: Spring Security Auth Bypass Vulnerability

  • CVE-2022-31692: Spring Security Auth Bypass Vulnerability
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