Base · Medium

CWE-1065: Runtime Resource Management Control Element in a Component Built to Run on Application Servers

The product uses deployed components from application servers, but it also uses low-level functions/methods for management of resources, instead of the API provided by the application server.

CWE-1065 · Base Level

Description

The product uses deployed components from application servers, but it also uses low-level functions/methods for management of resources, instead of the API provided by the application server.

Potential Impact

Other

Reduce Reliability

Taxonomy Mappings

  • OMG ASCRM: ASCRM-RLB-5 —

Frequently Asked Questions

What is CWE-1065?

CWE-1065 (Runtime Resource Management Control Element in a Component Built to Run on Application Servers) is a software weakness identified by MITRE's Common Weakness Enumeration. It is classified as a Base-level weakness. The product uses deployed components from application servers, but it also uses low-level functions/methods for management of resources, instead of the API provided by the application server.

How can CWE-1065 be exploited?

Attackers can exploit CWE-1065 (Runtime Resource Management Control Element in a Component Built to Run on Application Servers) to reduce reliability. This weakness is typically introduced during the Implementation phase of software development.

How do I prevent CWE-1065?

Follow secure coding practices, conduct code reviews, and use automated security testing tools (SAST/DAST) to detect this weakness early in the development lifecycle.

What is the severity of CWE-1065?

CWE-1065 is classified as a Base-level weakness (Medium abstraction). Its actual severity depends on the specific context and how the weakness manifests in your application.