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.
Published: 2026-06-12
Score: 4.8 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Netty’s QUIC implementation, prior to 4.2.15.Final, exposes the stateless reset token in the network path when using the default HMAC‑based connection‑ID and stateless‑reset‑token generators. By reading the connection‑ID bytes in QUIC headers after a source‑CID rotation, an on‑path attacker can derive the reset token for the server’s current source connection ID. With this token the attacker can send spoofed Stateless Reset packets, causing the server to terminate the connection and resulting in a denial of service. The flaw involves the disclosure of sensitive information (CWE‑200) and the use of non‑random or weak tokens (CWE‑330).

Affected Systems

The vulnerability affects the Netty network application framework used in Java servers and clients. Implementations of Netty 4.x that include the QUIC module prior to version 4.2.15.Final are susceptible. Any application that relies on Netty 4.2.x for QUIC communication and does not upgrade to the patched version is impacted.

Risk and Exploitability

The CVSS score of 4.8 indicates a moderate overall score, and the EPSS score is not available, making precise exploitation probability uncertain. The vulnerability is not listed in the CISA KEV catalog. Based on the description, it is inferred that an attacker would need to be on the network path to observe QUIC headers and to send an unsolicited Stateless Reset packet, which does not require authentication with the server. Because the attacker can terminate connections, the risk is primarily a denial‑of‑service to legitimate users. Because the flaw does not grant confidentiality or integrity compromise beyond service disruption, the overall risk is moderate but should be mitigated promptly by patching.

Generated by OpenCVE AI on June 12, 2026 at 16:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade all Netty dependencies to version 4.2.15.Final or newer, ensuring the QUIC module includes the fixed connection‑ID generator.
  • Ensure the QUIC configuration uses the default HMAC‑based connection‑ID and stateless‑reset‑token generators; if custom generators are configured, replace them with the patched defaults provided by Netty.
  • If an immediate upgrade is not feasible, isolate the QUIC service to a trusted network segment or restrict access so that only authenticated or trusted clients can initiate QUIC connections to reduce the chance of on‑path observation.

Generated by OpenCVE AI on June 12, 2026 at 16:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 12 Jun 2026 16:45:00 +0000

Type Values Removed Values Added
First Time appeared Netty
Netty netty
Vendors & Products Netty
Netty netty

Fri, 12 Jun 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 12 Jun 2026 15:45:00 +0000

Type Values Removed Values Added
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.
Title Netty QUIC stateless reset token material exposed through header-visible connection IDs
Weaknesses CWE-200
CWE-330
References
Metrics cvssV3_1

{'score': 4.8, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:L'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-06-12T16:09:20.567Z

Reserved: 2026-06-02T22:46:02.578Z

Link: CVE-2026-50009

cve-icon Vulnrichment

Updated: 2026-06-12T16:09:16.917Z

cve-icon NVD

Status : Undergoing Analysis

Published: 2026-06-12T16:16:31.047

Modified: 2026-06-12T16:18:27.287

Link: CVE-2026-50009

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-12T17:00:07Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-330

    Use of Insufficiently Random Values