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-11080

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

CVE-2020-11080 is a denial of service vulnerability in Nghttp2 where malicious HTTP/2 SETTINGS frames cause CPU spikes to 100%. This article covers the technical details, affected versions, impact, and mitigation strategies.

Published: March 4, 2026

CVE-2020-11080 Overview

CVE-2020-11080 is a denial of service vulnerability in nghttp2, a popular HTTP/2 C library. The vulnerability exists because nghttp2 improperly handles overly large HTTP/2 SETTINGS frame payloads, allowing a malicious client to cause complete CPU exhaustion on affected systems. This affects a wide range of products that incorporate the nghttp2 library, including Node.js, Oracle MySQL, and various Linux distributions.

Critical Impact

A remote, unauthenticated attacker can cause complete denial of service by sending specially crafted HTTP/2 SETTINGS frames, causing the target server's CPU to spike to 100% utilization.

Affected Products

  • nghttp2 versions before 1.41.0
  • Node.js (multiple versions)
  • Debian Linux 9.0 and 10.0
  • openSUSE Leap 15.1
  • Fedora 31 and 33
  • Oracle MySQL (multiple versions)
  • Oracle GraalVM 19.3.2 and 20.1.0
  • Oracle Banking Extensibility Workbench 14.3.0 and 14.4.0
  • Oracle Blockchain Platform
  • Oracle Enterprise Communications Broker 3.1.0 and 3.2.0

Discovery Timeline

  • June 3, 2020 - CVE-2020-11080 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2020-11080

Vulnerability Analysis

This vulnerability is classified under CWE-400 (Uncontrolled Resource Consumption) and CWE-707 (Improper Neutralization). The flaw resides in how nghttp2 processes incoming HTTP/2 SETTINGS frames without adequate limitations on the number of settings entries that can be included in a single frame.

HTTP/2 SETTINGS frames are used to communicate configuration parameters between endpoints. Each settings entry consists of a 16-bit identifier and a 32-bit value, totaling 6 bytes per entry. The HTTP/2 specification allows multiple settings entries within a single frame, but nghttp2 failed to impose reasonable limits on the quantity of entries it would process.

The vulnerability can be exploited remotely over the network without requiring any authentication or user interaction. The impact is limited to availability—there is no confidentiality or integrity impact. However, successful exploitation results in complete denial of service for the affected system.

Root Cause

The root cause of this vulnerability is the absence of input validation on the number of settings entries within an HTTP/2 SETTINGS frame. The nghttp2 library would process arbitrarily large SETTINGS frames without checking if the number of entries exceeded a reasonable threshold. This allowed attackers to craft frames with thousands of settings entries, each requiring CPU cycles to parse and process.

The proof of concept demonstrates that a SETTINGS frame payload of 14,400 bytes containing 2,400 individual settings entries, when sent repeatedly, causes the CPU to spike to 100% utilization. The library's frame processing loop would consume excessive computational resources attempting to handle these malformed frames.

Attack Vector

The attack requires network access to a service using the vulnerable nghttp2 library for HTTP/2 communication. A malicious client establishes an HTTP/2 connection to the target server and repeatedly sends SETTINGS frames with an abnormally high number of settings entries.

The attack mechanism works as follows: the attacker constructs an HTTP/2 SETTINGS frame with 2,400 settings entries (14,400 bytes). This frame is sent continuously to the target. The server's nghttp2 library processes each entry, consuming CPU resources. With sustained transmission, the server's CPU reaches 100% utilization, effectively denying service to legitimate users.

This attack is particularly dangerous because it requires minimal bandwidth from the attacker while causing maximum impact on the target system. The attack can be sustained with relatively little effort, making it an effective denial of service vector.

Detection Methods for CVE-2020-11080

Indicators of Compromise

  • Unusual CPU spikes to 100% utilization on servers handling HTTP/2 traffic
  • High volume of HTTP/2 SETTINGS frames from a single source IP address
  • SETTINGS frames with payload sizes significantly larger than typical (normal frames contain few entries, malicious frames contain thousands)
  • Connection patterns showing repeated SETTINGS frame transmissions without normal HTTP/2 request/response activity

Detection Strategies

  • Monitor HTTP/2 traffic for SETTINGS frames with unusually large payloads (frames exceeding 192 bytes, which would contain more than 32 entries)
  • Implement network intrusion detection rules to alert on HTTP/2 connections that send multiple large SETTINGS frames in succession
  • Deploy application-layer firewalls capable of inspecting HTTP/2 frame content and blocking oversized SETTINGS frames
  • Use process monitoring to detect sudden CPU spikes correlated with HTTP/2 service processes

Monitoring Recommendations

  • Configure alerting for CPU utilization exceeding normal thresholds on HTTP/2-enabled services
  • Implement connection rate limiting for clients sending excessive SETTINGS frames
  • Log and analyze HTTP/2 frame metadata to identify anomalous traffic patterns
  • Monitor nghttp2 library version across all deployed applications to ensure patched versions are in use

How to Mitigate CVE-2020-11080

Immediate Actions Required

  • Update nghttp2 to version 1.41.0 or later immediately across all affected systems
  • Apply vendor-specific patches for downstream products including Node.js, Oracle products, and Linux distributions
  • If immediate patching is not possible, implement the callback-based workaround described below
  • Review firewall rules to limit exposure of HTTP/2 services to trusted networks where feasible

Patch Information

The nghttp2 project released version 1.41.0 to address this vulnerability. The fix introduces validation to limit the number of SETTINGS entries processed per frame. Patches are available through the GitHub Security Advisory and via the official commit references.

Multiple downstream vendors have also released patches:

  • Debian Security Advisory DSA-4696
  • Oracle CPU July 2020 and subsequent quarterly updates
  • Fedora Package Announcements for Fedora 31 and 33

Workarounds

  • Implement the nghttp2_on_frame_recv_callback callback in your application code
  • Within the callback, check if the received frame is a SETTINGS frame
  • If the number of settings entries exceeds a threshold (recommended: greater than 32), drop the connection immediately
  • Consider deploying a reverse proxy with HTTP/2 frame inspection capabilities in front of vulnerable services as an interim measure
bash
# Example: Verify nghttp2 version on Linux systems
# Check if vulnerable version is installed
dpkg -l | grep libnghttp2
# or for RPM-based systems
rpm -qa | grep nghttp2

# Update nghttp2 on Debian/Ubuntu
sudo apt-get update && sudo apt-get upgrade libnghttp2-14

# Update on RHEL/CentOS/Fedora
sudo dnf update nghttp2

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechNghttp2

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.68%

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

  • CWE-400
  • Technical References
  • openSUSE Security Announcement

  • Debian LTS Announcement

  • Debian LTS Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Debian Security Advisory

  • Oracle CPU July 2021 Alert

  • Oracle CPU January 2021 Alert

  • Oracle CPU July 2020 Alert

  • Oracle CPU October 2020 Alert
  • Vendor Resources
  • GitHub Commit Reference

  • GitHub Commit Reference

  • GitHub Security Advisory

  • Oracle CPU April 2022 Alert
  • Related CVEs
  • CVE-2026-27135: nghttp2 Library DoS Vulnerability

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

  • 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