This page is experimental and may change significantly in future releases.
Improperly Controlled Sequential Memory Allocation
Properties
id: d3f:CWE-1325
- name
- Improperly Controlled Sequential Memory Allocation
- definition
- The product manages a group of objects or resources and performs a separate memory allocation for each object, but it does not properly limit the total amount of memory that is consumed by all of the combined objects.
- synonyms
- Stack Exhaustion
Neighbors
CWE-1325 has no direct neighbors in this release.Inferred Relationships
Related Countermeasure Techniques
Related Weaknesses
CWE-1325 has no related weaknesses in this release.