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: 09 May 2026 03:25 UTC
NIST 800-53 r5 controls that address this weakness (0)AI
| 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-2020-13582 | 1.8 | 7.5 | 0.0490 | 2021-01-26 |
CVE-2022-20682 | 1.8 | 8.6 | 0.0096 | 2022-04-15 |
CVE-2020-6095 | 1.5 | 7.5 | 0.0053 | 2020-03-27 |
CVE-2020-1648 | 1.5 | 7.5 | 0.0039 | 2020-07-17 |
CVE-2022-22231 | 1.5 | 7.5 | 0.0045 | 2022-10-18 |
CVE-2022-39381 | 1.5 | 7.5 | 0.0030 | 2022-11-02 |
CVE-2022-41957 | 1.5 | 7.5 | 0.0035 | 2022-11-28 |
CVE-2024-23085 | 1.5 | 7.5 | 0.0009 | 2024-04-08 |
CVE-2026-24404 | 1.4 | 7.1 | 0.0014 | 2026-01-24 |
CVE-2026-24409 | 1.4 | 7.1 | 0.0014 | 2026-01-24 |
CVE-2026-24410 | 1.4 | 7.1 | 0.0014 | 2026-01-24 |
CVE-2026-24411 | 1.4 | 7.1 | 0.0017 | 2026-01-24 |
CVE-2026-21689 | 1.3 | 6.5 | 0.0013 | 2026-01-07 |
CVE-2022-22233 | 1.1 | 5.5 | 0.0005 | 2022-10-18 |
CVE-2024-23915 | 1.1 | 5.3 | 0.0012 | 2024-09-18 |
CVE-2024-23916 | 1.1 | 5.3 | 0.0012 | 2024-09-18 |
CVE-2024-31164 | 1.1 | 5.3 | 0.0012 | 2024-09-18 |
CVE-2024-31165 | 1.1 | 5.3 | 0.0012 | 2024-09-18 |
CVE-2024-31167 | 1.1 | 5.3 | 0.0012 | 2024-09-18 |
CVE-2024-31175 | 1.1 | 5.3 | 0.0012 | 2024-09-18 |
CVE-2024-31182 | 1.1 | 5.3 | 0.0020 | 2024-09-18 |
CVE-2024-31185 | 1.1 | 5.3 | 0.0020 | 2024-09-18 |
CVE-2024-31196 | 1.1 | 5.3 | 0.0020 | 2024-09-18 |
CVE-2025-33192 | 1.1 | 5.7 | 0.0002 | 2025-11-25 |
CVE-2026-21496 | 1.1 | 5.5 | 0.0003 | 2026-01-07 |