NA

CVE-2024-29025

Published: 25/03/2024 Updated: 26/03/2024

Vulnerability Summary

Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. The `HttpPostRequestDecoder` can be tricked to accumulate data. While the decoder can store items on the disk if configured so, there are no limits to the number of fields the form can have, an attacher can send a chunked post consisting of many small fields that will be accumulated in the `bodyListHttpData` list. The decoder cumulates bytes in the `undecodedChunk` buffer until it can decode a field, this field can cumulate data without limits. This vulnerability is fixed in 4.1.108.Final.

Vulnerability Trend

Vendor Advisories

Debian Bug report logs - #1068110 netty: CVE-2024-29025 Package: src:netty; Maintainer for src:netty is Debian Java Maintainers <pkg-java-maintainers@listsaliothdebianorg>; Reported by: Salvatore Bonaccorso <carnil@debianorg> Date: Sat, 30 Mar 2024 20:27:01 UTC Severity: important Tags: security, upstream Found ...

Github Repositories

TH2 'Bill of Materials' (BOM) project (461) This project contains the list of dependencies with their respective versions that are compatible and can be used with each other NOTE: the BOM can be used only for Java based projects All, dependencies specified in it are Java libraries It provides users which interact with the th2 (whether he or she writes a script or