CVE-2024-29025
Netty HttpPostRequestDecoder Buffer Overflow
Description
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.
INFO
Published Date :
March 25, 2024, 8:15 p.m.
Last Modified :
Nov. 21, 2024, 9:07 a.m.
Source :
[email protected]
Remotely Exploitable :
Yes !
Impact Score :
1.4
Exploitability Score :
3.9
Public PoC/Exploit Available at Github
CVE-2024-29025 has a 4 public PoC/Exploit
available at Github.
Go to the Public Exploits
tab to see the list.
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2024-29025
.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
None
Go
None
Shell Python HCL JavaScript PHP Go Dockerfile
None
Dockerfile
Kafka sink for Kusto
kafka-connector azure-data-explorer kusto
Java Shell
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2024-29025
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2024-29025
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
CVE Modified by af854a3a-2127-422b-91ae-364da2661108
Nov. 21, 2024
Action Type Old Value New Value Added Reference https://gist.github.com/vietj/f558b8ea81ec6505f1e9a6ca283c9ae3 Added Reference https://github.com/netty/netty/commit/0d0c6ed782d13d423586ad0c71737b2c7d02058c Added Reference https://github.com/netty/netty/security/advisories/GHSA-5jpm-x58v-624v Added Reference https://lists.debian.org/debian-lts-announce/2024/06/msg00015.html -
CVE Modified by [email protected]
Jun. 21, 2024
Action Type Old Value New Value Added Reference GitHub, Inc. https://lists.debian.org/debian-lts-announce/2024/06/msg00015.html [No types assigned] -
CVE Modified by [email protected]
May. 14, 2024
Action Type Old Value New Value -
CVE Received by [email protected]
Mar. 25, 2024
Action Type Old Value New Value Added Description 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. Added Reference GitHub, Inc. https://github.com/netty/netty/security/advisories/GHSA-5jpm-x58v-624v [No types assigned] Added Reference GitHub, Inc. https://github.com/netty/netty/commit/0d0c6ed782d13d423586ad0c71737b2c7d02058c [No types assigned] Added Reference GitHub, Inc. https://gist.github.com/vietj/f558b8ea81ec6505f1e9a6ca283c9ae3 [No types assigned] Added CWE GitHub, Inc. CWE-770 Added CVSS V3.1 GitHub, Inc. AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2024-29025
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2024-29025
weaknesses.