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-2020-10705

CVE-2020-10705: Redhat Undertow DOS Vulnerability

CVE-2020-10705 is a denial of service flaw in Redhat Undertow caused by improper handling of Expect: 100-continue headers, leading to out of memory errors. This article covers technical details, affected versions, and mitigation.

Published: March 4, 2026

CVE-2020-10705 Overview

A memory exhaustion vulnerability was discovered in Red Hat Undertow, a lightweight Java-based web server used as the default web server in WildFly Application Server. The flaw exists in versions prior to Undertow 2.1.1.Final, where specially crafted requests using the Expect: 100-continue HTTP header can trigger an out of memory error condition. This vulnerability can be exploited remotely without authentication to cause a denial of service by exhausting server memory resources.

Critical Impact

Remote attackers can exploit this vulnerability to crash Undertow-based applications by sending malicious HTTP requests with Expect: 100-continue headers, leading to memory exhaustion and service unavailability.

Affected Products

  • Red Hat Undertow (versions before 2.1.1.Final)
  • Red Hat JBoss Enterprise Application Platform 7.2
  • Red Hat OpenShift Application Runtimes
  • Red Hat Enterprise Linux 6.0, 7.0, and 8.0
  • NetApp OnCommand Insight

Discovery Timeline

  • 2020-06-10 - CVE-2020-10705 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-10705

Vulnerability Analysis

This vulnerability is classified as CWE-770: Allocation of Resources Without Limits or Throttling. The flaw resides in how Undertow processes HTTP requests containing the Expect: 100-continue header. When a client sends a request with this header, it signals that the client intends to send a request body and wants the server to confirm it can accept the body before transmission.

In vulnerable versions of Undertow, improper handling of certain malformed or repeated Expect: 100-continue requests causes unbounded memory allocation. An attacker can exploit this behavior by sending a series of crafted requests that force the server to allocate memory without proper limits, eventually exhausting available memory and causing the Java Virtual Machine (JVM) to throw an OutOfMemoryError, effectively crashing the application.

Root Cause

The root cause of this vulnerability stems from insufficient resource management in Undertow's HTTP request processing pipeline. When handling Expect: 100-continue headers, the server fails to enforce proper limits on memory allocation during request processing. This lack of resource throttling allows attackers to trigger excessive memory consumption through specially crafted HTTP requests, leading to resource exhaustion conditions.

Attack Vector

This vulnerability can be exploited remotely over the network without requiring authentication or user interaction. An attacker can target any Undertow-based web application exposed to the network by sending HTTP requests with malicious Expect: 100-continue headers. The attack is relatively straightforward to execute, as it only requires the ability to send HTTP requests to the target server. Multiple requests can amplify the impact, rapidly depleting server memory resources and causing service disruption.

The attack leverages the HTTP/1.1 protocol's Expect: 100-continue mechanism, which is designed for clients to verify server readiness before sending large request bodies. By abusing this mechanism, attackers can force memory allocation without actually transmitting the expected request body data.

Detection Methods for CVE-2020-10705

Indicators of Compromise

  • Unusual spikes in memory consumption on Undertow-based application servers
  • Increased frequency of HTTP requests containing Expect: 100-continue headers from single sources
  • Java OutOfMemoryError exceptions in application logs
  • Service restarts or crashes without apparent cause correlating with HTTP traffic spikes

Detection Strategies

  • Monitor application server memory usage patterns and alert on abnormal consumption rates
  • Implement HTTP request logging and analyze for anomalous Expect: 100-continue header patterns
  • Deploy web application firewalls (WAF) with rules to detect and rate-limit suspicious Expect header usage
  • Use SentinelOne Singularity Platform to detect resource exhaustion attempts and abnormal process behavior

Monitoring Recommendations

  • Configure JVM monitoring to track heap memory usage and garbage collection patterns
  • Set up alerts for memory utilization exceeding normal operational thresholds
  • Implement centralized logging to correlate HTTP request patterns with server health metrics
  • Monitor for repeated connection attempts from single IP addresses targeting application endpoints

How to Mitigate CVE-2020-10705

Immediate Actions Required

  • Upgrade Undertow to version 2.1.1.Final or later immediately
  • For JBoss EAP deployments, apply the latest security patches from Red Hat
  • Implement rate limiting on incoming HTTP requests at the load balancer or reverse proxy level
  • Consider temporarily blocking or filtering requests with Expect: 100-continue headers if upgrade is not immediately possible

Patch Information

Red Hat has released security updates to address this vulnerability. Users should upgrade to Undertow version 2.1.1.Final or later to remediate this issue. For enterprise deployments using JBoss Enterprise Application Platform, consult the Red Hat Bug Report #1803241 for specific patch guidance and version information.

NetApp OnCommand Insight users should review the NetApp Security Advisory NTAP-20220210-0014 for applicable patches and mitigation guidance.

Workarounds

  • Deploy a reverse proxy or load balancer in front of Undertow to filter or rate-limit Expect: 100-continue requests
  • Configure JVM memory limits and implement automatic restart procedures to mitigate impact
  • Use network-level access controls to restrict access to Undertow-based services from untrusted networks
  • Implement application-level request validation to reject malformed HTTP headers before they reach Undertow
bash
# Example: Configure Nginx as reverse proxy to rate-limit Expect headers
# Add to nginx.conf server block
limit_req_zone $binary_remote_addr zone=expect_limit:10m rate=10r/s;

# In location block
location / {
    limit_req zone=expect_limit burst=20 nodelay;
    proxy_pass http://undertow_backend;
}

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.30%

  • 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-770
  • Technical References
  • NetApp Security Advisory NTAP-20220210-0014
  • Vendor Resources
  • Red Hat Bug Report #1803241
  • Related CVEs
  • CVE-2023-3223: Red Hat 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