A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-22189

CVE-2024-22189: quic-go QUIC Protocol DoS Vulnerability

CVE-2024-22189 is a denial of service vulnerability in quic-go that allows attackers to exhaust peer memory using NEW_CONNECTION_ID frames. This article covers the technical details, affected versions, and mitigation.

Published: June 2, 2026

CVE-2024-22189 Overview

CVE-2024-22189 is a memory exhaustion vulnerability in quic-go, a Go implementation of the QUIC transport protocol. Versions prior to 0.42.0 allow a remote attacker to exhaust peer memory by flooding the connection with NEW_CONNECTION_ID frames that retire old connection IDs. The receiver must respond with RETIRE_CONNECTION_ID frames, but attackers can suppress these responses by collapsing the congestion window and manipulating the round-trip time (RTT) estimate. The flaw maps to [CWE-770: Allocation of Resources Without Limits or Throttling]. Maintainers released a patch in version 0.42.0.

Critical Impact

Unauthenticated remote attackers can trigger denial of service through unbounded memory growth on any peer running quic-go prior to 0.42.0.

Affected Products

  • quic-go versions prior to 0.42.0
  • Applications and servers embedding the quic-go library for QUIC or HTTP/3 transport
  • Go-based services that expose QUIC endpoints to untrusted networks

Discovery Timeline

  • 2024-04-04 - CVE-2024-22189 published to the National Vulnerability Database
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2024-22189

Vulnerability Analysis

The QUIC protocol uses connection IDs to route packets across path changes. The NEW_CONNECTION_ID frame advertises new identifiers to a peer, and the Retire Prior To field instructs the peer to retire previously issued IDs. Each retirement must be acknowledged with a RETIRE_CONNECTION_ID frame.

In quic-go versions prior to 0.42.0, the implementation queued retirement responses without bounding their growth when transmission stalled. An attacker sending a high volume of NEW_CONNECTION_ID frames forces the peer to allocate state for each retirement that has not yet been sent.

The attacker amplifies the condition by selectively acknowledging packets to collapse the peer's congestion window. Manipulating the RTT estimate further slows the peer's transmission of RETIRE_CONNECTION_ID frames. The queue grows unbounded until the process exhausts available memory.

Root Cause

The root cause is the absence of an upper bound on queued RETIRE_CONNECTION_ID frames awaiting transmission. The implementation trusted the peer to send NEW_CONNECTION_ID frames at a sustainable rate. No allocation limit existed for the retirement queue when send progress stalled, satisfying the conditions described in [CWE-770].

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. Any peer reachable over QUIC can be targeted. The exploit relies on two protocol primitives an attacker controls: the rate of NEW_CONNECTION_ID frames and the acknowledgment behavior used to drive the victim's congestion controller and RTT estimator. Detailed exploitation mechanics are documented in the Seemann Blog Exploit Analysis and the GitHub Security Advisory GHSA-c33x-xqrf-c478.

Detection Methods for CVE-2024-22189

Indicators of Compromise

  • Sustained high rates of inbound NEW_CONNECTION_ID frames from a single remote endpoint on QUIC/UDP port 443 or other QUIC listeners.
  • Process memory growth in services linking quic-go versions below 0.42.0 that correlates with active QUIC sessions.
  • Asymmetric acknowledgment patterns where the peer acknowledges only selected packets, suppressing congestion window growth.

Detection Strategies

  • Monitor QUIC connection state for outbound RETIRE_CONNECTION_ID queue depth and alert when the queue exceeds expected steady-state values.
  • Profile resident set size (RSS) of QUIC-enabled processes and trigger on rapid growth tied to a small number of remote peers.
  • Inspect dependency manifests (go.mod, go.sum) to identify services pinned to quic-go versions prior to 0.42.0.

Monitoring Recommendations

  • Capture QUIC connection telemetry including frame type counts, congestion window size, and RTT samples per peer.
  • Forward host-level memory and process metrics to a centralized analytics platform for correlation against network telemetry.
  • Alert on process termination by the OOM killer for services exposing QUIC listeners.

How to Mitigate CVE-2024-22189

Immediate Actions Required

  • Upgrade quic-go to version 0.42.0 or later in all affected services and rebuild dependent binaries.
  • Inventory internal and third-party Go services exposing QUIC or HTTP/3 to confirm dependency versions.
  • Apply per-peer rate limits or connection quotas on QUIC listeners at the network edge until patched builds are deployed.

Patch Information

The fix is included in quic-go version 0.42.0. Review the upstream change in the GitHub Commit 4a99b816 and the GitHub Security Advisory GHSA-c33x-xqrf-c478. The patch bounds the queue of pending RETIRE_CONNECTION_ID frames so that peer-driven retirements cannot grow memory without limit.

Workarounds

  • No application-level workarounds are documented by the maintainers; upgrading to 0.42.0 is the supported remediation.
  • Restrict exposure of QUIC endpoints to trusted networks or behind authenticated gateways where feasible.
  • Enforce strict process memory limits (for example, cgroupmemory.max) so that exhaustion attempts terminate the affected process instead of impacting the host.

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechQuic Go

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.09%

  • 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-770
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory

  • Seemann Blog Exploit Analysis

  • YouTube Security Video
  • Related CVEs
  • CVE-2025-29785: quic-go Denial of Service Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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