Information disclosure in Netty - #VU133458
Published: June 8, 2026
Netty
Detailed vulnerability description
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to exposure of sensitive information in QUIC stateless reset token generation when observing header-visible connection IDs during source connection ID rotation. A remote attacker can send a spoofed stateless reset packet to cause a denial of service.
The issue occurs when the default HMAC-based connection-ID and stateless-reset-token generators use the same JVM-wide static key, allowing an on-path observer to derive the reset token from QUIC headers without decrypting payload data.