CAPEC-130: Excessive Allocation

ID CAPEC-130
Typical Severity Medium
Likelihood Of Attack Medium
Status Stable

An adversary causes the target to allocate excessive resources to servicing the attackers' request, thereby reducing the resources available for legitimate services and degrading or denying services. Usually, this attack focuses on memory allocation, but any finite resource on the target could be the attacked, including bandwidth, processing cycles, or other resources. This attack does not attempt to force this allocation through a large number of requests (that would be Resource Depletion through Flooding) but instead uses one or a small number of requests that are carefully formatted to force the target to allocate excessive resources to service this request(s). Often this attack takes advantage of a bug in the target to cause the target to allocate resources vastly beyond what would be needed for a normal request.

https://capec.mitre.org/data/definitions/130.html

Weaknesses

# ID Name Type
CWE-404 Improper Resource Shutdown or Release weakness
CWE-770 Allocation of Resources Without Limits or Throttling weakness
CWE-1325 Improperly Controlled Sequential Memory Allocation weakness

Taxonomiy Mapping

Type # ID Name
ATTACK 1499.003 Endpoint Denial of Service:Application Exhaustion Flood
WASC 10 Denial of Service
Loading...