Impact
Netty, an asynchronous network framework, contains a memory leak (CWE‑772) in its DNS record decoder. The bug occurs when malformed domain names cause the decoder to reject input without releasing the associated ByteBuf objects, leading to incremental memory growth. An attacker can trigger the leak by sending crafted DNS packets to an affected instance, eventually exhausting available memory and causing a denial of service.
Affected Systems
The flaw exists in Netty versions older than 4.1.136.Final and 4.2.16.Final. Any application that incorporates Netty and processes DNS traffic in these versions is affected.
Risk and Exploitability
The vulnerability has a CVSS score of 5.3, indicating moderate severity, and currently has no EPSS data or KEV listing. Because it can be triggered by unauthenticated remote DNS packets, the attack surface is broadly reachable. An attacker needs only network access to send the malicious payload; no additional privileges are required. The impact is limited to memory exhaustion but can destabilize or crash the host, potentially leading to service downtime.
OpenCVE Enrichment
Github GHSA