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

CVE-2024-31079: F5 Nginx Open Source DOS Vulnerability

CVE-2024-31079 is a denial of service flaw in F5 Nginx Open Source affecting HTTP/3 QUIC configurations. Attackers can terminate worker processes through timed requests. This article covers technical details, affected versions, impact, and mitigation strategies.

Updated: January 22, 2026

CVE-2024-31079 Overview

CVE-2024-31079 is a stack-based buffer overflow and out-of-bounds write vulnerability affecting NGINX Plus and NGINX OSS when configured to use the HTTP/3 QUIC module. Undisclosed HTTP/3 requests can cause NGINX worker processes to terminate unexpectedly or potentially cause other adverse impacts on the affected system.

Critical Impact

This vulnerability can lead to denial of service through NGINX worker process termination, potentially affecting web application availability for organizations using HTTP/3 QUIC functionality.

Affected Products

  • F5 NGINX Open Source (versions with HTTP/3 QUIC module enabled)
  • F5 NGINX Plus R30, R30-p1, R30-p2, R31, and R31-p1
  • Fedora 39 and Fedora 40 (NGINX packages)

Discovery Timeline

  • 2024-05-29 - CVE-2024-31079 published to NVD
  • 2025-01-24 - Last updated in NVD database

Technical Details for CVE-2024-31079

Vulnerability Analysis

This vulnerability is classified under CWE-121 (Stack-based Buffer Overflow) and CWE-787 (Out-of-bounds Write). The flaw exists within NGINX's HTTP/3 QUIC module implementation, which handles the modern HTTP/3 protocol over QUIC transport. When processing certain malformed or specially crafted HTTP/3 requests, the NGINX worker process can encounter a memory corruption condition that leads to process termination.

The exploitation window is notably limited by a timing constraint: the malicious request must arrive during the connection draining process. This draining phase occurs when NGINX is gracefully shutting down connections, and the attacker has no direct visibility into when this state occurs, making reliable exploitation challenging.

Root Cause

The root cause stems from improper memory handling within the HTTP/3 QUIC module during connection state transitions. Specifically, a stack-based buffer overflow condition (CWE-121) combined with an out-of-bounds write (CWE-787) can occur when the module processes HTTP/3 requests during the connection draining phase. The vulnerable code path fails to properly validate request data boundaries before writing to stack memory, allowing memory corruption that destabilizes the worker process.

Attack Vector

The attack is network-based and does not require authentication or user interaction. An attacker must send specially crafted HTTP/3 requests to a vulnerable NGINX instance with the QUIC module enabled. The key constraint is timing—the request must coincide with the connection draining process. Since this timing window is not externally observable, the attack has high complexity and limited reliability.

The attacker would need to:

  1. Identify a target NGINX server with HTTP/3 QUIC module enabled
  2. Send crafted HTTP/3 requests attempting to trigger the vulnerability
  3. Time the requests to coincide with connection draining events

Due to the timing dependency and lack of attacker visibility into the connection state, exploitation requires either sustained attack traffic or fortunate timing to achieve worker process termination.

Detection Methods for CVE-2024-31079

Indicators of Compromise

  • Unexpected NGINX worker process crashes or restarts appearing in system logs
  • Error logs showing memory-related issues during HTTP/3 request processing
  • Increased frequency of worker process exited on signal entries in NGINX error logs
  • Unusual spikes in HTTP/3 connection errors or terminations

Detection Strategies

  • Monitor NGINX error logs for worker process termination events, particularly those correlating with HTTP/3 traffic
  • Implement network traffic analysis to detect anomalous HTTP/3 QUIC request patterns
  • Configure process monitoring to alert on unexpected NGINX worker restarts
  • Review system logs for segmentation faults or memory corruption indicators related to NGINX processes

Monitoring Recommendations

  • Enable verbose logging for the HTTP/3 QUIC module during investigation periods
  • Set up automated alerting for NGINX worker process crashes exceeding normal baseline
  • Implement SentinelOne Singularity Platform for real-time behavioral monitoring of NGINX processes
  • Monitor for memory allocation anomalies using system performance tools

How to Mitigate CVE-2024-31079

Immediate Actions Required

  • Review NGINX configurations to determine if the HTTP/3 QUIC module is enabled (listen ... quic directive)
  • Apply the latest security patches from F5 for NGINX Plus or update NGINX OSS to patched versions
  • Consider temporarily disabling HTTP/3 QUIC functionality if patching is not immediately possible
  • Implement rate limiting on HTTP/3 connections to reduce potential attack surface

Patch Information

F5 has released security updates addressing this vulnerability. Organizations running affected versions should consult the F5 Technical Article for specific patch guidance and version information. Fedora users should apply the latest package updates through their distribution's package management system as documented in the Fedora Package Announcement.

Workarounds

  • Disable HTTP/3 QUIC module by removing or commenting out listen ... quic directives in NGINX configuration
  • Implement a Web Application Firewall (WAF) capable of inspecting HTTP/3 traffic for anomalous patterns
  • Use load balancers or reverse proxies that can terminate HTTP/3 before reaching vulnerable NGINX instances
  • Restrict HTTP/3 access to trusted networks or clients if full external exposure is not required
bash
# Configuration example - Disable HTTP/3 QUIC in NGINX
# Comment out or remove quic parameters from listen directives

# Before (vulnerable configuration):
# listen 443 quic reuseport;
# listen 443 ssl;

# After (mitigated configuration):
listen 443 ssl;
# quic module disabled until patch is applied

# Reload NGINX configuration
nginx -t && nginx -s reload

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechNginx

  • SeverityMEDIUM

  • CVSS Score4.8

  • EPSS Probability0.48%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-121

  • CWE-787
  • Technical References
  • Openwall Security Announcement

  • Fedora Package Announcement

  • Fedora Package Update Notice
  • Vendor Resources
  • F5 Technical Article
  • Related CVEs
  • CVE-2026-33029: Nginx UI Denial of Service Vulnerability

  • CVE-2026-27651: NGINX Mail Auth Module DoS Vulnerability

  • CVE-2026-27784: NGINX Open Source DoS Vulnerability

  • CVE-2024-7347: F5 Nginx Open Source 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