This page is experimental and may change significantly in future releases.
Access of Resource Using Incompatible Type ('Type Confusion')
Properties
id: d3f:CWE-843
- name
- Access of Resource Using Incompatible Type ('Type Confusion')
- definition
- The product allocates or initializes a resource such as a pointer, object, or variable using one type, but it later accesses that resource using a type that is incompatible with the original type.
- synonyms
- Object Type Confusion
Neighbors
CWE-843 has no direct neighbors in this release.Inferred Relationships
Related Countermeasure Techniques
Related Weaknesses
CWE-843 has no related weaknesses in this release.