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

CVE-2022-2048: Eclipse Jetty HTTP/2 DOS Vulnerability

CVE-2022-2048 is a denial of service flaw in Eclipse Jetty HTTP/2 server that fails to clean up connections after invalid requests, exhausting resources. This article covers technical details, affected versions, and mitigation.

Published: February 11, 2026

CVE-2022-2048 Overview

CVE-2022-2048 is a Denial of Service vulnerability in the Eclipse Jetty HTTP/2 server implementation. When the server encounters an invalid HTTP/2 request, the error handling mechanism contains a bug that fails to properly clean up active connections and associated resources. This improper resource management can lead to resource exhaustion, eventually leaving insufficient resources to process legitimate requests.

Critical Impact

Attackers can exhaust server resources by sending malformed HTTP/2 requests, causing service unavailability for legitimate users and potentially disrupting business-critical applications that rely on Jetty-based services.

Affected Products

  • Eclipse Jetty (multiple versions)
  • Debian Linux 10.0 and 11.0
  • NetApp Element Plug-in for vCenter Server
  • NetApp Management Services for Element Software and NetApp HCI
  • NetApp SnapCenter
  • NetApp SolidFire & HCI Storage Node
  • NetApp HCI Compute Node
  • Jenkins (including LTS versions)

Discovery Timeline

  • 2022-07-07 - CVE-2022-2048 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-2048

Vulnerability Analysis

This vulnerability is classified under CWE-410 (Insufficient Resource Pool), indicating a fundamental flaw in how the Jetty HTTP/2 server manages its connection pool and associated resources. When the server receives a malformed HTTP/2 request, the error handling code path does not execute the necessary cleanup routines for the connection resources.

The HTTP/2 protocol maintains persistent connections with multiple streams, making proper connection lifecycle management critical. When error handling fails to release these resources, each malicious request consumes server capacity without eventual release, creating a classic resource exhaustion scenario.

Root Cause

The root cause lies in the error handling code path within Jetty's HTTP/2 implementation. When processing an invalid HTTP/2 request triggers an exception or error condition, the code fails to properly invoke the connection cleanup logic. This results in connection objects and their associated resources (memory buffers, file descriptors, stream state) remaining allocated despite the connection being non-functional.

Over time, as more invalid requests are processed, the cumulative effect depletes the available resource pool, preventing the server from accepting or processing new legitimate connections.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can remotely target any Jetty server with HTTP/2 enabled by sending specially crafted invalid HTTP/2 frames or requests. The vulnerability is particularly concerning because:

  • HTTP/2 servers are typically internet-facing
  • No authentication is required to trigger the vulnerability
  • The attack can be automated and scaled
  • Recovery requires service restart or waiting for resource timeouts

The attack involves sending malformed HTTP/2 requests that trigger the vulnerable error handling path. Each request leaks server resources until the connection pool is exhausted and the server can no longer accept new connections.

Detection Methods for CVE-2022-2048

Indicators of Compromise

  • Unusual increase in HTTP/2 connection errors in server logs
  • Growing number of connections in error states that are not being cleaned up
  • Server memory utilization steadily increasing without corresponding legitimate traffic growth
  • Connection pool exhaustion warnings or errors in Jetty logs

Detection Strategies

  • Monitor Jetty server logs for patterns of invalid HTTP/2 request errors followed by resource exhaustion messages
  • Implement connection tracking to identify sources sending high volumes of malformed HTTP/2 frames
  • Set up alerting on connection pool metrics that show abnormal growth trends
  • Use network intrusion detection systems to identify malformed HTTP/2 traffic patterns

Monitoring Recommendations

  • Configure Jetty's JMX metrics export and monitor connection pool utilization
  • Set threshold alerts for active connection counts exceeding normal baselines
  • Implement health checks that verify server responsiveness under load
  • Monitor file descriptor usage on Jetty server hosts as an early warning indicator

How to Mitigate CVE-2022-2048

Immediate Actions Required

  • Upgrade Eclipse Jetty to a patched version that addresses this vulnerability
  • Review and apply vendor-specific patches from NetApp and Jenkins if using affected products
  • Consider temporarily disabling HTTP/2 if it is not essential and upgrade cannot be performed immediately
  • Implement rate limiting on incoming connections to slow resource exhaustion attacks

Patch Information

Security patches are available from multiple vendors. Refer to the GitHub Security Advisory for Eclipse Jetty patched versions. Additional vendor advisories include:

  • Debian Security Announcement DSA-5198
  • Debian LTS Announcement
  • NetApp Security Advisory

Organizations should prioritize updating to patched Jetty versions and applying vendor-specific updates for derivative products.

Workarounds

  • Disable HTTP/2 support and fall back to HTTP/1.1 if HTTP/2 features are not required
  • Implement connection limits and timeouts at the reverse proxy or load balancer level
  • Configure aggressive idle connection timeouts to help reclaim leaked resources
  • Deploy a web application firewall capable of inspecting HTTP/2 traffic for malformed requests
bash
# Configuration example - Jetty HTTP/2 connection limits
# Add to jetty-http2.xml or equivalent configuration

# Set maximum concurrent streams per connection
# jetty.http2.maxConcurrentStreams=128

# Configure aggressive idle timeout (milliseconds)
# jetty.http2.idleTimeout=30000

# Limit maximum session receive window size
# jetty.http2.initialSessionRecvWindow=1048576

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 Probability1.29%

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

  • NVD-CWE-Other
  • Technical References
  • Openwall OSS Security List

  • GitHub Security Advisory

  • Debian LTS Announcement

  • NetApp Security Advisory

  • Debian Security Announcement
  • 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