CWE-1325Base

Improperly Controlled Sequential Memory Allocation

Incomplete in the CWE catalog · 19 CVEs mapped

19
CVEs mapped
5.7
Median CVSS
What it is

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.

Recent examples
none
CVE-2026-71436

CVE-2026-71436 - UNKNOWN Severity Vulnerability

Mermaid is a JavaScript tool that uses Markdown-inspired text to create and modify diagrams and charts. From version 10.6.0 until 10.9.8 and 11.16.1, Mermaid XY Charts are vulnerable to an infinite loop denial of service in the setXAxisRangeData function when configuring an X-Axis with invalid parameters. Because each loop iteration appends an element to an array, this generally causes a RangeError to appear after a few seconds, but it may instead cause the page or JavaScript process to crash from memory exhaustion, depending on the environment. This issue is fixed in versions 10.9.8 and 11.16.1.

no explanation yet
0%
epss
6.5cvss
CVE-2026-18772

CVE-2026-18772 - MEDIUM Severity Vulnerability

Improperly controlled sequential memory allocation vulnerability in Samsung Open Source rlottie allows Exponential Data Expansion.

MEDIUMno explanation yet
0%
epss
6.9cvss
CVE-2026-54081

veraPDF Parser DoS via PostScript Type 1 Font Programs

veraPDF PDF parser is a PDF parser for veraPDF. Prior to 1.30.2 and 1.31.23, veraPDF-parser contains a denial-of-service vulnerability in veraPDF-parser/src/main/java/org/verapdf/pd/font/type1/Type1FontProgram.java and veraPDF-parser/src/main/java/org/verapdf/parser/postscript/PSOperator.java, where a crafted Type 1 font /FontDescriptor /FontFile program can execute unbounded PostScript array allocation, a zero-increment for loop, or self-recursive toExecute user dictionary lookups and exhaust validator memory, CPU, or stack. This issue is fixed in versions 1.30.2 and 1.31.23.

MEDIUMno explanation yet
0%
epss
The record
Technical detail
CWE ID
CWE-1325
Abstraction
Base
Structure
Simple
Status
Incomplete