Base · Medium

CWE-1070: Serializable Data Element Containing non-Serializable Item Elements

The product contains a serializable, storable data element such as a field or member, but the data element contains member elements that are not serializable.

CWE-1070 · Base Level

Description

The product contains a serializable, storable data element such as a field or member, but the data element contains member elements that are not serializable.

Potential Impact

Other

Reduce Reliability

Taxonomy Mappings

  • OMG ASCRM: ASCRM-RLB-3 —

Frequently Asked Questions

What is CWE-1070?

CWE-1070 (Serializable Data Element Containing non-Serializable Item Elements) is a software weakness identified by MITRE's Common Weakness Enumeration. It is classified as a Base-level weakness. The product contains a serializable, storable data element such as a field or member, but the data element contains member elements that are not serializable.

How can CWE-1070 be exploited?

Attackers can exploit CWE-1070 (Serializable Data Element Containing non-Serializable Item Elements) to reduce reliability. This weakness is typically introduced during the Implementation phase of software development.

How do I prevent CWE-1070?

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

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