CWE · MITRE source
CWE-690Unchecked Return Value to NULL Pointer Dereference
The product does not check for an error after calling a function that can return with a NULL pointer if the function fails, which leads to a resultant NULL pointer dereference.
While unchecked return value weaknesses are not limited to returns of NULL pointers (see the examples in CWE-252), functions often return NULL to indicate an error status. When this error condition is not checked, a NULL pointer dereference can occur.
Last updated: 20 August 2026 14:15 UTC
Control responseHuman-reviewed
Answering this weakness across the control lifecycle, from our framework cross-walks.
NIST 800-53 r5 controls that address this weakness (0)AI-assisted
| Control | Title | Family | Why it addresses this CWE |
|---|---|---|---|
| No NIST controls proposed yet. | |||
Top CVEs of this weakness type, ranked by Risk Priority
| CVE | Risk | CVSS | EPSS | Published |
|---|---|---|---|---|
CVE-2022-20682 UPD | 6.5 | 8.6 | 0.0132 | 2022-04-15 |
CVE-2020-6095 UPD | 6.3 | 7.5 | 0.0294 | 2020-03-27 |
CVE-2020-13582 UPD | 6.3 | 7.5 | 0.0261 | 2021-01-26 |
CVE-2020-1648 UPD | 6.1 | 7.5 | 0.0128 | 2020-07-17 |
CVE-2022-39381 UPD | 6.0 | 7.5 | 0.0074 | 2022-11-02 |
CVE-2022-41957 UPD | 6.0 | 7.5 | 0.0104 | 2022-11-28 |
CVE-2022-22231 UPD | 5.9 | 7.5 | 0.0066 | 2022-10-18 |
CVE-2024-23085 UPD | 5.9 | 7.5 | 0.0053 | 2024-04-08 |
CVE-2026-24404 | 5.4 | 7.1 | 0.0040 | 2026-01-24 |
CVE-2026-24409 | 5.4 | 7.1 | 0.0031 | 2026-01-24 |
CVE-2026-24410 | 5.4 | 7.1 | 0.0031 | 2026-01-24 |
CVE-2026-24411 | 5.4 | 7.1 | 0.0031 | 2026-01-24 |
CVE-2026-21689 | 5.0 | 6.5 | 0.0028 | 2026-01-07 |
CVE-2024-23915 | 4.5 | 5.3 | 0.0055 | 2024-09-18 |
CVE-2024-23916 | 4.5 | 5.3 | 0.0055 | 2024-09-18 |
CVE-2024-31164 | 4.5 | 5.3 | 0.0055 | 2024-09-18 |
CVE-2024-31165 | 4.5 | 5.3 | 0.0055 | 2024-09-18 |
CVE-2024-31167 | 4.5 | 5.3 | 0.0055 | 2024-09-18 |
CVE-2024-31175 | 4.5 | 5.3 | 0.0055 | 2024-09-18 |
CVE-2024-31182 | 4.5 | 5.3 | 0.0044 | 2024-09-18 |
CVE-2024-31185 | 4.5 | 5.3 | 0.0044 | 2024-09-18 |
CVE-2024-31196 | 4.4 | 5.3 | 0.0042 | 2024-09-18 |
CVE-2026-24160 UPD | 4.4 | 5.5 | 0.0047 | 2026-05-20 |
CVE-2022-22233 UPD | 4.2 | 5.5 | 0.0018 | 2022-10-18 |
CVE-2026-21496 | 4.2 | 5.5 | 0.0016 | 2026-01-07 |