167 – Close unused resources
Summary
The source code must implement mechanisms to ensure the closure of any unused open resources.
Description
By closing unused resources the system ensures optimal resource utilization. Resources are finite, especially those with external dependencies (e.g., files I/O operations, network connections). Failing to release them can impact the system's ability to handle new requests, leading to performance downgrade and potential denial of service (DoS) conditions.
Supported In
Advanced: True
References
- CWE-404. Improper resource shutdown or release
- OWASP10-A6. Vulnerable and outdated components
- AGILE-9. Continuous attention to technical excellence and good design
- MITRE-M1013. Application developer guidance
- MITRE-M1035. Limit access to resource over network
- CMMC-AT_L2-3_2_1. Role-based risk awareness
- CMMC-CM_L2-3_4_7. Nonessential functionality
- OSSTMM3-11_9_3. Data networks security - Limitations mapping
- ISSAF-U_15. Web application SQL injections – Countermeasures
- OWASPSCP-10. System configuration
- OWASPSCP-11. Database security
- OWASPSCP-13. Memory management
- SIG-I_3_2_5. Application security
- SIG-M_1_2. End user device security
- SIG-U_1_2_1. Server security
Weaknesses
Last updated
2024/01/18