Description
The product contains an iteration or loop with an exit condition that cannot be reached, i.e., an infinite loop.
Potential Impact
- Availability: DoS: Resource Consumption (CPU)
Detection Methods
- Automated Static Analysis: Automated static analysis, commonly referred to as Static Application Security Testing (SAST), can find some instances of this weakness by analyzing source code (or binary/compiled code) without havin...
Related Weaknesses
References
View on MITRE CWE Database →