Insufficient verification of data authenticity in Netty - CVE-2026-44894
Published: June 8, 2026
Netty
Detailed vulnerability description
The vulnerability allows a remote attacker to bypass the QUIC anti-amplification limit and reflect handshake traffic to a spoofed victim.
The vulnerability exists due to improper token validation in NoQuicTokenHandler when handling QUIC Initial packets containing client-supplied token bytes. A remote attacker can send a specially crafted Initial packet with any non-empty token and a spoofed source IP address to bypass the QUIC anti-amplification limit and reflect handshake traffic to a spoofed victim.
The issue occurs when the application uses the default token handler instead of configuring its own token handler.