This page is experimental and may change significantly in future releases.
Memory Allocation with Excessive Size Value
Properties
id: d3f:CWE-789
- name
- Memory Allocation with Excessive Size Value
- definition
- The product allocates memory based on an untrusted, large size value, but it does not ensure that the size is within expected limits, allowing arbitrary amounts of memory to be allocated.
- synonyms
- Stack Exhaustion
Neighbors
CWE-789 has no direct neighbors in this release.Inferred Relationships
Related Countermeasure Techniques
Related Weaknesses
CWE-789 has no related weaknesses in this release.