CWE · MITRE source
CWE-665Improper Initialization
The product does not initialize or incorrectly initializes a resource, which might leave the resource in an unexpected state when it is accessed or used.
This can have security implications when the associated resource is expected to have certain properties or values, such as a variable that determines whether a user has been authenticated or not.
Last updated: 09 May 2026 03:25 UTC
NIST 800-53 r5 controls that address this weakness (2)AI
| Control | Title | Family | Why it addresses this CWE |
|---|---|---|---|
SC-4 | Information in Shared System Resources | SC | Ensures shared resources are explicitly initialized or cleared on allocation, preventing exposure of prior contents to new users or processes. |
SI-14 | Non-persistence | SI | Mandates that every instance begins in a known (presumably clean) state, eliminating reliance on residual or uninitialized state left by prior executions. |
Top CVEs of this weakness type, ranked by Risk Priority
| CVE | Risk | CVSS | EPSS | Published |
|---|---|---|---|---|
CVE-2022-0847 KEV | 8.5 | 7.8 | 0.8234 | 2022-03-10 |
CVE-2023-1719 | 6.7 | 7.5 | 0.8613 | 2023-11-01 |
CVE-2019-14271 | 6.3 | 9.8 | 0.7220 | 2019-07-29 |
CVE-2020-27950 KEV | 5.7 | 5.5 | 0.4376 | 2020-12-08 |
CVE-2022-46164 | 5.3 | 9.4 | 0.5684 | 2022-12-05 |
CVE-2013-1675 KEV | 3.8 | 6.5 | 0.0795 | 2013-05-16 |
CVE-2022-22719 | 3.3 | 7.5 | 0.2985 | 2022-03-14 |
CVE-2008-0062 | 2.9 | 9.8 | 0.1626 | 2008-03-19 |
CVE-2019-1299 | 2.9 | 6.5 | 0.2646 | 2019-09-11 |
CVE-2017-13715 | 2.7 | 9.8 | 0.1313 | 2017-08-29 |
CVE-2019-3464 | 2.6 | 9.8 | 0.0990 | 2019-02-06 |
CVE-2008-3637 | 2.5 | 8.8 | 0.1248 | 2008-09-26 |
CVE-2022-36364 | 2.5 | 8.8 | 0.1179 | 2022-07-28 |
CVE-2018-0897 | 2.1 | 4.7 | 0.1863 | 2018-03-14 |
CVE-2024-39864 | 2.1 | 9.8 | 0.0239 | 2024-07-05 |
CVE-2018-0746 | 2.0 | 4.7 | 0.1718 | 2018-01-04 |
CVE-2017-5468 | 2.0 | 9.1 | 0.0220 | 2018-06-11 |
CVE-2018-11949 | 2.0 | 9.8 | 0.0027 | 2019-05-24 |
CVE-2015-8367 | 2.0 | 9.8 | 0.0097 | 2020-01-14 |
CVE-2019-10196 | 2.0 | 9.8 | 0.0036 | 2021-03-19 |
CVE-2021-41264 | 2.0 | 9.8 | 0.0064 | 2021-11-12 |
CVE-2022-37128 | 2.0 | 9.8 | 0.0138 | 2022-08-31 |
CVE-2021-33635 | 2.0 | 9.8 | 0.0015 | 2023-10-29 |
CVE-2018-0901 | 1.9 | 4.7 | 0.1643 | 2018-03-14 |
CVE-2018-20022 | 1.9 | 7.5 | 0.0618 | 2018-12-19 |