NULL pointer dereference in quic-go - CVE-2023-46239
Published: October 27, 2023 / Updated: April 25, 2026
quic-go
quic-go
Description
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to a nil pointer dereference in the handshake packet number space handling when completing the handshake with an unexpected frame serialization order. A remote attacker can send packets that serialize an ACK frame after the CRYPTO frame that completes the handshake to cause a denial of service.
Completing the QUIC handshake only requires sending and receiving a few packets.