CWE-476 · Medium · OWASP A06:2021

CWE-476: NULL Pointer Dereference

A NULL pointer dereference occurs when the application dereferences a pointer that it expects to be valid but is NULL, typically causing a crash or exit.

About CWE-476

CWE-476 (NULL Pointer Dereference) is classified as medium severity and falls under the OWASP Top 10 category A06:2021.

The official CWE entry is maintained by MITRE at cwe.mitre.org/data/definitions/476.html.

References

Detect CWE-476 automatically

Orbis AppSec automatically detects and fixes NULL Pointer Dereference vulnerabilities in your code with AI-powered static analysis.