CWE-674: Uncontrolled Recursion
Also known as: Stack Exhaustion
The product does not properly control the amount of recursion that takes place, consuming excessive resources, such as allocated memory or the program stack.
Overview
CWE-674 (Uncontrolled Recursion) is a class-level software weakness catalogued by MITRE in the Common Weakness Enumeration (CWE). It describes a recurring type of mistake that can lead to exploitable security vulnerabilities.