Common Weakness Enumeration

    CWE Definition / CWE-1325

    CWE-1325: Improperly Controlled Sequential Memory Allocation

    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.

    Published:7 Dec 2020
    Organization:MITRE
    Modified:29 Jun 2023

    Related Weakness

    CWE-770: Allocation of Resources Without Limits or Throttling

    CWE-789: Memory Allocation with Excessive Size Value

    CWE-476: NULL Pointer Dereference