ClassDraftTop 25 #24

CWE-400Uncontrolled Resource Consumption

Category: logic

Description

The product does not properly control the allocation and maintenance of a limited resource.

Common consequences· 2

  • Availability — DoS: Crash, Exit, or Restart, DoS: Resource Consumption (CPU), DoS: Resource Consumption (Memory), DoS: Resource Consumption (Other)
    If an attacker can trigger the allocation of the limited resources, but the number or size of the resources is not controlled, then the most common result is denial of service. This would prevent valid users from accessing the product, and it could potentially have an impact on the surrounding environment, i.e., the product may slow down, crash due to unhandled errors, or lock out legitimate users. For example, a memory exhaustion attack against an application could slow down the application as well as its host operating system.
  • Access Control / Other — Bypass Protection Mechanism, Other
    In some cases it may be possible to force the product to "fail open" in the event of resource exhaustion. The state of the product -- and possibly the security functionality - may then be compromised.

Potential mitigations· 4

  • [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. 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.
  • [Architecture and Design]
  • [Architecture and Design]Ensure that protocols have specific limits of scale placed on them.
  • [Implementation]Ensure that all failures in resource allocation place the system into a safe posture.

Related CAPEC attack patterns· 3

CAPEC-147CAPEC-227CAPEC-492

References

  1. https://cwe.mitre.org/data/definitions/400.html

Exploits (incoming)3

TypeTargetConfidenceTier
AttackPatternRegular Expression Exponential Blowupcapec-492100%live
AttackPatternXML Ping of the Deathcapec-147100%live
AttackPatternSustained Client Engagementcapec-227100%live

Compliance frameworks addressing this (incoming)9

TypeTargetConfidenceTier
ComplianceControlnist_csf-rc100%live
ComplianceControltiber_eu-closure100%live
ComplianceControldora-art11100%live
ComplianceControlowasp_top10-a04100%live
ComplianceControlowasp_api_top10-api04100%live
ComplianceControlgdpr-art32100%live
ComplianceControldora-art7100%live
ComplianceControlnis2-art21c100%live
ComplianceControldora-art10100%live

(incoming)35

TypeTargetConfidenceTier
VulnerabilityCVE-2025-10470cve-2025-104700%live
VulnerabilityCVE-2025-10932cve-2025-109320%live
VulnerabilityCVE-2025-20162cve-2025-201620%live
VulnerabilityCVE-2025-21547cve-2025-215470%live
VulnerabilityCVE-2025-24190cve-2025-241900%live
VulnerabilityCVE-2025-24211cve-2025-242110%live
VulnerabilityCVE-2025-24247cve-2025-242470%live
VulnerabilityCVE-2025-24260cve-2025-242600%live
VulnerabilityCVE-2025-24264cve-2025-242640%live
VulnerabilityCVE-2025-24269cve-2025-242690%live
VulnerabilityCVE-2025-25205cve-2025-252050%live
VulnerabilityCVE-2025-43193cve-2025-431930%live
VulnerabilityCVE-2025-48609cve-2025-486090%live
VulnerabilityCVE-2025-53371cve-2025-533710%live
VulnerabilityCVE-2025-58349cve-2025-583490%live
VulnerabilityCVE-2025-61303cve-2025-613030%live
VulnerabilityCVE-2025-6297cve-2025-62970%live
VulnerabilityCVE-2025-65781cve-2025-657810%live
VulnerabilityCVE-2025-70327cve-2025-703270%live
VulnerabilityCVE-2025-7070cve-2025-70700%live
VulnerabilityCVE-2026-20084cve-2026-200840%live
VulnerabilityCVE-2026-21485cve-2026-214850%live
VulnerabilityCVE-2026-21955cve-2026-219550%live
VulnerabilityCVE-2026-21956cve-2026-219560%live
VulnerabilityCVE-2026-28221cve-2026-282210%live
VulnerabilityCVE-2026-34045cve-2026-340450%live
VulnerabilityCVE-2026-34445cve-2026-344450%live
VulnerabilityCVE-2026-41309cve-2026-413090%live
VulnerabilityCVE-2026-42579cve-2026-425790%live
VulnerabilityMicrosoft Defender Denial of Service Vulnerabilitycve-2026-454980%live

Showing top 30 of 35 by confidence. Click any target to see the full neighbourhood.

Related by meaning· 6

Nearest entities by semantic similarity across the cs-graph corpus.

CWE
Improper Control of a Resource Through its Lifetime
CWE
Allocation of Resources Without Limits or Throttling
CWE
Exposure of Resource to Wrong Sphere
CWE
Uncontrolled Recursion
CWE
Improperly Controlled Sequential Memory Allocation
CWE
Multiple Operations on Resource in Single-Operation Context
Sourced from MITRE CWE 4.20. Curated for EU compliance use cases by Adam Lundqvist, Founder at SQUR.