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-2025-29908

CVE-2025-29908: Netty QUIC Codec Hash DoS Vulnerability

CVE-2025-29908 is a hash collision denial-of-service vulnerability in Netty QUIC codec that enables attackers to cause high CPU load through colliding connection IDs. This article covers technical details, impact, and fixes.

Updated: January 22, 2026

CVE-2025-29908 Overview

A hash collision vulnerability has been identified in the Netty QUIC codec, a QUIC codec for Netty that leverages the quiche library. The vulnerability exists in the hash map implementation used to manage QUIC connections, allowing remote attackers to cause significant CPU load on affected servers through a Hash DoS (Denial of Service) attack. By initiating connections with deliberately crafted colliding Source Connection IDs (SCIDs), an attacker can exploit the algorithmic complexity of hash table operations to degrade server performance.

Critical Impact

Remote attackers can cause significant CPU exhaustion on servers running vulnerable Netty QUIC codec versions by exploiting hash collisions in connection management, potentially leading to service degradation or unavailability.

Affected Products

  • Netty QUIC Codec (netty-incubator-codec-quic) versions prior to 0.0.71.Final
  • Applications and services utilizing the vulnerable Netty QUIC codec for QUIC protocol handling
  • Java-based network applications implementing QUIC via Netty's incubator codec

Discovery Timeline

  • 2025-03-31 - CVE-2025-29908 published to NVD
  • 2025-04-01 - Last updated in NVD database

Technical Details for CVE-2025-29908

Vulnerability Analysis

This vulnerability represents an Algorithmic Complexity Attack targeting the connection management subsystem of the Netty QUIC codec. The QUIC protocol uses Source Connection IDs (SCIDs) to uniquely identify connections, and the codec stores these in a hash map data structure. When an attacker crafts multiple connection requests with SCIDs that produce hash collisions, the hash map degrades from O(1) average-case lookup to O(n) worst-case performance for each operation.

The attack requires only network access with no authentication, making it trivially exploitable from remote locations. While the vulnerability does not compromise data confidentiality or integrity, it can significantly impact service availability by monopolizing CPU resources on the target server.

Root Cause

The root cause lies in the use of a standard HashMap implementation for managing QUIC connections without adequate protection against hash collision attacks. The original implementation relied on Java's default hashing mechanism for connection ID storage, which is predictable and can be targeted by attackers who understand the hash function characteristics.

The vulnerable code path existed in the connection channel mapping logic within io.netty.incubator.codec.quic.QuicheQuicCodec, where incoming connections were tracked using a susceptible hash structure.

Attack Vector

The attack is network-based and can be executed remotely without authentication. An attacker initiates multiple QUIC connections to the target server, each with a carefully selected Source Connection ID designed to collide with others in the hash table. As the number of colliding entries grows, hash table operations become increasingly expensive, consuming excessive CPU cycles.

The attack is particularly effective because:

  1. QUIC connection initiation is lightweight for the attacker
  2. The server must process each connection request
  3. Hash collision resolution overhead compounds with each colliding entry
java
/*
 * Copyright 2025 The Netty Project
 *
 * The Netty Project licenses this file to you under the Apache License,
 * version 2.0 (the "License"); you may not use this file except in compliance
 * with the License. You may obtain a copy of the License at:
 *
 *   https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations
 * under the License.
 */
package io.netty.incubator.codec.quic;

import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;

import java.nio.ByteBuffer;
import java.security.SecureRandom;
import java.util.HashMap;
import java.util.Map;
import java.util.Objects;

/**
 * We use a custom hash that uses SipHash 1-3 to prevent
 * <a href="https://github.com/ncc-pbottine/QUIC-Hash-Dos-Advisory">Hash Denial-of-Service Attacks</a>.
 */

Source: GitHub Commit e059bd9b

The patch introduces a new ConnectionIdChannelMap class that implements SipHash 1-3, a cryptographically secure hash function with randomized keys, preventing attackers from predicting hash outputs and engineering collisions.

Detection Methods for CVE-2025-29908

Indicators of Compromise

  • Unusual CPU utilization spikes on servers running QUIC services without corresponding increase in legitimate traffic
  • High volume of QUIC connection initiations from single or distributed sources with abnormal connection ID patterns
  • Degraded response times for QUIC-based services coinciding with connection storms
  • Memory growth in hash map structures within the Netty QUIC codec

Detection Strategies

  • Monitor server CPU utilization and correlate with QUIC connection rates to identify anomalous patterns
  • Implement network-level monitoring to detect high volumes of QUIC Initial packets from suspicious sources
  • Deploy application performance monitoring (APM) to track Netty codec performance metrics and hash map operations
  • Analyze QUIC connection logs for patterns of rapidly initiated and abandoned connections

Monitoring Recommendations

  • Configure alerting thresholds for CPU usage on QUIC-serving applications with automatic escalation
  • Implement rate limiting on QUIC connection initiation at the network perimeter
  • Deploy SentinelOne Singularity to monitor for anomalous process behavior and resource consumption patterns
  • Enable detailed logging of connection management operations during incident investigation

How to Mitigate CVE-2025-29908

Immediate Actions Required

  • Upgrade Netty QUIC codec to version 0.0.71.Final or later immediately
  • Audit all applications and services for usage of netty-incubator-codec-quic and schedule updates
  • Implement network-level rate limiting for QUIC traffic as a temporary protective measure
  • Monitor affected systems closely for signs of exploitation during the patching window

Patch Information

The vulnerability is fixed in Netty QUIC codec version 0.0.71.Final. The patch replaces the vulnerable standard HashMap implementation with a custom ConnectionIdChannelMap that uses SipHash 1-3 with randomly generated keys. This cryptographic hash function prevents attackers from predicting hash outputs and engineering collisions.

For detailed patch information, refer to the GitHub Security Advisory GHSA-hqqc-jr88-p6x2 and the security commit.

Workarounds

  • Deploy network-level rate limiting on UDP port 443 (or configured QUIC ports) to limit connection initiation rates
  • Implement firewall rules to restrict QUIC access to trusted IP ranges where feasible
  • Consider temporarily disabling QUIC and falling back to TCP/TLS for critical services until patching is complete
  • Deploy a reverse proxy or load balancer with QUIC DoS protection capabilities in front of vulnerable services
bash
# Example: Rate limit QUIC traffic using iptables (Linux)
# Limit new UDP connections on QUIC port to 100/second per source IP
iptables -A INPUT -p udp --dport 443 -m state --state NEW -m recent --set
iptables -A INPUT -p udp --dport 443 -m state --state NEW -m recent --update --seconds 1 --hitcount 100 -j DROP

# Example: Maven dependency update to patched version
# Update pom.xml to use fixed version
# <dependency>
#     <groupId>io.netty.incubator</groupId>
#     <artifactId>netty-incubator-codec-quic</artifactId>
#     <version>0.0.71.Final</version>
# </dependency>

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechNetty

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.14%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-407
  • Technical References
  • GitHub QUIC Hash DoS Advisory

  • GitHub Commit Update

  • GitHub Security Advisory GHSA-hqqc-jr88-p6x2
  • Related CVEs
  • CVE-2026-33871: Netty HTTP/2 DoS Vulnerability

  • CVE-2025-55163: Netty HTTP/2 MadeYouReset DoS Vulnerability

  • CVE-2024-29025: Netty HttpPostRequestDecoder DoS Flaw

  • CVE-2025-58057: Netty BrotliDecoder DoS 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