CWE-775Missing Release of File Descriptor or Handle after Effective Lifetime

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

Metadata

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

名称

Missing Release of File Descriptor or Handle after Effective Lifetime

描述

The product does not release a file descriptor or handle after its effective lifetime has ended, i.e., after the file descriptor/handle is no longer needed.

When a file descriptor or handle is not released after use (typically by explicitly closing it), attackers can cause a denial of service by consuming all available file descriptors/handles, or otherwise preventing other system processes from obtaining their own file descriptors/handles.

常见后果

范围:
Availability
影响:
DoS: Resource Consumption (Other)
注释:
An attacker that can influence the allocation of resources that are not properly released could deplete the available resource pool and prevent all other processes from accessing the same type of resource.

相关 CWE