CWE•Base•Incomplete•20 recent CVEs
CWE-824Access of Uninitialized Pointer
Description
The product accesses or uses a pointer that has not been initialized.
[object Object]
Common consequences
- Confidentiality→Read MemoryIf the uninitialized pointer is used in a read operation, an attacker might be able to read sensitive portions of memory.
- Availability→DoS: Crash, Exit, or RestartIf the uninitialized pointer references a memory location that is not accessible to the product, or points to a location that is "malformed" (such as NULL) or larger than expected by a read or write operation, then a crash may occur.
- Integrity,Confidentiality,Availability→Execute Unauthorized Code or CommandsIf the uninitialized pointer is used in a function call, or points to unexpected data in a write operation, then code execution may be possible.
Related CWEs
CWE-119Improper Restriction of Operations within the Bounds of a Memory BufferCWE-119Improper Restriction of Operations within the Bounds of a Memory BufferCWE-119Improper Restriction of Operations within the Bounds of a Memory BufferCWE-119Improper Restriction of Operations within the Bounds of a Memory BufferCWE-125Out-of-bounds ReadCWE-787Out-of-bounds Write
Recent CVEs classified under this CWE
CVE-2026-164097.52026-07-21CVE-2026-163539.82026-07-21CVE-2026-530425.52026-06-24CVE-2026-479087.82026-06-09CVE-2026-473206.12026-06-04CVE-2026-429597.52026-05-20CVE-2026-457364.42026-05-15CVE-2026-394587.52026-05-13CVE-2026-444117.82026-05-12CVE-2026-68705.52026-04-30CVE-2026-65245.52026-04-30CVE-2026-67517.32026-04-21CVE-2026-67497.52026-04-21CVE-2026-67489.82026-04-21CVE-2026-273005.52026-04-14CVE-2026-21005.32026-03-26CVE-2026-34977.52026-03-12CVE-2026-286917.52026-03-10CVE-2026-28059.82026-02-24CVE-2026-27859.82026-02-24