CVE-2026-44894

Netty is a network application framework for development of protocol servers and clients. NoQuicTokenHandler is the tokenHandler used when the application does not set one. Prior to version 4.2.15.Final, its writeToken() returns false (server will not send Retry — acceptable), but validateToken() unconditionally `return 0`. In QuicheQuicServerCodec.handlePacket(), a non-negative return from validateToken() is interpreted as 'token is valid, ODCID starts at offset 0', causing the server to call quiche_accept as if the client's address had been validated by a Retry round-trip. Per RFC 9000 §8.1, a validated address lifts the 3× anti-amplification send limit. Thus any attacker who includes ANY non-empty token bytes in an Initial packet — with a spoofed victim source IP — causes the Netty server to treat the victim as validated and reflect full-size handshake flights (certificates, etc.) toward it without the 3× cap. The correct 'no token handler' semantics would be to return -1 (invalid) so the normal un-validated path and amplification limit apply. Version 4.2.15.Final patches the issue.
Configurations

Configuration 1 (hide)

cpe:2.3:a:netty:netty:*:*:*:*:*:*:*:*

History

15 Jun 2026, 02:23

Type Values Removed Values Added
References () https://github.com/netty/netty/releases/tag/netty-4.2.15.Final - () https://github.com/netty/netty/releases/tag/netty-4.2.15.Final - Release Notes
References () https://github.com/netty/netty/security/advisories/GHSA-cmm3-54f8-px4j - () https://github.com/netty/netty/security/advisories/GHSA-cmm3-54f8-px4j - Vendor Advisory
CPE cpe:2.3:a:netty:netty:*:*:*:*:*:*:*:*
First Time Netty netty
Netty

12 Jun 2026, 15:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-12 15:16

Updated : 2026-06-15 02:23


NVD link : CVE-2026-44894

Mitre link : CVE-2026-44894

CVE.ORG link : CVE-2026-44894


JSON object : View

Products Affected

netty

  • netty
CWE
CWE-940

Improper Verification of Source of a Communication Channel