Resource exhaustion in Netty - CVE-2026-44892
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 uncontrolled resource consumption in Http3ConnectionHandler and Http3FrameCodec when processing HTTP/3 header fields without an enforced maximum header size limit. A remote attacker can send an enormous number of headers to cause a denial of service.
The issue occurs when a peer does not explicitly specify HTTP3_SETTINGS_MAX_FIELD_SECTION_SIZE, causing the implementation to use an unbounded default limit and potentially crash with an OutOfMemoryError.