### [CVE-2024-47535](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-47535) ![](https://img.shields.io/static/v1?label=Product&message=netty&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=%3C%204.1.115%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=0%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-400%3A%20Uncontrolled%20Resource%20Consumption&color=brightgreen) ### Description Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. An unsafe reading of environment file could potentially cause a denial of service in Netty. When loaded on an Windows application, Netty attempts to load a file that does not exist. If an attacker creates such a large file, the Netty application crashes. This vulnerability is fixed in 4.1.115. ### POC #### Reference - https://github.com/netty/netty/security/advisories/GHSA-xq3w-v528-46rv #### Github No PoCs found on GitHub currently.