CVE Catalog

CVE-2026-42583

High
Published: Translated: NVD NIST

Summary

Netty prior to versions 4.2.13.Final and 4.1.133.Final has a vulnerability in Lz4FrameDecoder that allocates a ByteBuf of size decompressedLength, potentially leading to uncontrolled memory allocation. An attacker can exploit a 21-byte header and compressed data to force this allocation.

Risk Assessment

This vulnerability may lead to memory exhaustion on the server, potentially causing crashes or denial of service. Organizations should be aware of the risks associated with unauthorized access to system resources.

Recommendation

It is recommended to upgrade to versions 4.2.13.Final or 4.1.133.Final to mitigate this vulnerability. Regular updates of software components are crucial for maintaining system security.

Other vulnerabilities in Netty

See all
Original NVD description (English source)

Netty is an asynchronous, event-driven network application framework. Prior to 4.2.13.Final and 4.1.133.Final, Lz4FrameDecoder allocates a ByteBuf of size decompressedLength (up to 32 MB per block) before LZ4 runs. A peer only needs a 21-byte header plus compressedLength payload bytes - 22 bytes if compressedLength == 1 - to force that allocation. This vulnerability is fixed in 4.2.13.Final and 4.1.133.Final.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS