CyberRota Analysis
AI-GeneratedServers configured to support unencrypted HTTP/2 are vulnerable due to the improper application of the ReadHeaderTimeout during the initial connection phase, which could allow for denial-of-service conditions. This oversight may lead to resource exhaustion if an attacker sends a large number of connections without completing the handshake. Organizations utilizing HTTP/2 should prioritize addressing this vulnerability to mitigate potential service disruptions.
Original NVD Description
When a server is configured to support unencrypted HTTP/2, it reads a few bytes from each new connection to see if they contain the HTTP/2 client preface. ReadHeaderTimeout is unexpectedly not being applied when doing this.