CWE-476: NULL Pointer Dereference
Also known as: NPD, null deref, NPE, nil pointer dereference
The product dereferences a pointer that it expects to be valid but is NULL.
Overview
CWE-476 (NULL Pointer Dereference) is a base-level software weakness catalogued by MITRE in the Common Weakness Enumeration (CWE). It describes a recurring type of mistake that can lead to exploitable security vulnerabilities.