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

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

CVE-2024-32760 is a denial of service vulnerability in F5 Nginx Open Source affecting HTTP/3 QUIC module configurations. Undisclosed encoder instructions can terminate worker processes. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Updated: January 22, 2026

CVE-2024-32760 Overview

CVE-2024-32760 is an out-of-bounds write vulnerability (CWE-787) affecting NGINX Plus and NGINX Open Source when configured to use the HTTP/3 QUIC module. When exploited, specially crafted HTTP/3 encoder instructions can cause NGINX worker processes to terminate unexpectedly or potentially cause other security impacts. This vulnerability affects the QPACK (QUIC Header Compression) processing component within the HTTP/3 implementation.

Critical Impact

Remote attackers can send malicious HTTP/3 encoder instructions to cause denial of service conditions by crashing NGINX worker processes, potentially disrupting web services and load balancing infrastructure.

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 (via packaged NGINX)

Discovery Timeline

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

Technical Details for CVE-2024-32760

Vulnerability Analysis

This vulnerability stems from improper handling of HTTP/3 encoder instructions within the QUIC module. HTTP/3 uses QPACK for header compression, which involves encoder instructions sent from clients to servers. When NGINX processes these instructions, an out-of-bounds write condition can occur, leading to memory corruption in the worker process.

The flaw is network-exploitable without requiring authentication or user interaction, making it accessible to any remote attacker who can establish an HTTP/3 connection to an affected NGINX instance. The vulnerability can result in integrity and availability impacts through memory corruption and process termination.

Root Cause

The root cause is classified as CWE-787 (Out-of-Bounds Write). The HTTP/3 QUIC module fails to properly validate or bounds-check certain encoder instructions during QPACK processing. This allows an attacker to trigger a write operation outside the allocated buffer boundaries, corrupting adjacent memory regions and destabilizing the worker process.

Attack Vector

The attack is conducted over the network by establishing an HTTP/3 (QUIC) connection to a vulnerable NGINX server. The attacker sends specially crafted HTTP/3 encoder instructions that exploit the bounds-checking flaw in the QPACK implementation.

The attack does not require:

  • Prior authentication to the target system
  • User interaction or social engineering
  • Local access to the server

An attacker simply needs network access to a port where NGINX is configured to handle HTTP/3 traffic. The exploitation causes NGINX worker processes to crash, resulting in service disruption. Depending on the NGINX configuration, the master process may respawn workers, but repeated exploitation could lead to sustained denial of service.

Detection Methods for CVE-2024-32760

Indicators of Compromise

  • Unexpected NGINX worker process crashes or restarts in system logs
  • Elevated number of worker respawn events recorded by the NGINX master process
  • Error messages in NGINX logs referencing HTTP/3, QUIC, or QPACK processing failures
  • Unusual spike in HTTP/3 connection attempts from single sources

Detection Strategies

  • Monitor NGINX error logs for patterns indicating worker termination related to HTTP/3 handling
  • Implement network intrusion detection rules to identify malformed QUIC packets or anomalous HTTP/3 traffic patterns
  • Use application performance monitoring to detect sudden drops in NGINX worker availability
  • Deploy security solutions capable of inspecting QUIC traffic at the network layer

Monitoring Recommendations

  • Configure centralized log aggregation for all NGINX instances to correlate crash events
  • Set up alerting thresholds for worker process restart frequency
  • Monitor system metrics including process counts and memory usage on NGINX hosts
  • Enable NGINX debug logging temporarily during incident investigation if exploitation is suspected

How to Mitigate CVE-2024-32760

Immediate Actions Required

  • Review NGINX configuration to identify if HTTP/3 QUIC module is enabled (listen ... quic directive)
  • Apply vendor patches from F5 for NGINX Plus or update NGINX Open Source to a patched version
  • If immediate patching is not possible, disable HTTP/3 support temporarily as a workaround
  • Monitor NGINX instances for signs of exploitation while remediation is in progress

Patch Information

F5 has released security patches addressing this vulnerability. Administrators should consult the F5 Security Article K000139609 for specific version guidance and download patched releases. Fedora users should apply updates through their package manager as detailed in the Fedora Package Announcements.

Additional technical context is available from the Openwall OSS Security Update.

Workarounds

  • Disable HTTP/3 QUIC module by removing or commenting out listen ... quic directives in NGINX configuration
  • If HTTP/3 is required, implement network-level filtering to restrict QUIC traffic to trusted sources only
  • Deploy a web application firewall (WAF) or reverse proxy that can inspect and filter HTTP/3 traffic upstream of NGINX
  • Consider temporarily reverting to HTTP/2 until patches can be applied
bash
# Disable HTTP/3 QUIC in NGINX configuration
# Edit your NGINX server block configuration file
# Comment out or remove the 'quic' parameter from listen directives

# Before (vulnerable if HTTP/3 is enabled):
# listen 443 quic reuseport;
# listen 443 ssl;

# After (HTTP/3 disabled):
# listen 443 ssl;

# 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 Open Source

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.48%

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

  • Fedora Package Announcement

  • Fedora Package Announcement
  • Vendor Resources
  • F5 Security Article K000139609
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF 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