CWE · MITRE source
CWE-416Use After Free
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
Last updated: 22 August 2026 14:14 UTC
Cumulative inbound coverage
How completely the frameworks we cross-walk collectively cover this — the verdict is the strongest single mapping (overlapping partials are not summed); breadth shows the corroboration behind it.
Collective: mostly · 3 mapping(s) from 3 framework(s): STIG rhel 9 1 (mostly) · STIG oracle linux 8 1 (partial) · STIG rhel 8 1 (partial)
Control responseHuman-reviewed
Answering this weakness across the control lifecycle, from our framework cross-walks.
NIST 800-53 r5 controls that address this weakness (1)AI-assisted
| Control | Title | Family | Why it addresses this CWE |
|---|---|---|---|
SI-16 | Memory Protection | SI | Use-after-free exploits that achieve arbitrary code execution are blocked or significantly hardened by non-executable pages and ASLR. |
Top CVEs of this weakness type, ranked by Risk Priority
| CVE | Risk | CVSS | EPSS | Published |
|---|---|---|---|---|
CVE-2021-22893 KEV UPD | 10.0 | 10.0 | 0.4717 | 2021-04-23 |
CVE-2025-24085 KEV UPD | 10.0 | 10.0 | 0.1765 | 2025-01-27 |
CVE-2014-1776 KEV UPD | 9.9 | 9.8 | 0.8801 | 2014-04-27 |
CVE-2015-0313 KEV UPD | 9.9 | 9.8 | 0.9568 | 2015-02-02 |
CVE-2015-5119 KEV UPD | 9.9 | 9.8 | 0.9934 | 2015-07-08 |
CVE-2015-5122 KEV UPD | 9.9 | 9.8 | 0.9369 | 2015-07-14 |
CVE-2015-5123 KEV UPD | 9.9 | 9.8 | 0.1849 | 2015-07-14 |
CVE-2019-0708 KEV UPD | 9.9 | 9.8 | 1.0000 | 2019-05-16 |
CVE-2020-3992 KEV UPD | 9.9 | 9.8 | 0.8302 | 2020-10-20 |
CVE-2021-31166 KEV UPD | 9.9 | 9.8 | 0.9966 | 2021-05-11 |
CVE-2024-9680 KEV UPD | 9.9 | 9.8 | 0.2318 | 2024-10-09 |
CVE-2025-21298 UPD | 9.9 | 9.8 | 0.8091 | 2025-01-14 |
CVE-2016-6309 UPD | 9.8 | 9.8 | 0.7022 | 2016-09-26 |
CVE-2017-8895 UPD | 9.8 | 9.8 | 0.7100 | 2017-05-10 |
CVE-2019-5096 UPD | 9.7 | 9.8 | 0.6698 | 2019-12-03 |
CVE-2023-49606 UPD | 9.7 | 9.8 | 0.6308 | 2024-05-01 |
CVE-2020-28018 UPD | 9.5 | 9.8 | 0.5675 | 2021-05-06 |
CVE-2025-49844 UPD | 9.5 | 9.9 | 0.8677 | 2025-10-03 |
CVE-2017-18017 UPD | 9.4 | 9.8 | 0.5284 | 2018-01-03 |
CVE-2020-16017 KEV UPD | 9.4 | 9.6 | 0.0275 | 2021-01-08 |
CVE-2021-30633 KEV UPD | 9.4 | 9.6 | 0.3266 | 2021-10-08 |
CVE-2021-37973 KEV UPD | 9.4 | 9.6 | 0.1164 | 2021-10-08 |
CVE-2022-26486 KEV UPD | 9.4 | 9.6 | 0.0235 | 2022-12-22 |
CVE-2024-4671 KEV UPD | 9.4 | 9.6 | 0.0835 | 2024-05-14 |
CVE-2017-16943 UPD | 9.3 | 9.8 | 0.4671 | 2017-11-25 |