CWE-774: Allocation of File Descriptors or Handles Without Limits or Throttling
Also known as: File Descriptor Exhaustion
The product allocates file descriptors or handles on behalf of an actor without imposing any restrictions on how many descriptors can be allocated, in violation of the intended security policy for that actor.
Overview
This can cause the product to consume all available file descriptors or handles, which can prevent other processes from performing critical file processing operations.