cve/2024/CVE-2024-47535.md
2025-09-29 16:08:36 +00:00

18 lines
1006 B
Markdown

### [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=%3D%20%3C%204.1.115%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-400%3A%20Uncontrolled%20Resource%20Consumption&color=brighgreen)
### 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.