Denial of Service Vulnerability in Netty's HTTP/2 HpackEncoder
CVE-2026-93492
5.3MEDIUM
What is CVE-2026-93492?
A vulnerability exists in Netty's HTTP/2 HpackEncoder, where a remote attacker can exploit it by sending deliberately crafted HTTP/2 SETTINGS frames with an unusually large MAX_HEADER_TABLE_SIZE. This manipulation forces the HpackEncoder to handle an excessive number of unique headers, significantly increasing both CPU usage and memory consumption. Such resource exhaustion can ultimately lead to a Denial of Service (DoS), impacting the performance and availability of services dependent on this library.