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-2021-28165

CVE-2021-28165: Eclipse Jetty DOS Vulnerability

CVE-2021-28165 is a denial of service flaw in Eclipse Jetty that causes 100% CPU usage when processing large invalid TLS frames. This article covers the technical details, affected versions, and mitigation strategies.

Published: February 25, 2026

CVE-2021-28165 Overview

CVE-2021-28165 is a Denial of Service vulnerability affecting Eclipse Jetty, a popular Java-based web server and servlet container. The vulnerability allows remote attackers to cause CPU usage to reach 100% by sending a large invalid TLS frame to affected Jetty instances. This resource exhaustion vulnerability impacts a wide range of versions across multiple Jetty release branches, making it particularly significant for enterprise environments running Java-based web applications.

Critical Impact

Remote attackers can render Jetty-based web services completely unresponsive by sending specially crafted TLS frames, causing complete CPU exhaustion without authentication requirements.

Affected Products

  • Eclipse Jetty versions 7.2.2 through 9.4.38
  • Eclipse Jetty versions 10.0.0.alpha0 through 10.0.1
  • Eclipse Jetty versions 11.0.0.alpha0 through 11.0.1
  • Oracle AutoVue for Agile Product Lifecycle Management 21.0.2
  • Oracle Communications Cloud Native Core Policy 1.14.0
  • Oracle Communications Element Manager 8.2.2
  • Oracle Communications Services Gatekeeper 7.0
  • Oracle REST Data Services
  • Jenkins (LTS and weekly releases)
  • NetApp Cloud Manager, SnapCenter, ONTAP Tools
  • NetApp E-Series SANtricity products

Discovery Timeline

  • April 1, 2021 - CVE-2021-28165 published to NVD
  • August 27, 2025 - Last updated in NVD database

Technical Details for CVE-2021-28165

Vulnerability Analysis

This vulnerability exists in Eclipse Jetty's TLS/SSL implementation and is classified under CWE-400 (Uncontrolled Resource Consumption) and CWE-755 (Improper Handling of Exceptional Conditions). When Jetty receives an oversized or malformed TLS frame, the server fails to properly handle the exceptional condition, leading to excessive CPU consumption. The vulnerability can be exploited remotely over the network without requiring any authentication or user interaction, making it particularly dangerous for internet-facing Jetty deployments.

The attack exploits improper handling of TLS frame parsing, where malformed frames trigger resource-intensive processing loops. An attacker can send specially crafted TLS handshake data that causes the server to consume all available CPU resources, effectively denying service to legitimate users.

Root Cause

The root cause stems from improper exception handling in Jetty's SSL/TLS connection processing code. When parsing incoming TLS frames, Jetty failed to implement adequate bounds checking and error handling for malformed or oversized frames. This allows an attacker to send crafted TLS data that triggers inefficient processing paths, consuming disproportionate CPU resources relative to the attacker's bandwidth expenditure.

Attack Vector

The attack vector is network-based, requiring only that an attacker can establish a TCP connection to a Jetty server's HTTPS port. The exploitation process involves:

  1. Establishing a TCP connection to the target Jetty server on its TLS-enabled port
  2. Sending a specially crafted, oversized, or malformed TLS frame during the handshake phase
  3. The server attempts to process the invalid frame, triggering excessive CPU consumption
  4. Repeated exploitation can exhaust all server CPU resources, causing denial of service

The attack requires no authentication and can be performed by any network-accessible client. The vulnerability is particularly impactful because a single attacker with limited bandwidth can potentially overwhelm a high-capacity server.

Detection Methods for CVE-2021-28165

Indicators of Compromise

  • Unusual CPU spikes on Jetty server processes without corresponding increase in legitimate traffic
  • High number of incomplete TLS handshakes from single or multiple source IPs
  • Jetty server becoming unresponsive while CPU utilization remains at or near 100%
  • Increased connection timeouts reported by legitimate clients

Detection Strategies

  • Monitor Jetty process CPU utilization and alert on sustained high usage (>90%) without proportional request throughput
  • Implement network intrusion detection rules to identify malformed TLS handshake patterns
  • Deploy application performance monitoring to correlate CPU spikes with incoming connection patterns
  • Analyze TLS handshake logs for abnormal frame sizes or repeated failed handshakes from specific sources

Monitoring Recommendations

  • Configure system monitoring to alert when Jetty Java processes exceed CPU thresholds for extended periods
  • Enable Jetty access and error logging with sufficient detail to capture TLS connection anomalies
  • Implement rate limiting on new TLS connections at the load balancer or firewall level
  • Set up automated health checks that can detect and respond to server unresponsiveness

How to Mitigate CVE-2021-28165

Immediate Actions Required

  • Upgrade Eclipse Jetty to version 9.4.39, 10.0.2, or 11.0.2 or later immediately
  • Review and update all applications embedding Jetty as a dependency
  • Implement network-level rate limiting on incoming TLS connections as a temporary measure
  • Consider deploying a Web Application Firewall (WAF) capable of inspecting TLS traffic patterns

Patch Information

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

  • Jetty 9.4.x: Upgrade to 9.4.39 or later
  • Jetty 10.x: Upgrade to 10.0.2 or later
  • Jetty 11.x: Upgrade to 11.0.2 or later

For Oracle products, refer to the Oracle Critical Patch Update July 2021, Oracle Critical Patch Update October 2021, and Oracle Critical Patch Update January 2022 advisories for specific patch guidance. NetApp customers should consult the NetApp Security Advisory for affected product updates. Additional details are available in the GitHub Security Advisory GHSA-26vr-8j45-3r4w.

Workarounds

  • Deploy network-level connection rate limiting to reduce the effectiveness of DoS attacks targeting this vulnerability
  • Configure load balancers to implement TLS termination and connection throttling upstream of Jetty
  • Implement CPU resource limits using containerization or process control mechanisms to prevent complete system exhaustion
  • Consider temporarily disabling direct TLS on Jetty and offloading TLS termination to a hardened reverse proxy
bash
# Example: Configure connection rate limiting with iptables
# Limit new TLS connections to 20 per second per source IP
iptables -A INPUT -p tcp --dport 8443 -m state --state NEW -m recent --set
iptables -A INPUT -p tcp --dport 8443 -m state --state NEW -m recent --update --seconds 1 --hitcount 20 -j DROP

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechEclipse Jetty

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability11.83%

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

  • CWE-755
  • Technical References
  • Openwall Mailing List Update

  • GitHub Security Advisory

  • Apache ZooKeeper Notification Thread

  • Apache Spark Notification Thread

  • Apache Spark Review Thread

  • Apache Spark Review Thread

  • Apache Kafka Jira Thread

  • Apache Solr Issues Thread

  • Apache ZooKeeper Commits Thread

  • Apache Spark Review Thread

  • Apache Kafka Jira Thread

  • Apache Spark Review Thread

  • Apache HBase Issues Thread

  • Apache Solr Issues Thread

  • Apache ZooKeeper Issues Thread

  • Apache Spark Review Thread

  • Apache Spark Commits Thread

  • Apache Solr Issues Thread

  • Apache Spark Review Thread

  • Apache Spark Review Thread

  • Apache ZooKeeper Commits Thread

  • Apache Kafka Jira Thread

  • Apache Spark Review Thread

  • Apache Spark Review Thread

  • Apache Spark Review Thread

  • Apache HBase Issues Thread

  • Apache Ignite Issues Thread

  • Apache HBase Review Thread

  • Apache Ignite Issues Thread

  • Apache Pulsar Commits Thread

  • Apache ZooKeeper Dev Update

  • Apache Ignite Issues Thread

  • Apache Spark Review Thread

  • Apache ZooKeeper Issues Thread

  • Apache Spark Review Thread

  • Apache Kafka Dev Update

  • Apache Kafka Jira Thread

  • Apache Kafka Dev Update

  • Apache Ignite Issues Thread

  • Apache Kafka Jira Thread

  • Apache Spark Review Thread

  • Apache Kafka Jira Thread

  • Apache Spark Review Thread

  • Apache HBase Issues Thread

  • Apache Spark Review Thread

  • Apache Spark Review Thread

  • Apache Spark Review Thread

  • Apache HBase Issues Thread

  • Apache Spark Review Thread

  • Apache Spark Review Thread

  • Apache Spark Review Thread

  • Apache Spark Review Thread

  • Apache Kafka Jira Thread

  • Apache HBase Issues Thread

  • Apache Spark Review Thread

  • Apache Pulsar Commits Thread

  • Apache Spark Issues Thread

  • Apache Solr Review Thread

  • Apache Zookeeper Issues Thread

  • Apache Solr Issues Thread

  • Apache Zookeeper Issues Thread

  • Apache HBase Issues Thread

  • Apache Zookeeper Review Thread

  • Apache Spark Review Thread

  • Apache Zookeeper Review Thread

  • Apache Spark Review Thread

  • Apache Zookeeper Issues Thread

  • Apache Kafka Jira Thread

  • Apache Kafka Jira Thread

  • Apache Spark Review Thread

  • Apache Zookeeper Commits Thread

  • Apache Pulsar Commits Thread

  • Apache Solr Issues Thread

  • Apache Solr Issues Thread

  • Apache Spark Commit Thread

  • Apache Solr Issues Thread

  • Apache Solr Issues Thread

  • Apache Hadoop Issues Thread

  • Apache HBase Issues Thread

  • Apache Spark Review Thread

  • Apache Pulsar Commits Thread

  • Apache Spark Review Thread

  • Apache HBase Issues Thread

  • Apache HBase Review Thread

  • Apache HBase Issues Thread

  • Apache Pulsar Commit Thread

  • Apache Hadoop Issues Thread

  • Apache HBase Review Thread

  • Apache HBase Review Thread

  • Apache Spark Review Thread

  • Apache HBase Issues Thread

  • Apache Solr Review Thread

  • Apache Solr Review Thread

  • Apache Spark Review Thread

  • Apache Spark Review Thread

  • Apache Pulsar Commits Thread

  • Apache HBase Review Thread

  • Apache Spark Review Thread

  • Apache Spark Review Thread

  • Apache HBase Review Thread

  • Apache HBase Review Thread

  • NetApp Security Advisory

  • Debian Security Advisory DSA-4949

  • Oracle CPU April 2022 Alert
  • Vendor Resources
  • Oracle CPU July 2021 Alert

  • Oracle CPU January 2022 Alert

  • Oracle CPU October 2021 Alert
  • Related CVEs
  • CVE-2026-1605: Eclipse Jetty GzipHandler DOS Vulnerability

  • CVE-2025-5115: Eclipse Jetty HTTP/2 DoS Vulnerability

  • CVE-2024-9823: Eclipse Jetty DoS Filter DoS Vulnerability

  • CVE-2024-8184: Eclipse Jetty DOS 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