CWE-773Missing Reference to Active File Descriptor or Handle

PUBLISHEDweakness record
released 2009-05-27 · last modified 2025-12-11

Metadata

CWE ID:
CWE-773
摘要:
Variant
结构:
Simple
状态:
Incomplete
发布日期:
2009-05-27
更新日期:
2025-12-11

名称

Missing Reference to Active File Descriptor or Handle

描述

The product does not properly maintain references to a file descriptor or handle, which prevents that file descriptor/handle from being reclaimed.

This can cause the product to consume all available file descriptors or handles, which can prevent other processes from performing critical file processing operations.

常见后果

范围:
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.

相关 CWE