Inappropriate coding practices - System exit
Description
The J2EE application use System.exit(), it is undesirable for a web application to attempt to shut down the application container. Accessing a function that can shut down the application is an avenue for denial of service (DoS) attacks.
Impact
- Temporarily or permanently deny access to the application resource.
Recommendation
Delegate shutdown functions only to privileged and duly authorized accesses.
Threat
Authenticated attacker from the Internet.
Expected Remediation Time
⏱️ 15 minutes.
Requirements
164 - Use optimized structures167 - Close unused resources072 - Set maximum response time327 - Set a rate limitFixes