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

CVE-2026-22745: Spring MVC/WebFlux DoS Vulnerability

CVE-2026-22745 is a denial of service flaw in Spring MVC and WebFlux applications serving static resources on Windows. Attackers can exhaust HTTP connections with slow requests. This article covers technical details, impact, and mitigation.

Published: April 30, 2026

CVE-2026-22745 Overview

CVE-2026-22745 is a Denial of Service vulnerability affecting Spring MVC and Spring WebFlux applications that serve static resources from the file system on Windows platforms. When exploited, an attacker can send specially crafted malicious requests that are slow to resolve, keeping HTTP connections occupied and eventually exhausting server resources, leading to service unavailability.

The vulnerability requires a specific combination of conditions to be exploitable: the application must use Spring MVC or Spring WebFlux, serve static resources from the file system, and run on a Windows platform. When all these conditions are met, the application becomes susceptible to resource exhaustion attacks.

Critical Impact

Attackers can cause Denial of Service by sending malicious requests that exhaust HTTP connections, making the application unavailable to legitimate users.

Affected Products

  • Spring MVC applications serving static resources on Windows
  • Spring WebFlux applications serving static resources on Windows
  • Applications using Spring Framework's static resource handling with file system resources

Discovery Timeline

  • 2026-04-29 - CVE CVE-2026-22745 published to NVD
  • 2026-04-29 - Last updated in NVD database

Technical Details for CVE-2026-22745

Vulnerability Analysis

This vulnerability is classified under CWE-400 (Uncontrolled Resource Consumption). The flaw exists in how Spring MVC and Spring WebFlux applications handle requests for static resources when those resources are served from the Windows file system.

The attack exploits the resource resolution mechanism specific to Windows file systems. When an attacker sends specially crafted requests targeting static resources, the resolution process becomes slow, causing HTTP connections to remain open for extended periods. As these slow-resolving requests accumulate, they consume available connection pools and server threads, ultimately preventing the application from serving legitimate traffic.

The network-accessible nature of this vulnerability means any attacker with network access to the affected application can attempt exploitation without requiring any authentication or user interaction.

Root Cause

The root cause lies in improper resource consumption controls when resolving static file system resources on Windows platforms. The application fails to implement adequate timeouts or resource limits when processing requests for static resources, allowing malicious requests to monopolize server resources. This behavior is specific to Windows due to differences in how the operating system handles file system operations compared to other platforms.

Attack Vector

The attack is conducted over the network by sending HTTP requests designed to trigger slow resource resolution. The attacker does not need any privileges or authentication to exploit this vulnerability. By repeatedly sending these malicious requests, an attacker can gradually consume all available HTTP connections, effectively denying service to legitimate users.

The exploitation technique involves crafting requests that target the static resource handling endpoint with payloads that cause the Windows file system resolution to perform slowly. As these requests hold connections open, the connection pool becomes exhausted, preventing new connections from being established.

Detection Methods for CVE-2026-22745

Indicators of Compromise

  • Unusual increase in HTTP connection duration for static resource requests
  • High number of concurrent connections from single IP addresses or IP ranges targeting static resource endpoints
  • Slow response times specifically for static resource requests while dynamic content performs normally
  • Thread pool exhaustion warnings in application logs

Detection Strategies

  • Monitor HTTP connection metrics for abnormal patterns, particularly connections with extended lifetimes to static resource endpoints
  • Implement rate limiting on static resource endpoints to identify and block suspicious request patterns
  • Configure alerting on connection pool utilization thresholds to detect early signs of resource exhaustion
  • Analyze access logs for repeated requests to static resources from the same source with unusual timing patterns

Monitoring Recommendations

  • Enable detailed logging for Spring's resource handling components to capture request processing times
  • Set up application performance monitoring (APM) to track connection pool utilization and thread consumption
  • Monitor Windows system metrics including file handle counts and I/O wait times on affected servers
  • Configure network-level monitoring to detect connection accumulation patterns indicative of DoS attempts

How to Mitigate CVE-2026-22745

Immediate Actions Required

  • Review your application's static resource configuration to determine if you meet the vulnerable criteria (Spring MVC/WebFlux + file system resources + Windows)
  • Implement connection timeouts and request rate limiting at the web server or load balancer level
  • Consider temporarily serving static resources from a CDN or reverse proxy instead of the application server
  • Apply the security patch from VMware/Spring as soon as it becomes available

Patch Information

VMware has published a security advisory for this vulnerability. Refer to the Spring Security Advisory for CVE-2026-22745 for official patch information and remediation guidance. Apply the latest security updates to your Spring Framework dependencies as recommended in the advisory.

Workarounds

  • Configure connection timeouts at the reverse proxy or load balancer to prevent long-running connections from exhausting resources
  • Move static resources to a dedicated CDN or separate web server that is not affected by this vulnerability
  • Implement request rate limiting specifically for static resource endpoints to prevent abuse
  • If possible, migrate static resource hosting away from Windows file systems to alternative storage mechanisms
bash
# Example nginx configuration for connection timeout and rate limiting
# Add to your nginx.conf or server block

# Set connection timeout to prevent long-running connections
proxy_connect_timeout 30s;
proxy_read_timeout 30s;
proxy_send_timeout 30s;

# Rate limiting zone for static resources
limit_req_zone $binary_remote_addr zone=static_limit:10m rate=10r/s;

# Apply to static resource locations
location /static/ {
    limit_req zone=static_limit burst=20 nodelay;
    proxy_pass http://spring_backend;
}

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechSpring

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-400
  • Technical References
  • NIST CVSS v3 Calculator

  • Spring Security CVE-2026-22745
  • Related CVEs
  • CVE-2026-22741: Spring MVC/WebFlux DOS Vulnerability

  • CVE-2026-22735: Spring Framework SSE DOS Vulnerability

  • CVE-2024-38828: Spring MVC DoS Vulnerability

  • CVE-2024-38816: Spring Framework 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