The product does not properly check inputs that are used for loop conditions, potentially leading to a denial of service or other consequences because of excessive looping.
Best practices to prevent this CWE
Phase: Implementation
Do not use user-controlled data for loop conditions.