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.
References
Configurations
No configuration.
History
21 Jun 2024, 22:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
26 Mar 2024, 12:55
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
25 Mar 2024, 20:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-03-25 20:15
Updated : 2024-06-21 22:15
NVD link : CVE-2024-29025
Mitre link : CVE-2024-29025
CVE.ORG link : CVE-2024-29025
JSON object : View
Products Affected
No product.
CWE
CWE-770
Allocation of Resources Without Limits or Throttling