Denial Of Service (DoS)
io.netty:netty-handler is vulnerable to Denial of Service DoS attacks. During TLS handshakes, the SniHandler class can allocate up to 16MB of heap for each channel. The SniHandler is used to establish a TCP server when the handler or channel has no idle timeout. In order to configure an SSL handl...