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-2024-28182

CVE-2024-28182: Nghttp2 HTTP/2 DoS Vulnerability

CVE-2024-28182 is a denial of service vulnerability in Nghttp2's HTTP/2 implementation caused by unbounded CONTINUATION frames. Attackers can cause excessive CPU usage through HPACK decoding. This article covers technical details, affected versions, impact, and mitigation steps.

Published: January 28, 2026

CVE-2024-28182 Overview

CVE-2024-28182 is a resource exhaustion vulnerability in nghttp2, a widely-used implementation of the HTTP/2 protocol written in C. The vulnerability exists in versions prior to 1.61.0, where the nghttp2 library continues reading an unbounded number of HTTP/2 CONTINUATION frames even after a stream has been reset. This behavior is maintained to keep the HPACK context synchronized, but it creates an exploitable condition that causes excessive CPU consumption during HPACK stream decoding.

This vulnerability is part of a broader class of HTTP/2 protocol implementation weaknesses related to CONTINUATION frame handling, which has affected multiple HTTP/2 implementations. The issue allows remote attackers to cause denial of service conditions against servers and applications using vulnerable versions of nghttp2.

Critical Impact

Remote attackers can cause denial of service by sending excessive HTTP/2 CONTINUATION frames, leading to CPU exhaustion on systems running vulnerable nghttp2 versions. No authentication is required to exploit this vulnerability.

Affected Products

  • nghttp2 versions prior to 1.61.0
  • Debian Linux 10.0 and 11.0
  • Fedora 38, 39, and 40

Discovery Timeline

  • April 4, 2024 - CVE-2024-28182 published to NVD
  • November 4, 2025 - Last updated in NVD database

Technical Details for CVE-2024-28182

Vulnerability Analysis

The vulnerability stems from improper resource allocation controls (CWE-770: Allocation of Resources Without Limits or Throttling) in nghttp2's HTTP/2 CONTINUATION frame processing logic. In the HTTP/2 protocol, CONTINUATION frames are used to continue a sequence of header block fragments when headers are too large to fit in a single HEADERS frame. The HPACK compression algorithm maintains state that must be kept synchronized between the sender and receiver.

When a stream is reset in nghttp2 versions before 1.61.0, the library continues to process incoming CONTINUATION frames to maintain HPACK context synchronization. However, there is no limit on the number of CONTINUATION frames that can be processed, creating an asymmetric resource consumption pattern. An attacker can send a large number of CONTINUATION frames with minimal bandwidth, while the server expends significant CPU resources decoding the HPACK-compressed data.

This vulnerability is particularly concerning because it can be exploited without authentication and affects any application or service built on vulnerable nghttp2 versions. The attack can be sustained with relatively low bandwidth requirements on the attacker's side while causing significant CPU load on the target system.

Root Cause

The root cause is the lack of a limit on the number of CONTINUATION frames accepted per stream in the nghttp2 library. The library's design prioritizes maintaining HPACK context integrity but fails to implement protective bounds on resource consumption. This allows an unbounded processing loop where CPU cycles are consumed decoding HPACK streams from an excessive number of CONTINUATION frames, even after the associated stream has been reset.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker establishes an HTTP/2 connection to a vulnerable server and initiates a stream. The attacker then sends a HEADERS frame followed by an excessive number of CONTINUATION frames. Even if the stream is reset, the server continues processing the CONTINUATION frames to maintain HPACK synchronization, consuming CPU resources with each frame processed. By sustaining this pattern or opening multiple connections, an attacker can exhaust server CPU resources and cause denial of service.

The attack is particularly effective because:

  1. HTTP/2 connections are typically long-lived, providing sustained attack opportunities
  2. CONTINUATION frames are small, requiring minimal attacker bandwidth
  3. HPACK decoding is computationally more expensive than sending the frames
  4. The attack bypasses stream-level controls since processing continues after stream reset

Detection Methods for CVE-2024-28182

Indicators of Compromise

  • Unusual spikes in CPU utilization on HTTP/2-enabled servers without corresponding increases in legitimate traffic
  • High numbers of HTTP/2 CONTINUATION frames observed in network traffic analysis
  • Connection patterns showing streams being reset followed by continued CONTINUATION frame transmission
  • Server performance degradation or unresponsiveness under moderate connection loads

Detection Strategies

  • Monitor HTTP/2 frame statistics at the load balancer or reverse proxy level for abnormal CONTINUATION frame ratios
  • Implement network intrusion detection rules to alert on excessive CONTINUATION frames per connection
  • Deploy application performance monitoring to correlate CPU spikes with HTTP/2 connection metrics
  • Review web server and application logs for connection anomalies or timeout patterns indicative of resource exhaustion

Monitoring Recommendations

  • Configure alerts for CPU utilization thresholds on systems running nghttp2-based applications
  • Implement deep packet inspection for HTTP/2 traffic to identify CONTINUATION frame flooding patterns
  • Monitor connection duration and frame counts per connection to detect potential attack attempts
  • Establish baseline metrics for normal HTTP/2 traffic patterns to identify deviations

How to Mitigate CVE-2024-28182

Immediate Actions Required

  • Upgrade nghttp2 to version 1.61.0 or later, which limits the number of CONTINUATION frames accepted per stream
  • Apply vendor-provided patches for affected Linux distributions (Debian, Fedora) through standard package management
  • Audit systems to identify all applications and services dependent on nghttp2
  • Consider temporarily reducing HTTP/2 connection limits or timeouts as a stopgap measure until patching is complete

Patch Information

The nghttp2 project has released version 1.61.0 which mitigates this vulnerability by implementing a limit on the number of CONTINUATION frames accepted per stream. The fix is available through the official GitHub repository commits and the GitHub Security Advisory.

Linux distributions have released security updates:

  • Debian has issued advisories for affected versions, available through the Debian LTS Announcement
  • Fedora packages have been updated as documented in their package announcements

Additional technical details are available from CERT Vulnerability ID #421644.

Workarounds

According to the official security advisory, there is no workaround for this vulnerability. The only effective mitigation is upgrading to nghttp2 version 1.61.0 or later. Organizations unable to immediately upgrade should consider:

  • Implementing rate limiting at the network perimeter for HTTP/2 connections
  • Using a patched reverse proxy or load balancer in front of vulnerable applications
  • Monitoring systems closely for signs of exploitation attempts
  • Evaluating temporary fallback to HTTP/1.1 for critical services if HTTP/2-specific features are not required
bash
# Upgrade nghttp2 on Debian/Ubuntu systems
sudo apt update
sudo apt install --only-upgrade libnghttp2-14 nghttp2

# Upgrade nghttp2 on Fedora systems
sudo dnf update nghttp2

# Verify installed version
nghttp --version

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechNghttp2

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability24.97%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-770
  • Technical References
  • Openwall Security Mailing List

  • Debian LTS Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Debian LTS Announcement

  • CERT Vulnerability ID #421644
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Commit Change

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-27135: nghttp2 Library DoS Vulnerability

  • CVE-2020-11080: Nghttp2 HTTP/2 SETTINGS Frame DoS Flaw

  • CVE-2026-24029: DNS over HTTPS Auth Bypass 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