Skip to main content

Allocation of Resources Without Limits or Throttling

CVE-2024-29025

Severity Medium
Score 5.3/10

Summary

Netty is an asynchronous event-driven network application framework for the 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 attacker 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 issue affects versions through 4.1.107.Final, and 5.0.0.Alpha1 through 5.0.0.Alpha2.

  • LOW
  • NETWORK
  • NONE
  • UNCHANGED
  • NONE
  • NONE
  • NONE
  • LOW

CWE-770 - Allocation of Resources Without Limits or Throttling

The software allocates a reusable resource or group of resources on behalf of an actor without imposing any restrictions on the size or number of resources that can be allocated, in violation of the intended security policy for that actor.

References

Advisory Timeline

  • Published