Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2023-3223

CVE-2023-3223: Red Hat Undertow DoS Vulnerability

CVE-2023-3223 is a denial of service flaw in Red Hat Undertow caused by large multipart content in servlets. Attackers can trigger OutOfMemoryError and bypass file size limits. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 11, 2026

CVE-2023-3223 Overview

A memory exhaustion vulnerability has been identified in Red Hat Undertow, a high-performance web server used in JBoss middleware products. The flaw affects servlets annotated with @MultipartConfig, which can trigger an OutOfMemoryError when processing large multipart content. This vulnerability enables unauthorized remote attackers to cause a Denial of Service (DoS) condition against affected systems.

The vulnerability is particularly concerning because it allows attackers to bypass file size restrictions. When a server uses fileSizeThreshold to limit uploaded file sizes, attackers can circumvent this protection by setting the file name in the request to null, effectively rendering the size limit ineffective.

Critical Impact

Remote attackers can exhaust server memory and cause complete service disruption without authentication, affecting enterprise applications running on JBoss EAP, OpenShift Container Platform, and Red Hat Single Sign-On.

Affected Products

  • Red Hat Undertow
  • Red Hat OpenShift Container Platform (versions 4.9, 4.10, 4.11, 4.12)
  • Red Hat OpenShift Container Platform for IBM LinuxONE (versions 4.9, 4.10)
  • Red Hat OpenShift Container Platform for Power (versions 4.9, 4.10)
  • Red Hat Enterprise Linux (versions 7.0, 8.0, 9.0)
  • Red Hat JBoss Enterprise Application Platform 7.4
  • Red Hat Single Sign-On 7.6

Discovery Timeline

  • 2023-09-27 - CVE-2023-3223 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-3223

Vulnerability Analysis

This vulnerability falls under CWE-789 (Memory Allocation with Excessive Size Value), where the Undertow web server fails to properly limit memory allocation when handling multipart HTTP requests. The issue manifests in servlets that use the @MultipartConfig annotation for processing file uploads.

When a malicious request is crafted with excessively large multipart content, the server attempts to allocate memory to store the incoming data. Without proper bounds checking, this leads to memory exhaustion and subsequent OutOfMemoryError exceptions, crashing the application or making it unresponsive.

The bypass mechanism is especially noteworthy: the fileSizeThreshold parameter, designed to limit the size of files held in memory before being written to disk, can be evaded by manipulating the filename field in the multipart request. Setting this field to null causes the size validation logic to fail, allowing arbitrarily large content to be loaded into memory.

Root Cause

The root cause lies in insufficient validation of multipart request parameters within Undertow's request processing pipeline. The fileSizeThreshold validation logic contains a conditional check that fails when the filename is null, creating a bypass condition. Additionally, the server lacks adequate memory allocation limits when buffering multipart content, allowing unbounded memory consumption.

Attack Vector

The attack can be executed remotely over the network without any authentication requirements. An attacker sends a specially crafted HTTP multipart request to a vulnerable endpoint. The attack requires no user interaction and can be automated for sustained DoS attacks.

The attacker constructs a multipart/form-data request with:

  1. An extremely large body to exhaust server memory
  2. A null filename field to bypass fileSizeThreshold protections

When the vulnerable servlet processes this request, it attempts to buffer the entire content in memory. Multiple concurrent requests can rapidly deplete available heap space, causing the JVM to throw OutOfMemoryError and potentially crashing the entire application server.

Detection Methods for CVE-2023-3223

Indicators of Compromise

  • Sudden spikes in JVM heap memory usage on application servers
  • OutOfMemoryError exceptions in application logs with stack traces referencing multipart handling
  • Unusual volume of large multipart POST requests to servlet endpoints
  • Application server crashes or unresponsive states following multipart requests

Detection Strategies

  • Monitor JVM heap usage and configure alerts for abnormal memory consumption patterns
  • Implement web application firewall (WAF) rules to inspect and limit multipart request sizes at the network perimeter
  • Review application logs for repeated OutOfMemoryError exceptions associated with multipart processing
  • Deploy network-level monitoring to detect unusually large HTTP POST requests targeting known vulnerable endpoints

Monitoring Recommendations

  • Configure JMX monitoring to track heap memory usage and garbage collection frequency on JBoss/Undertow servers
  • Enable verbose garbage collection logging to identify memory pressure events
  • Set up alerting for HTTP 500 errors that correlate with memory exhaustion events
  • Monitor network traffic for large multipart requests exceeding expected business thresholds

How to Mitigate CVE-2023-3223

Immediate Actions Required

  • Apply the latest security patches from Red Hat for all affected products
  • Implement request size limits at the load balancer or reverse proxy level
  • Configure web application firewall rules to block oversized multipart requests
  • Review and harden @MultipartConfig annotations with explicit maxFileSize and maxRequestSize parameters

Patch Information

Red Hat has released multiple security advisories addressing this vulnerability:

  • Red Hat Security Advisory RHSA-2023:4505
  • Red Hat Security Advisory RHSA-2023:4506
  • Red Hat Security Advisory RHSA-2023:4507
  • Red Hat Security Advisory RHSA-2023:4509
  • Red Hat Security Advisory RHSA-2023:4918
  • Red Hat Security Advisory RHSA-2023:4919
  • Red Hat Security Advisory RHSA-2023:4920
  • Red Hat Security Advisory RHSA-2023:4921
  • Red Hat Security Advisory RHSA-2023:4924
  • Red Hat Security Advisory RHSA-2023:7247

For additional details, refer to the Red Hat CVE-2023-3223 Overview and Red Hat Bugzilla Report #2209689.

NetApp users should review NetApp Security Advisory NTAP-20231027-0004.

Workarounds

  • Implement strict request size limits at the reverse proxy or load balancer layer before traffic reaches vulnerable applications
  • Configure explicit maxFileSize and maxRequestSize parameters in @MultipartConfig annotations rather than relying solely on fileSizeThreshold
  • Deploy rate limiting on endpoints that accept multipart uploads to mitigate automated attacks
  • Consider implementing custom servlet filters to validate multipart request parameters before processing
bash
# Example nginx configuration to limit request body size
# Add to server or location block to restrict upload sizes
client_max_body_size 10m;

# Example Apache configuration for request size limits
# Add to VirtualHost or Directory configuration
LimitRequestBody 10485760

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechRedhat Undertow

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.88%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-789

  • NVD-CWE-noinfo
  • Technical References
  • Red Hat Security Advisory RHSA-2023:7247

  • NetApp Security Advisory NTAP-20231027-0004
  • Vendor Resources
  • Red Hat Security Advisory RHSA-2023:4505

  • Red Hat Security Advisory RHSA-2023:4506

  • Red Hat Security Advisory RHSA-2023:4507

  • Red Hat Security Advisory RHSA-2023:4509

  • Red Hat Security Advisory RHSA-2023:4918

  • Red Hat Security Advisory RHSA-2023:4919

  • Red Hat Security Advisory RHSA-2023:4920

  • Red Hat Security Advisory RHSA-2023:4921

  • Red Hat Security Advisory RHSA-2023:4924

  • Red Hat CVE-2023-3223 Overview

  • Red Hat Bugzilla Report #2209689
  • Related CVEs
  • CVE-2020-10705: Redhat Undertow DOS Vulnerability

  • CVE-2020-1745: Redhat Undertow AJP RCE Vulnerability

  • CVE-2020-10687: Red Hat Undertow XSS 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