
Cloud Vulnerability DB
An open project to list all known cloud vulnerabilities and Cloud Service Provider security issues
Netty, an asynchronous, event-driven network application framework, has a vulnerability in versions up to and including 4.1.118.Final. The vulnerability was discovered on February 10, 2025, and affects Windows applications using Netty. This is a follow-up issue to a previously reported vulnerability (CVE-2024-47535), where the initial fix was incomplete (GitHub Advisory).
The vulnerability stems from an unsafe reading of environment files where null-bytes were not counted against the input limit in the BoundedInputStream. When loaded on a Windows application, Netty attempts to load a non-existent file. The issue occurs because the InputStreamReader issues replacement characters during charset decoding for null-bytes, which fills up the line-buffer in BufferedReader.readLine() as the replacement character is not a line-break character. The vulnerability has been assigned a CVSS v3.1 base score of 5.5 (Medium) with the vector string CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H (GitHub Advisory).
If exploited, this vulnerability can lead to a denial of service condition in Netty applications running on Windows. When an attacker creates a large file containing null-bytes, it can cause the Netty application to crash (GitHub Advisory).
The issue has been fixed in commit d1fbda62d3a47835d3fb35db8bd42ecc205a5386, which modifies the BoundedInputStream to properly count all byte values toward the limit and only consider -1 as EOF. The fix ensures that the BoundedInputStream truncates and allows reads up to the limit, only triggering an exception when reading beyond the limit (GitHub Commit).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
An open project to list all known cloud vulnerabilities and Cloud Service Provider security issues
A comprehensive threat intelligence database of cloud security incidents, actors, tools and techniques
A step-by-step framework for modeling and improving SaaS and PaaS tenant isolation
Get a personalized demo
“Best User Experience I have ever seen, provides full visibility to cloud workloads.”
“Wiz provides a single pane of glass to see what is going on in our cloud environments.”
“We know that if Wiz identifies something as critical, it actually is.”