BaseIncomplete
CWE-771Missing Reference to Active Allocated Resource
Category: logic
Description
The product does not properly maintain a reference to a resource that has been allocated, which prevents the resource from being reclaimed.
This does not necessarily apply in languages or frameworks that automatically perform garbage collection, since the removal of all references may act as a signal that the resource is ready to be reclaimed.
Common consequences· 1
- Availability — DoS: Resource Consumption (Other)An attacker that can influence the allocation of resources that are not properly maintained could deplete the available resource pool and prevent all other processes from accessing the same type of resource.
Potential mitigations· 1
- [Operation, Architecture and Design]
References
Related by meaning· 6
Nearest entities by semantic similarity across the cs-graph corpus.