2 matches found
CVE-2026-42583
A flaw was found in Netty, an asynchronous, event-driven network application framework. A remote attacker can exploit this vulnerability by sending a specially crafted LZ4 compressed data stream. This can cause the Lz4FrameDecoder to allocate a large amount of memory up to 32 MB per block before...
7.5CVSS6.5AI score0.00429EPSS
SaveExploits1References4
GHSA-6MJQ-H674-J845 netty-handler SniHandler 16MB allocation
Summary The SniHandler can allocate up to 16MB of heap for each channel during the TLS handshake. When the handler or the channel does not have an idle timeout, it can be used to make a TCP server using the SniHandler to allocate 16MB of heap. Details The SniHandler class is a handler that waits...
6.5CVSS7.3AI score0.02459EPSS
SaveExploits1References7
20