CVE-2026-50009
Undergoing Analysis Undergoing Analysis - In Progress
Netty QUIC Stateless Reset Token Exposure Leads to DoS

Publication date: 2026-06-12

Last updated on: 2026-06-12

Assigner: GitHub, Inc.

Description
Netty is a network application framework for development of protocol servers and clients. Prior to version 4.2.15.Final, Netty QUIC exposes the stateless reset token on the network path when using the default HMAC-based connection-ID and stateless-reset-token generators. The reset token for the server's current source connection ID can be derived from bytes that appear as the connection ID in QUIC headers after a source-CID rotation. An on-path attacker observing the headers can use the token to perform a Denial of Service by sending a spoofed Stateless Reset packet. Version 4.2.15.Final patches the issue.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-12
Last Modified
2026-06-12
Generated
2026-06-12
AI Q&A
2026-06-12
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
netty netty to 4.2.15.Final (exc)
netty netty 4.2.15.Final
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-330 The product uses insufficiently random numbers or values in a security context that depends on unpredictable numbers.
CWE-200 The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

The vulnerability CVE-2026-50009 affects Netty's QUIC implementation in versions prior to 4.2.15.Final. It involves the exposure of the stateless reset token through connection IDs visible in QUIC headers when using default HMAC-based generators. When the server rotates its source connection ID, the stateless reset token for the previous connection ID can be derived from the new connection ID. An attacker who can observe the network traffic (on-path attacker) can extract this token and use it to send a spoofed Stateless Reset packet.

This spoofed packet causes the client's connection to be abruptly terminated, resulting in a Denial of Service (DoS). The vulnerability violates RFC 9000, which requires stateless reset tokens to be difficult to guess. The issue is fixed in version 4.2.15.Final.

Impact Analysis

This vulnerability can impact you by allowing an attacker who can observe your network traffic to disrupt your QUIC connections. Specifically, the attacker can derive the stateless reset token and send spoofed packets that abruptly terminate your connections, causing a Denial of Service (DoS).

This can lead to service disruption and reduced availability of applications relying on Netty's QUIC implementation, potentially affecting user experience and system reliability.

Detection Guidance

This vulnerability involves the exposure of stateless reset tokens in QUIC headers when using Netty versions prior to 4.2.15.Final. Detection would require monitoring QUIC traffic for connection IDs that reveal stateless reset tokens, especially after source connection ID rotations.

Since the vulnerability is related to the QUIC protocol headers, network packet inspection tools like Wireshark or tcpdump can be used to capture QUIC traffic and analyze connection IDs for suspicious patterns that may expose reset tokens.

Specific commands to capture QUIC traffic could include:

  • tcpdump -i <interface> udp port 443 -w quic_traffic.pcap
  • wireshark quic_traffic.pcap (to analyze connection IDs and headers)

However, there are no explicit detection commands or tools provided in the available resources for this vulnerability.

Mitigation Strategies

The primary mitigation step is to upgrade the affected Netty QUIC implementation to version 4.2.15.Final or later, where the issue is patched.

This update changes the default HMAC-based connection-ID and stateless-reset-token generators to prevent exposure of the reset token in QUIC headers, thereby eliminating the vulnerability.

Until the upgrade can be applied, consider restricting network access to trusted clients and monitoring for unusual Stateless Reset packets that could indicate exploitation attempts.

Compliance Impact

The provided information does not specify any direct impact of this vulnerability on compliance with common standards and regulations such as GDPR or HIPAA.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-50009. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart