Resource exhaustion in Netty - CVE-2026-56816
Published: July 15, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to uncontrolled resource consumption in Http3FrameCodec when processing HTTP/3 reserved frames. A remote attacker can send specially crafted reserved frames with large payload lengths across multiple QUIC streams to cause a denial of service.
The payload length is read directly from the wire without validation, which can lead to gradual memory exhaustion and out-of-memory conditions.