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

CVE-2023-34055: VMware Spring Boot DoS Vulnerability

CVE-2023-34055 is a denial-of-service vulnerability in VMware Spring Boot that allows attackers to craft HTTP requests causing DoS conditions. This post covers technical details, affected versions, and mitigation.

Published: February 11, 2026

CVE-2023-34055 Overview

CVE-2023-34055 is a Denial of Service (DoS) vulnerability affecting VMware Spring Boot applications that utilize Spring MVC or Spring WebFlux with the Spring Boot Actuator on the classpath. An authenticated attacker can exploit this vulnerability by sending specially crafted HTTP requests to vulnerable endpoints, potentially causing service disruption and application unavailability.

The vulnerability specifically impacts applications meeting all of the following conditions: the application uses Spring MVC or Spring WebFlux, and the org.springframework.boot:spring-boot-actuator dependency is present on the classpath. This combination creates an attack surface that allows malicious actors to exhaust server resources through carefully constructed requests.

Critical Impact

Authenticated attackers can cause complete application unavailability through specially crafted HTTP requests, potentially disrupting business-critical services and operations.

Affected Products

  • VMware Spring Boot versions 2.7.0 through 2.7.17
  • VMware Spring Boot versions 3.0.0 through 3.0.12
  • VMware Spring Boot versions 3.1.0 through 3.1.5

Discovery Timeline

  • 2023-11-28 - CVE-2023-34055 published to NVD
  • 2025-02-13 - Last updated in NVD database

Technical Details for CVE-2023-34055

Vulnerability Analysis

This vulnerability allows an authenticated user to trigger a Denial of Service condition in Spring Boot applications. The attack targets applications that have both Spring MVC or Spring WebFlux enabled and include the Spring Boot Actuator dependency. When these conditions are met, the application becomes susceptible to resource exhaustion through malformed HTTP requests.

The vulnerability is network-accessible and requires low attack complexity, though authentication is required. While the vulnerability does not impact confidentiality or integrity, it can completely compromise system availability. The unchanged scope indicates the impact is limited to the vulnerable component itself.

Root Cause

The root cause stems from improper handling of specially crafted HTTP requests in Spring Boot applications when the Actuator endpoints are exposed. The Actuator provides various endpoints for monitoring and managing applications, and when combined with Spring MVC or Spring WebFlux, certain request patterns can trigger resource exhaustion conditions that lead to service unavailability.

Attack Vector

The attack vector is network-based, requiring authenticated access to the vulnerable application. An attacker with valid credentials can craft malicious HTTP requests targeting the application's endpoints. When the application processes these requests, it may enter a state where resources are consumed excessively, leading to degraded performance or complete service denial.

The exploitation requires:

  1. Network access to the target Spring Boot application
  2. Valid authentication credentials
  3. The target application must use Spring MVC or Spring WebFlux
  4. The spring-boot-actuator dependency must be on the classpath

The attacker sends carefully constructed HTTP requests that exploit the request handling mechanism, causing the application to consume excessive resources during processing. This can manifest as memory exhaustion, thread pool starvation, or other resource depletion scenarios that prevent legitimate users from accessing the application.

Detection Methods for CVE-2023-34055

Indicators of Compromise

  • Unusual patterns of HTTP requests targeting actuator endpoints such as /actuator/health, /actuator/info, or custom actuator paths
  • Sudden spikes in memory consumption or CPU utilization on Spring Boot application servers
  • Increased thread pool exhaustion warnings in application logs
  • Abnormal response times or timeout errors from Spring Boot services

Detection Strategies

  • Monitor application logs for repeated requests from single sources with unusual request patterns
  • Implement rate limiting on actuator endpoints and track violation events
  • Configure application performance monitoring (APM) tools to alert on resource consumption anomalies
  • Deploy web application firewall (WAF) rules to detect and block malformed HTTP request patterns

Monitoring Recommendations

  • Enable detailed access logging for all actuator endpoints
  • Set up alerts for abnormal memory and CPU utilization patterns in Spring Boot applications
  • Monitor thread pool metrics and establish baselines for normal operation
  • Implement centralized log aggregation to correlate suspicious activity across multiple application instances

How to Mitigate CVE-2023-34055

Immediate Actions Required

  • Upgrade Spring Boot to patched versions: 2.7.18+, 3.0.13+, or 3.1.6+ immediately
  • Restrict access to actuator endpoints using Spring Security configurations
  • Implement rate limiting on all exposed actuator endpoints
  • Review and minimize exposed actuator endpoints to only those required for operations

Patch Information

VMware has released security updates to address this vulnerability. Organizations should upgrade to the following patched versions:

  • Spring Boot 2.7.x: Upgrade to version 2.7.18 or later
  • Spring Boot 3.0.x: Upgrade to version 3.0.13 or later
  • Spring Boot 3.1.x: Upgrade to version 3.1.6 or later

Detailed patch information and upgrade guidance is available in the Spring Security Advisory for CVE-2023-34055. Additional security information is available in the NetApp Security Advisory.

Workarounds

  • Disable non-essential actuator endpoints by configuring management.endpoints.enabled-by-default=false
  • Place actuator endpoints behind authentication using Spring Security
  • Deploy a reverse proxy or WAF to filter malicious requests before they reach the application
  • Consider network segmentation to limit exposure of management endpoints to internal networks only
bash
# Configuration example for application.properties
# Disable all actuator endpoints by default
management.endpoints.enabled-by-default=false

# Enable only required endpoints explicitly
management.endpoint.health.enabled=true
management.endpoint.info.enabled=true

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

# Change actuator base path (security through obscurity - use with other controls)
management.endpoints.web.base-path=/internal-management

# Require authentication for actuator endpoints (configure Spring Security separately)
management.endpoint.health.show-details=when-authorized

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechSpring Boot

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.28%

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

  • CVE-2021-21234: Spring Boot Actuator Path Traversal Flaw
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