VariantIncomplete
CWE-588Attempt to Access Child of a Non-structure Pointer
Category: memory
Description
Casting a non-structure type to a structure type and accessing a field can lead to memory access errors or data corruption.
Common consequences· 2
- Integrity — Modify MemoryAdjacent variables in memory may be corrupted by assignments performed on fields after the cast.
- Availability — DoS: Crash, Exit, or RestartExecution may end due to a memory access error.
Potential mitigations· 2
- [Requirements]The choice could be made to use a language that is not susceptible to these issues.
- [Implementation]Review of type casting operations can identify locations where incompatible types are cast.
References
(incoming)1
| Type | Target | Confidence | Tier |
|---|---|---|---|
| Vulnerability | CVE-2026-21692cve-2026-21692 | 0% | live |
Related by meaning· 6
Nearest entities by semantic similarity across the cs-graph corpus.