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-2022-22970

CVE-2022-22970: VMware Spring Framework DoS Vulnerability

CVE-2022-22970 is a denial of service vulnerability in VMware Spring Framework affecting file upload handling. Applications using data binding for MultipartFile are at risk. This article covers technical details, affected versions, and mitigation.

Published: February 18, 2026

CVE-2022-22970 Overview

CVE-2022-22970 is a Denial of Service (DoS) vulnerability in VMware Spring Framework that affects applications handling file uploads. The vulnerability exists in the data binding mechanism when applications bind a MultipartFile or javax.servlet.Part to a field in a model object. This weakness, classified as CWE-770 (Allocation of Resources Without Limits or Throttling), allows attackers to exhaust system resources and disrupt service availability.

Critical Impact

Applications using Spring Framework's file upload functionality with data binding may be vulnerable to resource exhaustion attacks, potentially causing service disruption for legitimate users.

Affected Products

  • VMware Spring Framework versions prior to 5.3.20
  • VMware Spring Framework versions prior to 5.2.22
  • Oracle Financial Services Crime and Compliance Management Studio (versions 8.0.8.2.0 and 8.0.8.3.0)
  • NetApp Active IQ Unified Manager (Linux, VMware vSphere, Windows)
  • NetApp Brocade SAN Navigator
  • NetApp Cloud Secure Agent
  • NetApp OnCommand Insight

Discovery Timeline

  • May 12, 2022 - CVE-2022-22970 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2022-22970

Vulnerability Analysis

This vulnerability arises from improper resource allocation controls within Spring Framework's data binding mechanism for file uploads. When an application uses Spring's data binding to set a MultipartFile or javax.servlet.Part to a field in a model object, the framework fails to enforce adequate resource limits. This architectural weakness enables attackers to craft malicious requests that consume excessive server resources without proper throttling.

The vulnerability requires network access and low-privilege authentication to exploit, though the attack complexity is considered high due to specific conditions that must be met. The primary impact is on availability, with no direct effect on confidentiality or integrity. Applications that do not use data binding for file upload fields are not affected by this vulnerability.

Root Cause

The root cause stems from CWE-770: Allocation of Resources Without Limits or Throttling. Spring Framework's file upload handling through data binding does not implement sufficient safeguards to prevent resource exhaustion. When processing MultipartFile or javax.servlet.Part objects bound to model fields, the framework allocates resources without enforcing appropriate limits, allowing an attacker to consume available system resources through repeated or specially crafted upload requests.

Attack Vector

The attack vector is network-based, requiring an authenticated attacker with low privileges. The attacker must identify an application endpoint that handles file uploads using Spring's data binding mechanism to bind multipart data to model objects. By sending malicious upload requests designed to consume excessive resources, the attacker can degrade or deny service to legitimate users.

The attack targets applications that specifically rely on data binding to populate MultipartFile or javax.servlet.Part fields in model objects. Applications that process file uploads through other mechanisms or that implement their own resource controls may be less susceptible.

Detection Methods for CVE-2022-22970

Indicators of Compromise

  • Abnormally high volume of multipart file upload requests to specific endpoints
  • Increased memory consumption or resource exhaustion on application servers
  • Multiple failed or slow upload requests from single IP addresses or user sessions
  • Application logs showing repeated data binding operations for file upload fields

Detection Strategies

  • Monitor application endpoints handling file uploads for unusual traffic patterns
  • Implement rate limiting on file upload endpoints to detect and block abuse
  • Review Spring Framework version in use across all applications via dependency scanning
  • Analyze application logs for repeated multipart request processing failures

Monitoring Recommendations

  • Configure alerts for unusual spikes in multipart file upload requests
  • Monitor JVM memory utilization and garbage collection behavior on Spring applications
  • Track response times for file upload endpoints to detect degradation
  • Enable detailed logging for Spring MVC data binding operations during incident investigation

How to Mitigate CVE-2022-22970

Immediate Actions Required

  • Upgrade Spring Framework to version 5.3.20 or later for the 5.3.x branch
  • Upgrade Spring Framework to version 5.2.22 or later for the 5.2.x branch
  • Conduct inventory of all applications using Spring Framework to identify affected deployments
  • Apply vendor-specific patches for Oracle and NetApp products as referenced in their security advisories

Patch Information

VMware has released patched versions of Spring Framework that address this vulnerability. Organizations should upgrade to Spring Framework 5.3.20+ or 5.2.22+ depending on their version branch. Additional vendor advisories with patch information are available from VMware Security Advisory, Oracle July 2022 CPU, and NetApp Security Advisory.

Workarounds

  • Implement application-level rate limiting on file upload endpoints
  • Avoid using data binding for MultipartFile or javax.servlet.Part fields; instead, access multipart data directly through MultipartHttpServletRequest
  • Configure web server or load balancer request size limits to constrain upload payloads
  • Deploy a Web Application Firewall (WAF) with rules to detect and block DoS attempts on upload endpoints
bash
# Example: Configure upload limits in application.properties
spring.servlet.multipart.max-file-size=10MB
spring.servlet.multipart.max-request-size=25MB

# Example: Maven dependency update to patched version
# Update pom.xml to use Spring Framework 5.3.20+
# <spring.version>5.3.20</spring.version>

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 Score5.3

  • EPSS Probability0.16%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-770
  • Technical References
  • NetApp Security Advisory
  • Vendor Resources
  • VMware CVE-2022-22970

  • Oracle July 2022 CPU Security Alert
  • Related CVEs
  • CVE-2024-38808: VMware Spring Framework DoS Vulnerability

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

  • CVE-2023-20863: 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