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

CVE-2023-20863: VMware Spring Framework DoS Vulnerability

CVE-2023-20863 is a denial-of-service flaw in VMware Spring Framework caused by specially crafted SpEL expressions. This article covers the technical details, affected versions, security impact, and mitigation.

Published: February 11, 2026

CVE-2023-20863 Overview

In Spring Framework versions prior to 5.2.24, 5.3.27, and 6.0.8, it is possible for a user to provide a specially crafted Spring Expression Language (SpEL) expression that may cause a denial-of-service (DoS) condition. This vulnerability allows authenticated attackers to disrupt application availability through malicious expression parsing.

Critical Impact

Authenticated attackers can exploit this SpEL expression handling flaw to cause denial-of-service conditions, potentially rendering Spring-based applications unavailable.

Affected Products

  • VMware Spring Framework versions prior to 5.2.24
  • VMware Spring Framework versions prior to 5.3.27
  • VMware Spring Framework versions prior to 6.0.8

Discovery Timeline

  • April 13, 2023 - CVE-2023-20863 published to NVD
  • February 7, 2025 - Last updated in NVD database

Technical Details for CVE-2023-20863

Vulnerability Analysis

This vulnerability resides in the Spring Expression Language (SpEL) parsing component of the Spring Framework. SpEL is a powerful expression language that supports querying and manipulating object graphs at runtime. The flaw involves improper handling of specially crafted SpEL expressions that can lead to resource exhaustion.

The vulnerability is classified under CWE-400 (Uncontrolled Resource Consumption) and CWE-917 (Improper Neutralization of Special Elements used in an Expression Language Statement). When an attacker submits a malformed SpEL expression, the parsing mechanism fails to properly limit resource consumption, allowing the expression evaluation to consume excessive CPU or memory resources.

The attack requires low-privilege authentication but no user interaction, making it exploitable by any authenticated user with the ability to submit SpEL expressions. Successful exploitation results in high availability impact, potentially causing complete service disruption.

Root Cause

The root cause stems from insufficient input validation and resource limitation controls within the SpEL expression parser. The framework does not adequately restrict the complexity or depth of expressions that can be evaluated, enabling attackers to craft expressions that trigger algorithmic complexity attacks or recursive processing loops.

Attack Vector

The attack is network-based and requires authenticated access to an application that processes SpEL expressions. Common attack surfaces include:

  • Custom Spring applications that evaluate user-supplied SpEL expressions
  • Spring Security configurations using SpEL-based access control expressions
  • Spring Data repositories with SpEL query parameters
  • Any endpoint accepting SpEL expressions for dynamic evaluation

The vulnerability mechanism involves submitting expressions specifically designed to cause excessive resource consumption during parsing or evaluation. These expressions may exploit recursive patterns, deeply nested structures, or complex operations that overwhelm the expression processor.

For detailed technical information, refer to the Spring Security Advisory for CVE-2023-20863.

Detection Methods for CVE-2023-20863

Indicators of Compromise

  • Abnormal CPU utilization spikes correlated with SpEL expression processing
  • Memory exhaustion events in Spring-based application containers
  • Application unresponsiveness following expression evaluation requests
  • Error logs indicating expression parsing failures or timeouts

Detection Strategies

  • Monitor application performance metrics for sudden resource consumption increases during expression evaluation
  • Implement request logging to capture and analyze SpEL expression inputs
  • Configure application-level timeouts for expression evaluation operations
  • Deploy runtime application self-protection (RASP) solutions to detect malicious expression patterns

Monitoring Recommendations

  • Enable detailed logging for SpEL expression evaluation components
  • Set up alerts for abnormal response times on endpoints that process dynamic expressions
  • Monitor JVM heap and CPU metrics for Spring applications
  • Track authentication events followed by resource exhaustion patterns

How to Mitigate CVE-2023-20863

Immediate Actions Required

  • Upgrade Spring Framework to version 5.2.24 or later for the 5.2.x branch
  • Upgrade Spring Framework to version 5.3.27 or later for the 5.3.x branch
  • Upgrade Spring Framework to version 6.0.8 or later for the 6.0.x branch
  • Audit applications for endpoints that accept user-supplied SpEL expressions

Patch Information

VMware has released patched versions addressing this vulnerability. Organizations should upgrade to the following minimum versions:

BranchFixed Version
5.2.x5.2.24+
5.3.x5.3.27+
6.0.x6.0.8+

For complete patch details and upgrade guidance, consult the Spring Security Advisory and the NetApp Security Advisory.

Workarounds

  • Restrict SpEL expression input to trusted administrative users only
  • Implement input validation to limit expression complexity before evaluation
  • Configure resource limits and timeouts for expression processing operations
  • Consider disabling dynamic SpEL evaluation in user-facing features until patches are applied
bash
# Maven dependency update example for Spring Framework 5.3.x
# Update pom.xml to specify patched version
mvn versions:use-latest-versions -Dincludes=org.springframework:spring-*
mvn dependency:tree | grep spring-core

# Verify upgraded version
mvn dependency:tree -Dincludes=org.springframework:spring-core

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechVmware Spring Framework

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.78%

  • 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
  • CWE-400

  • CWE-917
  • Technical References
  • NetApp Security Advisory
  • Vendor Resources
  • Spring Security CVE-2023-20863
  • Related CVEs
  • CVE-2024-38808: VMware Spring Framework DoS Vulnerability

  • CVE-2023-20861: VMware Spring Framework DoS Vulnerability

  • CVE-2022-22970: VMware Spring Framework DoS Vulnerability

  • CVE-2022-22965: VMware Spring Framework RCE 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