BaseIncomplete

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

Category: memory

Description

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

Common consequences· 1

  • Other — Reduce Reliability
    This issue can prevent the product from running reliably. If the relevant code is reachable by an attacker, then this reliability problem might introduce a vulnerability.

References

  1. https://cwe.mitre.org/data/definitions/1098.html

Related by meaning· 6

Nearest entities by semantic similarity across the cs-graph corpus.

CWE
Access of Resource Using Incompatible Type ('Type Confusion')
CWE
Insufficient Control Flow Management
CWE
Invokable Control Element in Multi-Thread Context with non-Final Static Storable or Member Element
CWE
Access of Uninitialized Pointer
CWE
Use of sizeof() on a Pointer Type
CWE
Declaration of Variable with Unnecessarily Wide Scope
Sourced from MITRE CWE 4.20. Curated for EU compliance use cases by Adam Lundqvist, Founder at SQUR.