CWE•Base•Incomplete•20 recent CVEs
CWE-843Access of Resource Using Incompatible Type ('Type Confusion')
Description
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.
[object Object]
Common consequences
- Availability,Integrity,Confidentiality→Read Memory,Modify Memory,Execute Unauthorized Code or Commands,DoS: Crash, Exit, or RestartWhen a memory buffer is accessed using the wrong type, it could read or write memory out of the bounds of the buffer, if the allocated buffer is smaller than the type that the code is attempting to access, leading to a crash and possibly co
Related CWEs
Recent CVEs classified under this CWE
CVE-2026-84995.32026-06-09CVE-2026-116628.82026-06-09CVE-2026-114637.32026-06-07CVE-2026-111966.52026-06-04CVE-2026-110768.82026-06-04CVE-2026-110529.62026-06-04CVE-2026-109628.82026-06-04CVE-2026-109558.82026-06-04CVE-2026-109368.82026-06-04CVE-2026-109358.82026-06-04CVE-2026-109108.82026-06-04CVE-2026-457024.42026-06-03CVE-2026-93347.32026-06-03CVE-2026-107024.32026-06-02CVE-2026-446404.52026-05-29CVE-2026-99838.82026-05-28CVE-2026-100227.52026-05-28CVE-2026-443257.52026-05-27CVE-2026-447288.22026-05-26CVE-2026-91177.52026-05-20