CWE-770 - Allocation of Resources Without Limits or Throttling
- 摘要:Base
- 结构:Simple
- 状态:Incomplete
- 发布日期:2009-05-27
- 更新日期:2025-12-11
名称
Allocation of Resources Without Limits or Throttling
描述
The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated.
常见后果
范围:Availability
影响:DoS: Resource Consumption (CPU), DoS: Resource Consumption (Memory), DoS: Resource Consumption (Other)
注释:When allocating resources without limits, an attacker could prevent other systems, applications, or processes from accessing the same type of resource. It can be easy for an attacker to consume many resources by rapidly making many requests or causing larger resources to be used than is needed.