Base · Medium

CWE-1098: Data Element containing Pointer Item without Proper Copy Control Element

The code contains a data element with a pointer that does not have an associated copy or constructor method.

CWE-1098 · Base Level

Description

The code contains a data element with a pointer that does not have an associated copy or constructor method.

Potential Impact

Other

Reduce Reliability

Taxonomy Mappings

  • OMG ASCRM: ASCRM-RLB-6 —

Frequently Asked Questions

What is CWE-1098?

CWE-1098 (Data Element containing Pointer Item without Proper Copy Control Element) is a software weakness identified by MITRE's Common Weakness Enumeration. It is classified as a Base-level weakness. The code contains a data element with a pointer that does not have an associated copy or constructor method.

How can CWE-1098 be exploited?

Attackers can exploit CWE-1098 (Data Element containing Pointer Item without Proper Copy Control Element) to reduce reliability. This weakness is typically introduced during the Implementation phase of software development.

How do I prevent CWE-1098?

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-1098?

CWE-1098 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.