Files
CVEs-PoC/2020/CVE-2020-11612.md
T
2024-06-18 02:51:15 +02:00

925 B

CVE-2020-11612

Description

The ZlibDecoders in Netty 4.1.x before 4.1.46 allow for unbounded memory allocation while decoding a ZlibEncoded byte stream. An attacker could send a large ZlibEncoded byte stream to the Netty server, forcing the server to allocate all of its free memory to a single decoder.

POC

Reference

Github

No PoCs found on GitHub currently.