CVE-2026-33947: Unbounded Array Recursion Depthcve-2026-33947-unbounded-array-recursion-depth
A function operating on an array checks its type and base case (length == 0), but fails to enforce a maximum length limit or recursion depth limit. If this function is recursive, processing a deeply nested or excessively long array originating from untrusted input could lead to unbounded recursion, causing a stack overflow (DoS).