BaseIncomplete
CWE-770Allocation of Resources Without Limits or Throttling
Category: logic
Description
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.
Common consequences· 1
- 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.
Potential mitigations· 5
- [Requirements]Clearly specify the minimum and maximum expectations for capabilities, and dictate which behaviors are acceptable when resource allocation reaches limits.
- [Architecture and Design]Limit the amount of resources that are accessible to unprivileged users. Set per-user limits for resources. Allow the system administrator to define these limits. Be careful to avoid CWE-410.
- [Architecture and Design]Design throttling mechanisms into the system architecture. The best protection is to limit the amount of resources that an unauthorized user can cause to be expended. A strong authentication and access control model will help prevent such attacks from occurring in the first place, and it will help the administrator to identify who is committing the abuse. The login application should be protected against DoS attacks as much as possible. Limiting the database access, perhaps by caching result sets, can help minimize the resources expended. To further limit the potential for a DoS attack, consider tracking the rate of requests received from users and blocking requests that exceed a defined rate threshold.
- [Implementation]
- [Architecture and Design]For any security checks that are performed on the client side, ensure that these checks are duplicated on the server side, in order to avoid CWE-602. Attackers can bypass the client-side checks by modifying values after the checks have been performed, or by changing the client to remove the client-side checks entirely. Then, these modified values would be submitted to the server.
Related CAPEC attack patterns· 20
References
Exploits (incoming)20
| Type | Target | Confidence | Tier |
|---|---|---|---|
| AttackPattern | Serialized Data with Nested Payloadscapec-230 | 100% | live |
| AttackPattern | ICMP Fragmentationcapec-496 | 100% | live |
| AttackPattern | XML Floodcapec-528 | 100% | live |
| AttackPattern | TCP Floodcapec-482 | 100% | live |
| AttackPattern | Oversized Serialized Data Payloadscapec-231 | 100% | live |
| AttackPattern | XML Ping of the Deathcapec-147 | 100% | live |
| AttackPattern | HTTP DoScapec-469 | 100% | live |
| AttackPattern | TCP Fragmentationcapec-494 | 100% | live |
| AttackPattern | UDP Fragmentationcapec-495 | 100% | live |
| AttackPattern | Serialized Data Parameter Blowupcapec-229 | 100% | live |
| AttackPattern | UDP Floodcapec-486 | 100% | live |
| AttackPattern | HTTP Floodcapec-488 | 100% | live |
| AttackPattern | Floodingcapec-125 | 100% | live |
| AttackPattern | ICMP Floodcapec-487 | 100% | live |
| AttackPattern | Exponential Data Expansioncapec-197 | 100% | live |
| AttackPattern | Amplificationcapec-490 | 100% | live |
| AttackPattern | SSL Floodcapec-489 | 100% | live |
| AttackPattern | Excessive Allocationcapec-130 | 100% | live |
| AttackPattern | SOAP Array Blowupcapec-493 | 100% | live |
| AttackPattern | Quadratic Data Expansioncapec-491 | 100% | live |
Compliance frameworks addressing this (incoming)2
| Type | Target | Confidence | Tier |
|---|---|---|---|
| ComplianceControl | owasp_llm_top10-llm10 | 100% | live |
| ComplianceControl | owasp_api_top10-api04 | 100% | live |
(incoming)12
| Type | Target | Confidence | Tier |
|---|---|---|---|
| Vulnerability | CVE-2025-11832cve-2025-11832 | 0% | live |
| Vulnerability | CVE-2025-14341cve-2025-14341 | 0% | live |
| Vulnerability | CVE-2025-53628cve-2025-53628 | 0% | live |
| Vulnerability | CVE-2025-68456cve-2025-68456 | 0% | live |
| Vulnerability | CVE-2025-7070cve-2025-7070 | 0% | live |
| Vulnerability | CVE-2026-20103cve-2026-20103 | 0% | live |
| Vulnerability | CVE-2026-25804cve-2026-25804 | 0% | live |
| Vulnerability | CVE-2026-31283cve-2026-31283 | 0% | live |
| Vulnerability | CVE-2026-35457cve-2026-35457 | 0% | live |
| Vulnerability | CVE-2026-40104cve-2026-40104 | 0% | live |
| Vulnerability | CVE-2026-40498cve-2026-40498 | 0% | live |
| Vulnerability | CVE-2026-41309cve-2026-41309 | 0% | live |
Related by meaning· 6
Nearest entities by semantic similarity across the cs-graph corpus.