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
    • 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-40976

CVE-2026-40976: VMware Spring Boot Auth Bypass Flaw

CVE-2026-40976 is an authentication bypass flaw in VMware Spring Boot that allows unauthorized access to all endpoints when default web security is used. This article covers technical details, affected versions, and mitigation.

Published: April 30, 2026

CVE-2026-40976 Overview

CVE-2026-40976 is a critical authorization bypass vulnerability in VMware Spring Boot that renders the framework's default web security ineffective under specific conditions. When exploited, this flaw allows unauthenticated attackers to gain unauthorized access to all application endpoints, including sensitive actuator endpoints that may expose configuration data, health metrics, and administrative functions.

For an application to be vulnerable, it must meet all of the following criteria: be a servlet-based web application, have no custom Spring Security configuration and rely on the default web security filter chain, depend on spring-boot-actuator-autoconfigure, and not depend on spring-boot-health. If any of these conditions does not apply, the application is not vulnerable.

Critical Impact

Unauthenticated remote attackers can bypass security controls to access all application endpoints, potentially leading to sensitive data exposure, configuration manipulation, and complete application compromise.

Affected Products

  • VMware Spring Boot 4.0.0
  • VMware Spring Boot 4.0.1 through 4.0.5
  • Applications using spring-boot-actuator-autoconfigure without custom Spring Security configuration

Discovery Timeline

  • 2026-04-28 - CVE-2026-40976 published to NVD
  • 2026-04-30 - Last updated in NVD database

Technical Details for CVE-2026-40976

Vulnerability Analysis

This vulnerability is classified under CWE-862 (Missing Authorization), indicating a fundamental flaw in how Spring Boot's default security filter chain handles authorization checks. The issue arises from a specific combination of dependencies and configuration states that creates a gap in the security enforcement mechanism.

The vulnerability manifests when applications rely solely on Spring Boot's auto-configured security defaults while using the actuator autoconfigure module. Under these conditions, the default web security filter chain fails to properly enforce authentication and authorization requirements, leaving all endpoints—including actuator endpoints that expose sensitive operational data—accessible without credentials.

The network-accessible nature of this vulnerability means attackers can exploit it remotely without requiring any prior authentication or user interaction. Successful exploitation can lead to complete confidentiality and integrity compromise of the affected application.

Root Cause

The root cause lies in a misconfiguration or conflict between the spring-boot-actuator-autoconfigure module and Spring Boot's default security filter chain when no explicit Spring Security configuration is present. The absence of the spring-boot-health dependency appears to trigger a code path where the default security constraints are not properly applied, resulting in all endpoints being exposed without authentication requirements.

This represents a failure in the framework's security-by-default principle, where the combination of specific dependency states creates an unintended security gap in the auto-configuration logic.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by simply sending HTTP requests to any endpoint on a vulnerable Spring Boot application.

The exploitation flow involves:

  1. Identifying a Spring Boot application running an affected version (4.0.0 through 4.0.5)
  2. Accessing actuator endpoints such as /actuator/env, /actuator/configprops, or /actuator/mappings without authentication
  3. Extracting sensitive configuration data, credentials, or application secrets from the exposed endpoints
  4. Using gathered information for further attacks or directly manipulating application behavior through writable actuator endpoints

Due to the nature of this vulnerability, no code example is required—the attack simply involves making unauthenticated HTTP requests to normally protected endpoints. For detailed technical information, refer to the Spring Security Advisory CVE-2026-40976.

Detection Methods for CVE-2026-40976

Indicators of Compromise

  • Unexpected unauthenticated access to actuator endpoints in application access logs
  • HTTP 200 responses for requests to /actuator/* endpoints from unknown or external IP addresses
  • Access log entries showing enumeration patterns across multiple actuator endpoints
  • Unusual configuration queries or environment variable access attempts

Detection Strategies

  • Monitor web server access logs for requests to actuator endpoints without valid authentication tokens or sessions
  • Implement anomaly detection for access patterns to sensitive endpoints such as /actuator/env, /actuator/configprops, and /actuator/beans
  • Deploy web application firewall rules to alert on actuator endpoint access from untrusted sources
  • Review application dependency manifests for vulnerable Spring Boot versions (4.0.0 through 4.0.5)

Monitoring Recommendations

  • Enable detailed access logging for all actuator endpoints with source IP, user agent, and response code tracking
  • Configure alerts for successful access to actuator endpoints without authentication context
  • Implement real-time monitoring for mass endpoint enumeration behavior
  • Establish baseline access patterns for actuator endpoints to identify anomalous activity

How to Mitigate CVE-2026-40976

Immediate Actions Required

  • Upgrade all affected Spring Boot applications to version 4.0.6 or later immediately
  • Audit application dependencies to confirm whether the vulnerable configuration conditions apply
  • Implement explicit Spring Security configuration if upgrade is not immediately possible
  • Restrict network access to actuator endpoints using firewall rules or reverse proxy configuration

Patch Information

VMware has released Spring Boot 4.0.6 to address this vulnerability. Organizations should upgrade all affected applications from versions 4.0.0 through 4.0.5 to the patched version. The official vendor advisory is available at the Spring Security Advisory.

To verify your application is no longer vulnerable after upgrading:

  1. Confirm the Spring Boot version in your pom.xml or build.gradle shows 4.0.6 or later
  2. Test that actuator endpoints return 401 Unauthorized or 403 Forbidden when accessed without credentials
  3. Review application startup logs for proper security filter chain initialization

Workarounds

  • Add explicit Spring Security configuration to your application instead of relying on defaults
  • Add the spring-boot-health dependency to change the vulnerable code path
  • Disable or restrict actuator endpoints by setting management.endpoints.enabled-by-default=false
  • Configure actuator endpoint exposure explicitly using management.endpoints.web.exposure.include
bash
# Example application.properties workaround configuration
# Disable all actuator endpoints by default
management.endpoints.enabled-by-default=false

# Only enable specific endpoints if needed
management.endpoint.health.enabled=true
management.endpoint.info.enabled=true

# Restrict web exposure
management.endpoints.web.exposure.include=health,info

# Require authentication for actuator endpoints
management.endpoints.web.base-path=/actuator
spring.security.user.name=actuator-admin
spring.security.user.password=${ACTUATOR_PASSWORD}

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 Boot

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-862
  • Vendor Resources
  • Spring Security Advisory CVE-2026-40976
  • Related CVEs
  • CVE-2023-20873: Spring Boot Auth Bypass Vulnerability

  • CVE-2026-40972: VMware Spring Boot RCE Vulnerability

  • CVE-2026-40973: VMware Spring Boot Privilege Escalation

  • CVE-2026-40975: VMware Spring Boot Information Disclosure
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