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

CVE-2024-45506: HAProxy HTTP/2 DoS Vulnerability

CVE-2024-45506 is a remote denial of service vulnerability in HAProxy affecting HTTP/2 zero-copy forwarding. Exploited in the wild in 2024, this flaw impacts versions 2.9.x, 3.0.x, and 3.1.x. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Updated: January 22, 2026

CVE-2024-45506 Overview

CVE-2024-45506 is a denial of service vulnerability affecting HAProxy versions 2.9.x before 2.9.10, 3.0.x before 3.0.4, and 3.1.x through 3.1-dev6. The vulnerability exists in the HTTP/2 zero-copy forwarding mechanism, specifically within the h2_send loop, which under certain conditions can be exploited by remote attackers to cause service disruption. This vulnerability has been confirmed as exploited in the wild during 2024.

Critical Impact

Remote attackers can exploit this vulnerability to cause denial of service against HAProxy instances, disrupting load balancing and reverse proxy services for web applications and infrastructure.

Affected Products

  • HAProxy 2.9.x versions before 2.9.10
  • HAProxy 3.0.x versions before 3.0.4
  • HAProxy 3.1.x through 3.1-dev6 (including dev0 through dev5)

Discovery Timeline

  • 2024-09-04 - CVE-2024-45506 published to NVD
  • 2025-03-14 - Last updated in NVD database

Technical Details for CVE-2024-45506

Vulnerability Analysis

This vulnerability is classified as CWE-835 (Loop with Unreachable Exit Condition), commonly known as an infinite loop vulnerability. The flaw resides in HAProxy's HTTP/2 implementation, specifically in the zero-copy forwarding feature that was introduced to optimize data transfer performance. Under specific conditions, the h2_send function can enter a loop state that never terminates, effectively consuming CPU resources and preventing the HAProxy instance from processing legitimate requests.

The zero-copy forwarding mechanism is designed to efficiently transfer data between connections without copying it through userspace buffers. However, a logic error in handling certain HTTP/2 frame sequences causes the send loop to fail to exit properly, resulting in resource exhaustion.

Root Cause

The root cause is an infinite loop condition (CWE-835) in the HTTP/2 zero-copy forwarding implementation. When processing specific HTTP/2 frame patterns, the h2_send loop lacks proper exit conditions, causing it to continue iterating indefinitely. This loop with unreachable exit condition prevents proper flow control and ultimately leads to service unavailability.

Attack Vector

The attack can be initiated remotely over the network without requiring authentication or user interaction. An attacker sends specially crafted HTTP/2 requests that trigger the problematic code path in the h2_send function. Since HAProxy is typically deployed as a front-facing load balancer or reverse proxy, successful exploitation can impact availability of all services behind the affected HAProxy instance.

The vulnerability requires the HTTP/2 protocol to be enabled and the zero-copy forwarding feature to be active. Attackers can exploit this condition by establishing HTTP/2 connections and sending request patterns that trigger the infinite loop behavior.

Detection Methods for CVE-2024-45506

Indicators of Compromise

  • Unusual CPU utilization spikes on HAProxy instances without corresponding increases in legitimate traffic
  • HAProxy processes becoming unresponsive while still showing as running
  • HTTP/2 connection timeouts or failures reported by backend services and clients
  • Sustained high CPU consumption specifically in HAProxy worker processes

Detection Strategies

  • Monitor HAProxy process CPU usage for anomalous sustained high utilization patterns
  • Implement alerting on HTTP/2 connection handling latency exceeding normal thresholds
  • Review HAProxy logs for unusual HTTP/2 frame sequences or connection patterns
  • Deploy network-level monitoring to detect suspicious HTTP/2 traffic patterns targeting HAProxy instances

Monitoring Recommendations

  • Configure resource monitoring with alerts for HAProxy CPU usage exceeding baseline thresholds
  • Enable HAProxy debug logging for HTTP/2 connections during investigation periods
  • Monitor backend server health checks for failures that may indicate HAProxy unavailability
  • Track HTTP/2 connection establishment rates and durations for anomaly detection

How to Mitigate CVE-2024-45506

Immediate Actions Required

  • Upgrade HAProxy 2.9.x installations to version 2.9.10 or later
  • Upgrade HAProxy 3.0.x installations to version 3.0.4 or later
  • Upgrade HAProxy 3.1-dev installations to 3.1-dev7 or later
  • Review and apply security patches from the HAProxy Commit Repository

Patch Information

HAProxy has released patches addressing this vulnerability. The fixes are available in versions 2.9.10, 3.0.4, and subsequent releases. Organizations should prioritize patching as this vulnerability has been exploited in the wild. Detailed patch information can be found in the HAProxy 3.1 Changelog and through the HAProxy mailing list announcements.

Workarounds

  • If immediate patching is not possible, consider temporarily disabling HTTP/2 support and falling back to HTTP/1.1
  • Implement rate limiting on incoming HTTP/2 connections at the network perimeter
  • Deploy redundant HAProxy instances behind a health-checking mechanism to maintain availability
  • Monitor HAProxy instances closely and automate restart procedures for unresponsive processes
bash
# Disable HTTP/2 in HAProxy frontend configuration (temporary workaround)
# Edit haproxy.cfg and modify frontend section
frontend www
    bind *:443 ssl crt /etc/ssl/certs/cert.pem alpn h2,http/1.1
    # Change to disable HTTP/2:
    # bind *:443 ssl crt /etc/ssl/certs/cert.pem alpn http/1.1

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechHaproxy

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability1.49%

  • 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
  • NVD-CWE-noinfo

  • CWE-835
  • Technical References
  • HAProxy Commit Diff Update

  • HAProxy Commit Diff Update

  • HAProxy Official Website

  • HAProxy 3.1 Changelog

  • HAProxy Mailing List Message

  • HAProxy Mailing List Message
  • Related CVEs
  • CVE-2025-11230: HAProxy Aloha Appliance DoS Vulnerability

  • CVE-2023-0056: HAProxy DOS Vulnerability

  • CVE-2023-25950: HAProxy HTTP Smuggling DoS Vulnerability

  • CVE-2022-0711: HAProxy Denial of Service Vulnerability
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